(1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (2.8ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (225.7ms)  DROP DATABASE IF EXISTS "works_with_test"
 (573.7ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.8ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (13.7ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.5ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.4ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.1ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.8ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.0ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.2ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.2ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.1ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.0ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.1ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (4.0ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (4.4ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.2ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.5ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.2ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (3.8ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (3.4ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.4ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (3.6ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.1ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (4.1ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.1ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (3.4ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.3ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.4ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.1ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (2.7ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES (20181206154316)
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (2.6ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
SQL (40.8ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-06 16:01:11.184445"], ["updated_at", "2018-12-06 16:01:11.184445"]]
 (0.5ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (25.0ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (5.7ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.4ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (49.2ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.4ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.8ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (42.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlin.net/danilo"], ["description", "Minus in commodi atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.643293"], ["updated_at", "2018-12-06 16:01:11.643293"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae sunt praesentium enim."], ["url", "http://gleichner.io/florrie_bernier"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.708160"], ["updated_at", "2018-12-06 16:01:11.708160"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur eum sunt eum."], ["info_url", "http://tromphane.name/riley"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.721364"], ["updated_at", "2018-12-06 16:01:11.721364"], ["developer_id", 1]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis rerum et nesciunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.723695"], ["updated_at", "2018-12-06 16:01:11.723695"], ["app_id", 1], ["offering_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "In vel distinctio ut."], ["url", "http://thompson.io/chieko.boyer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.727468"], ["updated_at", "2018-12-06 16:01:11.727468"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores voluptatem commodi laudantium."], ["info_url", "http://johnson.info/clifford_mueller"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.729029"], ["updated_at", "2018-12-06 16:01:11.729029"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koelpin.co/lorenzo_windler"], ["description", "Omnis incidunt enim rem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.739984"], ["updated_at", "2018-12-06 16:01:11.739984"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est quod rerum facilis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.741081"], ["updated_at", "2018-12-06 16:01:11.741081"], ["app_id", 2], ["offering_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reichertfadel.org/dixie_lesch"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.753040"], ["updated_at", "2018-12-06 16:01:11.753040"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kubcummings.info/sylvia_rath"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.754458"], ["updated_at", "2018-12-06 16:01:11.754458"], ["distributor_id", 1], ["app_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum at consequuntur recusandae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.757236"], ["updated_at", "2018-12-06 16:01:11.757236"], ["app_id", 2], ["offering_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kirlin.name/hobert"], ["description", "Illo tempora sapiente quae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.832118"], ["updated_at", "2018-12-06 16:01:11.832118"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit ut voluptatem dicta."], ["url", "http://yundt.info/katerine.rodriguez"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.835094"], ["updated_at", "2018-12-06 16:01:11.835094"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil sit facere ipsum."], ["info_url", "http://townesimonis.org/pearly"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.837428"], ["updated_at", "2018-12-06 16:01:11.837428"], ["developer_id", 3]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis odit magnam ipsum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.838432"], ["updated_at", "2018-12-06 16:01:11.838432"], ["app_id", 3], ["offering_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem vel omnis consequatur."], ["url", "http://carter.io/norah"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.841434"], ["updated_at", "2018-12-06 16:01:11.841434"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae culpa id impedit."], ["info_url", "http://mraz.net/hobert_west"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.842971"], ["updated_at", "2018-12-06 16:01:11.842971"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hegmann.org/elijah.fritsch"], ["description", "Et tempore vitae distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.846566"], ["updated_at", "2018-12-06 16:01:11.846566"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet placeat vitae aspernatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.847760"], ["updated_at", "2018-12-06 16:01:11.847760"], ["app_id", 4], ["offering_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lesch.biz/gerard_kerluke"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.850416"], ["updated_at", "2018-12-06 16:01:11.850416"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haag.info/goldie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.851217"], ["updated_at", "2018-12-06 16:01:11.851217"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem quisquam sed ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.852928"], ["updated_at", "2018-12-06 16:01:11.852928"], ["app_id", 4], ["offering_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Architecto in ut cumque."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.855480"], ["updated_at", "2018-12-06 16:01:11.855480"], ["works_with_id", 6], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://manterenner.com/tennille_rogahn"], ["promo_text", "Non nesciunt dolore eius."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (41.9ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Non et et autem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:01:11.860014"], ["updated_at", "2018-12-06 16:01:11.860014"], ["testimonial_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Aspernatur totam excepturi repellat.", "image_url"=>"http://mcclure.info/johnson", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Aspernatur totam excepturi repellat."], ["updated_at", "2018-12-06 16:01:11.938894"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/1 Completed 302 Found in 24ms (ActiveRecord: 2.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marquardtwilderman.io/casey_miller"], ["description", "Quasi blanditiis soluta voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.948812"], ["updated_at", "2018-12-06 16:01:11.948812"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Cupiditate aut iure fugit."], ["url", "http://lynchblock.info/sook"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.951510"], ["updated_at", "2018-12-06 16:01:11.951510"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti inventore totam sint."], ["info_url", "http://hodkiewicz.info/erick_jacobi"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.953740"], ["updated_at", "2018-12-06 16:01:11.953740"], ["developer_id", 5]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Delectus nobis doloremque aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.954724"], ["updated_at", "2018-12-06 16:01:11.954724"], ["app_id", 5], ["offering_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quod totam pariatur dolores."], ["url", "http://greenfelder.name/quinton.corwin"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.957795"], ["updated_at", "2018-12-06 16:01:11.957795"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nostrum facilis aut ea."], ["info_url", "http://beer.biz/dorene_hahn"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.959380"], ["updated_at", "2018-12-06 16:01:11.959380"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ko.org/julene"], ["description", "Eligendi quae laborum ipsa."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.962572"], ["updated_at", "2018-12-06 16:01:11.962572"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores qui veritatis aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.963466"], ["updated_at", "2018-12-06 16:01:11.963466"], ["app_id", 6], ["offering_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://altenwerth.info/evon_homenick"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.965853"], ["updated_at", "2018-12-06 16:01:11.965853"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rodriguezkoelpin.name/nidia_kozey"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.966728"], ["updated_at", "2018-12-06 16:01:11.966728"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores voluptatem quasi quibusdam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.968411"], ["updated_at", "2018-12-06 16:01:11.968411"], ["app_id", 6], ["offering_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Laborum sit repudiandae vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.970699"], ["updated_at", "2018-12-06 16:01:11.970699"], ["works_with_id", 9], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://cronin.org/lawrence_rutherford"], ["promo_text", "Dolorem alias architecto esse."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Corporis eum esse et."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:01:11.972683"], ["updated_at", "2018-12-06 16:01:11.972683"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Est animi nesciunt quos.", "image_url"=>"http://friesen.net/jerrold.pagac", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Est animi nesciunt quos."], ["updated_at", "2018-12-06 16:01:11.982181"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 8ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brown.io/aron"], ["description", "Exercitationem et voluptatem at."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.993620"], ["updated_at", "2018-12-06 16:01:11.993620"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam aut qui consequatur."], ["url", "http://mooredaniel.org/cora_witting"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.996930"], ["updated_at", "2018-12-06 16:01:11.996930"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet sapiente et reiciendis."], ["info_url", "http://cartwright.info/gustavo"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:11.999523"], ["updated_at", "2018-12-06 16:01:11.999523"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos autem aut ipsa."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.000661"], ["updated_at", "2018-12-06 16:01:12.000661"], ["app_id", 7], ["offering_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo repellat nostrum at."], ["url", "http://cronin.org/emery.thiel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.003536"], ["updated_at", "2018-12-06 16:01:12.003536"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto vel ipsa enim."], ["info_url", "http://corkery.co/terrie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.005144"], ["updated_at", "2018-12-06 16:01:12.005144"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://breitenberg.biz/lamonica_smitham"], ["description", "Accusantium totam vitae sapiente."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.008554"], ["updated_at", "2018-12-06 16:01:12.008554"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat vero magni ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.009559"], ["updated_at", "2018-12-06 16:01:12.009559"], ["app_id", 8], ["offering_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cremin.biz/lenny.kulas"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.011930"], ["updated_at", "2018-12-06 16:01:12.011930"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koelpinstamm.info/collette"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.012790"], ["updated_at", "2018-12-06 16:01:12.012790"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis vitae quis praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.014656"], ["updated_at", "2018-12-06 16:01:12.014656"], ["app_id", 8], ["offering_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et at molestiae cupiditate."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.017728"], ["updated_at", "2018-12-06 16:01:12.017728"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://rice.net/dwain"], ["promo_text", "Et nobis sit aut."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Architecto odio temporibus est."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:01:12.019957"], ["updated_at", "2018-12-06 16:01:12.019957"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Eius rerum nesciunt enim.", "image_url"=>"http://hane.org/june_reichert", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Eius rerum nesciunt enim."], ["updated_at", "2018-12-06 16:01:12.030815"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 9ms (ActiveRecord: 2.0ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heidenreich.co/hunter.wintheiser"], ["description", "Consequatur totam vel et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.038533"], ["updated_at", "2018-12-06 16:01:12.038533"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati laborum odit fugiat."], ["url", "http://hagenespouros.org/reinaldo"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.041349"], ["updated_at", "2018-12-06 16:01:12.041349"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor odio dignissimos deleniti."], ["info_url", "http://kunde.info/wyatt.braun"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.043557"], ["updated_at", "2018-12-06 16:01:12.043557"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit natus quasi sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.044532"], ["updated_at", "2018-12-06 16:01:12.044532"], ["app_id", 9], ["offering_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "A et amet natus."], ["url", "http://bode.biz/donetta.satterfield"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.047181"], ["updated_at", "2018-12-06 16:01:12.047181"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut amet minima a."], ["info_url", "http://hand.com/rogelio.rodriguez"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.048645"], ["updated_at", "2018-12-06 16:01:12.048645"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://thielgrady.net/kelvin"], ["description", "Quod maxime labore ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.051936"], ["updated_at", "2018-12-06 16:01:12.051936"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut at odit consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.052751"], ["updated_at", "2018-12-06 16:01:12.052751"], ["app_id", 10], ["offering_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gottlieb.io/randal"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.055397"], ["updated_at", "2018-12-06 16:01:12.055397"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hintz.net/lily"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.056360"], ["updated_at", "2018-12-06 16:01:12.056360"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et qui aut voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.058161"], ["updated_at", "2018-12-06 16:01:12.058161"], ["app_id", 10], ["offering_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Cumque vero amet velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.060531"], ["updated_at", "2018-12-06 16:01:12.060531"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://heaneycruickshank.org/greg_weimann"], ["promo_text", "Deserunt dolores ut minus."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ipsum suscipit dicta qui."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:01:12.062603"], ["updated_at", "2018-12-06 16:01:12.062603"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://corwinkuphal.net/taneka.reynolds"], ["description", "Est dolorum et ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.092905"], ["updated_at", "2018-12-06 16:01:12.092905"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Modi non facilis eos."], ["url", "http://goodwinjohnston.com/tova.cole"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.095993"], ["updated_at", "2018-12-06 16:01:12.095993"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et asperiores rem repellat."], ["info_url", "http://smitham.io/ronny_skiles"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.098726"], ["updated_at", "2018-12-06 16:01:12.098726"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur vitae quis in."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.099796"], ["updated_at", "2018-12-06 16:01:12.099796"], ["app_id", 11], ["offering_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur tenetur odit iusto."], ["url", "http://ko.info/lanie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.102434"], ["updated_at", "2018-12-06 16:01:12.102434"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut minima quidem corrupti."], ["info_url", "http://langframi.org/jolene"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.103941"], ["updated_at", "2018-12-06 16:01:12.103941"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gislason.co/jovita"], ["description", "Harum tempora non doloribus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.107117"], ["updated_at", "2018-12-06 16:01:12.107117"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique velit tenetur facere."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.107971"], ["updated_at", "2018-12-06 16:01:12.107971"], ["app_id", 12], ["offering_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cronin.io/delcie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.110276"], ["updated_at", "2018-12-06 16:01:12.110276"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://krajcikyost.net/madelene"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.111085"], ["updated_at", "2018-12-06 16:01:12.111085"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est eos sequi molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.112699"], ["updated_at", "2018-12-06 16:01:12.112699"], ["app_id", 12], ["offering_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Placeat consequuntur corporis consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.114928"], ["updated_at", "2018-12-06 16:01:12.114928"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://ziemann.info/sammie"], ["promo_text", "Voluptates mollitia quia error."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Placeat iste quos quam."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:01:12.116813"], ["updated_at", "2018-12-06 16:01:12.116813"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dibbert.net/felicidad.ruel"], ["description", "Vel delectus alias possimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.130823"], ["updated_at", "2018-12-06 16:01:12.130823"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo dolore maxime libero."], ["url", "http://weimannprohaska.name/buck_beatty"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.133619"], ["updated_at", "2018-12-06 16:01:12.133619"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa aut sed molestias."], ["info_url", "http://luettgen.io/trinidad_predovic"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.135817"], ["updated_at", "2018-12-06 16:01:12.135817"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et nesciunt a voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.136730"], ["updated_at", "2018-12-06 16:01:12.136730"], ["app_id", 13], ["offering_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi molestias magnam eaque."], ["url", "http://fadel.name/curt"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.139619"], ["updated_at", "2018-12-06 16:01:12.139619"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci occaecati quo optio."], ["info_url", "http://kerluke.org/rocky_nicolas"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.141289"], ["updated_at", "2018-12-06 16:01:12.141289"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feilupton.biz/aurelio.pollich"], ["description", "Voluptatem sint recusandae repellat."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.144666"], ["updated_at", "2018-12-06 16:01:12.144666"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est ipsam mollitia doloribus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.145824"], ["updated_at", "2018-12-06 16:01:12.145824"], ["app_id", 14], ["offering_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abbottdoyle.org/jacquelin.ohara"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.148437"], ["updated_at", "2018-12-06 16:01:12.148437"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerholdlangosh.net/kiersten"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.149298"], ["updated_at", "2018-12-06 16:01:12.149298"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero illum et commodi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.150905"], ["updated_at", "2018-12-06 16:01:12.150905"], ["app_id", 14], ["offering_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fugiat doloremque culpa vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.153224"], ["updated_at", "2018-12-06 16:01:12.153224"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://simonisturcotte.org/morris"], ["promo_text", "Tenetur qui at possimus."], ["publish_date", "2018-12-05"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Velit dolor voluptatem rem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:01:12.155685"], ["updated_at", "2018-12-06 16:01:12.155685"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobi.org/timothy_hackett"], ["description", "Aperiam velit provident minima."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.165323"], ["updated_at", "2018-12-06 16:01:12.165323"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus voluptatem dolorem quibusdam."], ["url", "http://pfannerstill.com/vera"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.168100"], ["updated_at", "2018-12-06 16:01:12.168100"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut quia ex pariatur."], ["info_url", "http://rowebradtke.biz/noella"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.170346"], ["updated_at", "2018-12-06 16:01:12.170346"], ["developer_id", 15]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et numquam corrupti quam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.171303"], ["updated_at", "2018-12-06 16:01:12.171303"], ["app_id", 15], ["offering_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatibus non omnis eveniet."], ["url", "http://trantow.io/roseanna.kuhic"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.174220"], ["updated_at", "2018-12-06 16:01:12.174220"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta debitis dignissimos architecto."], ["info_url", "http://harris.io/paulita"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.175868"], ["updated_at", "2018-12-06 16:01:12.175868"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://shanahankonopelski.biz/therea.reichert"], ["description", "Sint aut dolores sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.179861"], ["updated_at", "2018-12-06 16:01:12.179861"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis quasi non a."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.181068"], ["updated_at", "2018-12-06 16:01:12.181068"], ["app_id", 16], ["offering_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://konopelski.net/sal"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.183674"], ["updated_at", "2018-12-06 16:01:12.183674"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hills.biz/rickey.block"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.184572"], ["updated_at", "2018-12-06 16:01:12.184572"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga rerum id dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.186240"], ["updated_at", "2018-12-06 16:01:12.186240"], ["app_id", 16], ["offering_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Consequatur adipisci facere voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.188562"], ["updated_at", "2018-12-06 16:01:12.188562"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://conroy.name/tracey.corwin"], ["promo_text", "Veniam non est est."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Molestiae repellendus pariatur quaerat."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:01:12.191130"], ["updated_at", "2018-12-06 16:01:12.191130"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://parisian.com/anette.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.223475"], ["updated_at", "2018-12-06 16:01:12.223475"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia saepe ipsam perspiciatis."], ["url", "http://dooley.biz/tyesha"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.226548"], ["updated_at", "2018-12-06 16:01:12.226548"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat sunt tenetur aut."], ["info_url", "http://hane.org/frances"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.229115"], ["updated_at", "2018-12-06 16:01:12.229115"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schulistruecker.org/lucas.jaskolski"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.230089"], ["updated_at", "2018-12-06 16:01:12.230089"], ["distributor_id", 9], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam rerum labore expedita."], ["url", "http://torp.net/damian"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.232608"], ["updated_at", "2018-12-06 16:01:12.232608"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores aut ducimus est."], ["info_url", "http://koeppwintheiser.org/elmo_heel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.234054"], ["updated_at", "2018-12-06 16:01:12.234054"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://balistreri.io/josue"], ["description", "Et cum eos eaque."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.237263"], ["updated_at", "2018-12-06 16:01:12.237263"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui accusantium veritatis reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.238151"], ["updated_at", "2018-12-06 16:01:12.238151"], ["app_id", 18], ["offering_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rutherford.co/evan"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.241014"], ["updated_at", "2018-12-06 16:01:12.241014"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klockokonopelski.org/palmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.241846"], ["updated_at", "2018-12-06 16:01:12.241846"], ["distributor_id", 10], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ex sed unde iusto."], ["url", "http://crist.io/waldo.brekke"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.260210"], ["updated_at", "2018-12-06 16:01:12.260210"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt sed qui ipsam."], ["url", "http://okeefestrosin.info/buster"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.282789"], ["updated_at", "2018-12-06 16:01:12.282789"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"20"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque iure et repellat."], ["url", "http://goldnerthompson.biz/monte"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.294158"], ["updated_at", "2018-12-06 16:01:12.294158"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"21"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Reiciendis et qui qui."], ["url", "http://becker.io/phyllis"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.303485"], ["updated_at", "2018-12-06 16:01:12.303485"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"22"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Debitis est aperiam qui."], ["url", "http://wardrowe.io/lowell.bartell"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.311353"], ["updated_at", "2018-12-06 16:01:12.311353"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Et nihil nostrum et.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://lakinmosciski.com/tiana_jast"}, "id"=>"23"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Et nihil nostrum et."], ["url", "http://lakinmosciski.com/tiana_jast"], ["updated_at", "2018-12-06 16:01:12.316531"], ["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/23 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "In cum aut quasi."], ["url", "http://skiles.co/cornelia.yost"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.321463"], ["updated_at", "2018-12-06 16:01:12.321463"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Voluptate dolore aperiam culpa.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://abbottlehner.co/harrison"}, "id"=>"24"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Voluptate dolore aperiam culpa."], ["url", "http://abbottlehner.co/harrison"], ["updated_at", "2018-12-06 16:01:12.326559"], ["id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/24 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Non consequatur reprehenderit incidunt."], ["url", "http://effertz.net/arlen"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.332755"], ["updated_at", "2018-12-06 16:01:12.332755"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Quibusdam corrupti explicabo eaque.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://reilly.net/ned_nienow"}, "id"=>"25"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Quibusdam corrupti explicabo eaque."], ["url", "http://reilly.net/ned_nienow"], ["updated_at", "2018-12-06 16:01:12.337271"], ["id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/25 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kaulke.name/yaeko_collier"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.343008"], ["updated_at", "2018-12-06 16:01:12.343008"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Neque sed eos ut."], ["url", "http://padberg.io/rocky_schuppe"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.345850"], ["updated_at", "2018-12-06 16:01:12.345850"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis aut perspiciatis molestiae."], ["info_url", "http://schowalterhoppe.name/larita_gerlach"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.348368"], ["updated_at", "2018-12-06 16:01:12.348368"], ["developer_id", 26]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://spinkapowlowski.com/kesha.greenfelder"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.349336"], ["updated_at", "2018-12-06 16:01:12.349336"], ["distributor_id", 11], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat blanditiis labore nulla."], ["url", "http://feestkemmer.name/chris_lynch"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.352041"], ["updated_at", "2018-12-06 16:01:12.352041"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut cum perspiciatis sint."], ["info_url", "http://kirlin.co/juan"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.365599"], ["updated_at", "2018-12-06 16:01:12.365599"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://krisblanda.co/caria"], ["description", "Eos qui officia ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.369642"], ["updated_at", "2018-12-06 16:01:12.369642"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nemo quos magni possimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.370534"], ["updated_at", "2018-12-06 16:01:12.370534"], ["app_id", 20], ["offering_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moen.com/christia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.372990"], ["updated_at", "2018-12-06 16:01:12.372990"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoppe.net/elly"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.373852"], ["updated_at", "2018-12-06 16:01:12.373852"], ["distributor_id", 12], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beer.name/alton"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.375565"], ["updated_at", "2018-12-06 16:01:12.375565"], ["distributor_id", 11], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://abernathyboyle.co/dusty"}, "id"=>"13"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://abernathyboyle.co/dusty"], ["updated_at", "2018-12-06 16:01:12.384540"], ["id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/13 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stroman.name/janene.zieme"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.390526"], ["updated_at", "2018-12-06 16:01:12.390526"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quis libero suscipit aspernatur."], ["url", "http://green.info/dion"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.393348"], ["updated_at", "2018-12-06 16:01:12.393348"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non libero qui voluptas."], ["info_url", "http://metzlegros.io/marline.daugherty"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.395813"], ["updated_at", "2018-12-06 16:01:12.395813"], ["developer_id", 28]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://corkery.io/trula"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.396769"], ["updated_at", "2018-12-06 16:01:12.396769"], ["distributor_id", 13], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos nisi dolores est."], ["url", "http://lang.io/shantelle_ratke"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.399219"], ["updated_at", "2018-12-06 16:01:12.399219"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consectetur dolorum facere et."], ["info_url", "http://goldnerdach.name/solomon"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.400894"], ["updated_at", "2018-12-06 16:01:12.400894"], ["developer_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cummings.info/je.waelchi"], ["description", "Sit est ipsum illum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.404411"], ["updated_at", "2018-12-06 16:01:12.404411"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Officiis id fugiat sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.405394"], ["updated_at", "2018-12-06 16:01:12.405394"], ["app_id", 22], ["offering_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://skiles.io/octavio"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.407931"], ["updated_at", "2018-12-06 16:01:12.407931"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gottliebgerhold.org/alfreda.schoen"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.408763"], ["updated_at", "2018-12-06 16:01:12.408763"], ["distributor_id", 14], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weinat.org/clorinda_gislason"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.410365"], ["updated_at", "2018-12-06 16:01:12.410365"], ["distributor_id", 13], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://osinskilockman.info/lia_lynch"}, "id"=>"16"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://osinskilockman.info/lia_lynch"], ["updated_at", "2018-12-06 16:01:12.416863"], ["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/16 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cronin.org/malcom"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.422140"], ["updated_at", "2018-12-06 16:01:12.422140"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi eligendi ut sunt."], ["url", "http://friesen.net/leland.legros"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.425637"], ["updated_at", "2018-12-06 16:01:12.425637"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Mollitia saepe eaque explicabo."], ["info_url", "http://durgan.io/elisa"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.428331"], ["updated_at", "2018-12-06 16:01:12.428331"], ["developer_id", 30]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://barrows.co/rolando"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.429302"], ["updated_at", "2018-12-06 16:01:12.429302"], ["distributor_id", 15], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quo tempora et dolorem."], ["url", "http://bartoletti.org/cleo"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.431777"], ["updated_at", "2018-12-06 16:01:12.431777"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corporis consequuntur et ut."], ["info_url", "http://jacobi.co/elva_oreilly"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.433243"], ["updated_at", "2018-12-06 16:01:12.433243"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://willms.name/estell"], ["description", "Qui architecto est hic."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.436362"], ["updated_at", "2018-12-06 16:01:12.436362"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut repellat et ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.437188"], ["updated_at", "2018-12-06 16:01:12.437188"], ["app_id", 24], ["offering_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mclaughlinhegmann.org/isaiah.kunze"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.439743"], ["updated_at", "2018-12-06 16:01:12.439743"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://trantow.info/shaunda"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.440625"], ["updated_at", "2018-12-06 16:01:12.440625"], ["distributor_id", 16], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://powlowski.com/darius"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.442274"], ["updated_at", "2018-12-06 16:01:12.442274"], ["distributor_id", 15], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://corkeryziemann.biz/michelina"}, "id"=>"19"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://corkeryziemann.biz/michelina"], ["updated_at", "2018-12-06 16:01:12.450034"], ["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/19 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lang.biz/bruna.bednar"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.455406"], ["updated_at", "2018-12-06 16:01:12.455406"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate veniam ut et."], ["url", "http://hodkiewiczkulas.org/marjory"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.458481"], ["updated_at", "2018-12-06 16:01:12.458481"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab cumque minus quas."], ["info_url", "http://feil.biz/toby.wuckert"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.460936"], ["updated_at", "2018-12-06 16:01:12.460936"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://langoshwyman.biz/noble"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.461859"], ["updated_at", "2018-12-06 16:01:12.461859"], ["distributor_id", 17], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum soluta consequatur provident."], ["url", "http://swift.org/gerardo"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.464291"], ["updated_at", "2018-12-06 16:01:12.464291"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil laboriosam ipsam voluptate."], ["info_url", "http://cormierwill.co/ellis"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.465773"], ["updated_at", "2018-12-06 16:01:12.465773"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://trantow.info/harley"], ["description", "Vel consequatur nam beatae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.469005"], ["updated_at", "2018-12-06 16:01:12.469005"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi occaecati saepe officiis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.469785"], ["updated_at", "2018-12-06 16:01:12.469785"], ["app_id", 26], ["offering_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abbott.biz/prince_emmerich"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.472115"], ["updated_at", "2018-12-06 16:01:12.472115"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bauch.io/kathrin"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.472963"], ["updated_at", "2018-12-06 16:01:12.472963"], ["distributor_id", 18], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blandabode.com/marlen"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.474512"], ["updated_at", "2018-12-06 16:01:12.474512"], ["distributor_id", 17], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"22"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ratke.name/greta"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.481695"], ["updated_at", "2018-12-06 16:01:12.481695"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Libero est nulla molestiae."], ["url", "http://macgyver.name/georgeann"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.484405"], ["updated_at", "2018-12-06 16:01:12.484405"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Optio deleniti placeat voluptatum."], ["info_url", "http://hand.com/kasey"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.486844"], ["updated_at", "2018-12-06 16:01:12.486844"], ["developer_id", 34]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jones.co/craig.yundt"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.487942"], ["updated_at", "2018-12-06 16:01:12.487942"], ["distributor_id", 19], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta molestias quia inventore."], ["url", "http://cummeratafeil.net/sidney_goodwin"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.490934"], ["updated_at", "2018-12-06 16:01:12.490934"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur maxime necessitatibus suscipit."], ["info_url", "http://bergnaumbotsford.org/aurora.kemmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.492578"], ["updated_at", "2018-12-06 16:01:12.492578"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swift.io/pierre.hodkiewicz"], ["description", "Consequatur fugiat voluptatum debitis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.496221"], ["updated_at", "2018-12-06 16:01:12.496221"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae quia et unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.497245"], ["updated_at", "2018-12-06 16:01:12.497245"], ["app_id", 28], ["offering_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lesch.co/young_lynch"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.499847"], ["updated_at", "2018-12-06 16:01:12.499847"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hyattcrist.info/karma_dibbert"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.500664"], ["updated_at", "2018-12-06 16:01:12.500664"], ["distributor_id", 20], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weimannankunding.co/young"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.502215"], ["updated_at", "2018-12-06 16:01:12.502215"], ["distributor_id", 19], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"25"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnston.org/india_wiza"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.511401"], ["updated_at", "2018-12-06 16:01:12.511401"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil saepe possimus blanditiis."], ["url", "http://wisozk.co/teddy"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.514102"], ["updated_at", "2018-12-06 16:01:12.514102"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus vitae facere qui."], ["info_url", "http://bernier.co/frederica.kihn"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.516621"], ["updated_at", "2018-12-06 16:01:12.516621"], ["developer_id", 36]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://champlin.io/elenore"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.517556"], ["updated_at", "2018-12-06 16:01:12.517556"], ["distributor_id", 21], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Earum fugiat perspiciatis eligendi."], ["url", "http://mante.name/lenny_mayer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.520120"], ["updated_at", "2018-12-06 16:01:12.520120"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam exercitationem accusantium occaecati."], ["info_url", "http://kemmer.net/corrinne_murazik"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.521661"], ["updated_at", "2018-12-06 16:01:12.521661"], ["developer_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rosenbaum.org/gus.quitzon"], ["description", "Quia aliquam occaecati eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.525327"], ["updated_at", "2018-12-06 16:01:12.525327"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Totam molestiae aut ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.526211"], ["updated_at", "2018-12-06 16:01:12.526211"], ["app_id", 30], ["offering_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://paucek.com/siu"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.528562"], ["updated_at", "2018-12-06 16:01:12.528562"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://connelly.com/wendi"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.529410"], ["updated_at", "2018-12-06 16:01:12.529410"], ["distributor_id", 22], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okon.org/bertram.kuhic"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.530986"], ["updated_at", "2018-12-06 16:01:12.530986"], ["distributor_id", 21], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"28"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bednarcronin.info/kelvin_reinger"], ["description", "Numquam non sit voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.560927"], ["updated_at", "2018-12-06 16:01:12.560927"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellendus asperiores ut et."], ["url", "http://torp.co/glen_schoen"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.564050"], ["updated_at", "2018-12-06 16:01:12.564050"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem aut eligendi cum."], ["info_url", "http://macejkovic.co/elizabeth.legros"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.566656"], ["updated_at", "2018-12-06 16:01:12.566656"], ["developer_id", 38]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis nihil accusantium non."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.567691"], ["updated_at", "2018-12-06 16:01:12.567691"], ["app_id", 31], ["offering_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium modi qui non."], ["url", "http://pacocha.co/hilde"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.570294"], ["updated_at", "2018-12-06 16:01:12.570294"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro adipisci distinctio expedita."], ["info_url", "http://beatty.name/fermin_oconner"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.571728"], ["updated_at", "2018-12-06 16:01:12.571728"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyette.net/catrina_raynor"], ["description", "Dicta exercitationem sapiente eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.574989"], ["updated_at", "2018-12-06 16:01:12.574989"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus sint nobis sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.575823"], ["updated_at", "2018-12-06 16:01:12.575823"], ["app_id", 32], ["offering_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gottlieb.io/deb.west"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.578134"], ["updated_at", "2018-12-06 16:01:12.578134"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dubuque.net/delia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.578936"], ["updated_at", "2018-12-06 16:01:12.578936"], ["distributor_id", 23], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum repellendus nesciunt vitae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.580595"], ["updated_at", "2018-12-06 16:01:12.580595"], ["app_id", 32], ["offering_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nienow.org/margarete"], ["description", "Eos fugiat explicabo assumenda."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.588739"], ["updated_at", "2018-12-06 16:01:12.588739"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quis non id sit."], ["url", "http://kutch.io/sang"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.591604"], ["updated_at", "2018-12-06 16:01:12.591604"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Expedita et animi recusandae."], ["info_url", "http://hilpert.com/dewey.bahringer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.593827"], ["updated_at", "2018-12-06 16:01:12.593827"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet id fuga aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.594893"], ["updated_at", "2018-12-06 16:01:12.594893"], ["app_id", 33], ["offering_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Alias eius temporibus quas."], ["url", "http://stehrpaucek.biz/fernando_herzog"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.597841"], ["updated_at", "2018-12-06 16:01:12.597841"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Incidunt reiciendis ea qui."], ["info_url", "http://ziemann.info/arturo_kling"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.599624"], ["updated_at", "2018-12-06 16:01:12.599624"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grahamleffler.org/quinton.ferry"], ["description", "Ipsa id corporis nisi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.602881"], ["updated_at", "2018-12-06 16:01:12.602881"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut quo facere ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.603659"], ["updated_at", "2018-12-06 16:01:12.603659"], ["app_id", 34], ["offering_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beier.org/valentine_tremblay"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.606089"], ["updated_at", "2018-12-06 16:01:12.606089"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murazik.name/loyd_barrows"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.606909"], ["updated_at", "2018-12-06 16:01:12.606909"], ["distributor_id", 24], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti eos et consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.608511"], ["updated_at", "2018-12-06 16:01:12.608511"], ["app_id", 34], ["offering_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Debitis perspiciatis incidunt facere.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"37"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Debitis perspiciatis incidunt facere."], ["updated_at", "2018-12-06 16:01:12.615947"], ["id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/37 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jenkins.name/johnie.zieme"], ["description", "Consectetur enim doloremque sapiente."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.621790"], ["updated_at", "2018-12-06 16:01:12.621790"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi dolores a et."], ["url", "http://okuneva.net/morris"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.625043"], ["updated_at", "2018-12-06 16:01:12.625043"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas velit rerum libero."], ["info_url", "http://reinger.co/rigoberto_bartell"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.627357"], ["updated_at", "2018-12-06 16:01:12.627357"], ["developer_id", 42]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis aut numquam magni."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.628552"], ["updated_at", "2018-12-06 16:01:12.628552"], ["app_id", 35], ["offering_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ab exercitationem dolorum eaque."], ["url", "http://welch.co/rebbecca_blick"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.631816"], ["updated_at", "2018-12-06 16:01:12.631816"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis et debitis illo."], ["info_url", "http://funk.name/federico.walsh"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.633506"], ["updated_at", "2018-12-06 16:01:12.633506"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://townesanford.biz/maurice_schoen"], ["description", "Perferendis aut et quasi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.636661"], ["updated_at", "2018-12-06 16:01:12.636661"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas nam iste dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.637451"], ["updated_at", "2018-12-06 16:01:12.637451"], ["app_id", 36], ["offering_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heathcotehane.io/malia_conroy"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.639712"], ["updated_at", "2018-12-06 16:01:12.639712"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://keelingkerluke.org/latarsha"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.640500"], ["updated_at", "2018-12-06 16:01:12.640500"], ["distributor_id", 25], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non dolorum quis sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.642117"], ["updated_at", "2018-12-06 16:01:12.642117"], ["app_id", 36], ["offering_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Quis quibusdam quam non.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"40"}
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Quis quibusdam quam non."], ["updated_at", "2018-12-06 16:01:12.660234"], ["id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/40 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://conroyfranecki.org/courtney"], ["description", "Cum accusamus nobis esse."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.665131"], ["updated_at", "2018-12-06 16:01:12.665131"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem quos ducimus quia."], ["url", "http://kilback.org/asuncion.schmeler"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.667846"], ["updated_at", "2018-12-06 16:01:12.667846"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta voluptas aut eligendi."], ["info_url", "http://purdy.biz/taren"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.670100"], ["updated_at", "2018-12-06 16:01:12.670100"], ["developer_id", 44]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil aut dignissimos praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.671071"], ["updated_at", "2018-12-06 16:01:12.671071"], ["app_id", 37], ["offering_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque omnis ex quo."], ["url", "http://hyatt.com/robbyn_considine"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.674123"], ["updated_at", "2018-12-06 16:01:12.674123"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Temporibus est laborum odio."], ["info_url", "http://daugherty.name/vida"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.675756"], ["updated_at", "2018-12-06 16:01:12.675756"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://renner.net/linnie"], ["description", "Ipsum molestiae quidem ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.679340"], ["updated_at", "2018-12-06 16:01:12.679340"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic officiis quaerat placeat."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.680422"], ["updated_at", "2018-12-06 16:01:12.680422"], ["app_id", 38], ["offering_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sanford.name/clelia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.682918"], ["updated_at", "2018-12-06 16:01:12.682918"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sporer.net/michal"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.683728"], ["updated_at", "2018-12-06 16:01:12.683728"], ["distributor_id", 26], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et et voluptatem ipsum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.685421"], ["updated_at", "2018-12-06 16:01:12.685421"], ["app_id", 38], ["offering_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Eos voluptatem delectus provident.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"43"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Eos voluptatem delectus provident."], ["updated_at", "2018-12-06 16:01:12.692464"], ["id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/43 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ziemann.com/hilary"], ["description", "Fugiat corrupti molestiae est."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.698119"], ["updated_at", "2018-12-06 16:01:12.698119"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur vel dolor corrupti."], ["url", "http://trantowmccullough.info/yuko"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.701029"], ["updated_at", "2018-12-06 16:01:12.701029"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus quo ut distinctio."], ["info_url", "http://mantemurazik.biz/noble"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.703321"], ["updated_at", "2018-12-06 16:01:12.703321"], ["developer_id", 46]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur delectus tempore rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.704331"], ["updated_at", "2018-12-06 16:01:12.704331"], ["app_id", 39], ["offering_id", 32]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Cum placeat quia expedita."], ["url", "http://rippin.info/kai_turner"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.707374"], ["updated_at", "2018-12-06 16:01:12.707374"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam necessitatibus iure quia."], ["info_url", "http://bradtkevon.biz/zane.jenkins"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.708994"], ["updated_at", "2018-12-06 16:01:12.708994"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://monahan.org/aisha"], ["description", "Aut voluptatem doloremque possimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.712625"], ["updated_at", "2018-12-06 16:01:12.712625"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi tempora ab alias."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.713918"], ["updated_at", "2018-12-06 16:01:12.713918"], ["app_id", 40], ["offering_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://turcotte.net/nickolas"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.716726"], ["updated_at", "2018-12-06 16:01:12.716726"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bayer.biz/cleora_lind"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.717580"], ["updated_at", "2018-12-06 16:01:12.717580"], ["distributor_id", 27], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum qui voluptatem et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.719325"], ["updated_at", "2018-12-06 16:01:12.719325"], ["app_id", 40], ["offering_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"46"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 46]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moriette.info/sal"], ["description", "Vel ex nesciunt odit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.727472"], ["updated_at", "2018-12-06 16:01:12.727472"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit magni at praesentium."], ["url", "http://mantefriesen.co/ellena"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.730292"], ["updated_at", "2018-12-06 16:01:12.730292"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor architecto quod reprehenderit."], ["info_url", "http://reichel.io/deedra"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.732514"], ["updated_at", "2018-12-06 16:01:12.732514"], ["developer_id", 48]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo officiis commodi temporibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.733452"], ["updated_at", "2018-12-06 16:01:12.733452"], ["app_id", 41], ["offering_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas quas voluptatem maiores."], ["url", "http://raynorleannon.net/xenia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.736016"], ["updated_at", "2018-12-06 16:01:12.736016"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis nemo quis odit."], ["info_url", "http://hicklehilpert.co/lenny"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.737508"], ["updated_at", "2018-12-06 16:01:12.737508"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bogan.biz/rosa"], ["description", "Quaerat corporis qui hic."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.740801"], ["updated_at", "2018-12-06 16:01:12.740801"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet id repellendus explicabo."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.741612"], ["updated_at", "2018-12-06 16:01:12.741612"], ["app_id", 42], ["offering_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://watsica.net/ferdinand"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.743965"], ["updated_at", "2018-12-06 16:01:12.743965"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://denesik.io/arie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.744767"], ["updated_at", "2018-12-06 16:01:12.744767"], ["distributor_id", 28], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate nemo officia pariatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.746456"], ["updated_at", "2018-12-06 16:01:12.746456"], ["app_id", 42], ["offering_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"49"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://luettgenmayert.info/kimiko"], ["description", "Corrupti dolor libero aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.754646"], ["updated_at", "2018-12-06 16:01:12.754646"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque placeat incidunt impedit."], ["url", "http://schimmel.info/violet"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.757655"], ["updated_at", "2018-12-06 16:01:12.757655"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque fugiat voluptas qui."], ["info_url", "http://wizalakin.org/jennette.schowalter"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.759936"], ["updated_at", "2018-12-06 16:01:12.759936"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ratione maxime assumenda."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.760972"], ["updated_at", "2018-12-06 16:01:12.760972"], ["app_id", 43], ["offering_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est quam et voluptatem."], ["url", "http://heaneyrempel.co/stacey"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.763569"], ["updated_at", "2018-12-06 16:01:12.763569"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequuntur voluptatem hic odio."], ["info_url", "http://romaguera.co/mariah"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.765038"], ["updated_at", "2018-12-06 16:01:12.765038"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okeefeschinner.org/weldon"], ["description", "Occaecati non dignissimos ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.768260"], ["updated_at", "2018-12-06 16:01:12.768260"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat recusandae consectetur et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.769092"], ["updated_at", "2018-12-06 16:01:12.769092"], ["app_id", 44], ["offering_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strosin.info/leilani_mcglynn"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.771388"], ["updated_at", "2018-12-06 16:01:12.771388"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thiel.co/kenda"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.772425"], ["updated_at", "2018-12-06 16:01:12.772425"], ["distributor_id", 29], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi autem ipsum amet."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.774148"], ["updated_at", "2018-12-06 16:01:12.774148"], ["app_id", 44], ["offering_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"52"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schoen.biz/rosalie_prosacco"], ["description", "Sed quo doloribus ad."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.805060"], ["updated_at", "2018-12-06 16:01:12.805060"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quae sed similique minima."], ["url", "http://jaskolskirolfson.co/tony"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.807774"], ["updated_at", "2018-12-06 16:01:12.807774"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga voluptate aut nisi."], ["info_url", "http://kunze.net/roslyn"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.809962"], ["updated_at", "2018-12-06 16:01:12.809962"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis nam labore quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.810871"], ["updated_at", "2018-12-06 16:01:12.810871"], ["app_id", 45], ["offering_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas velit neque eligendi."], ["url", "http://flatley.co/lashandra"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.813362"], ["updated_at", "2018-12-06 16:01:12.813362"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Expedita eligendi impedit assumenda."], ["info_url", "http://koepp.org/tea_kertzmann"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.815157"], ["updated_at", "2018-12-06 16:01:12.815157"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://breitenberg.name/ula"], ["description", "Neque odit rem soluta."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.818301"], ["updated_at", "2018-12-06 16:01:12.818301"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque beatae est enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.819108"], ["updated_at", "2018-12-06 16:01:12.819108"], ["app_id", 46], ["offering_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://davis.name/brinda"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.821505"], ["updated_at", "2018-12-06 16:01:12.821505"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hettinger.com/malorie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.822549"], ["updated_at", "2018-12-06 16:01:12.822549"], ["distributor_id", 30], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda dolorem aut quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.824612"], ["updated_at", "2018-12-06 16:01:12.824612"], ["app_id", 46], ["offering_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Dolorem rerum dolorem numquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.828611"], ["updated_at", "2018-12-06 16:01:12.828611"], ["works_with_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Porro ab ea minus.", "image_url"=>"http://boscookuneva.biz/kacey_robel", "is_live"=>"true"}, "id"=>"1"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Porro ab ea minus."], ["updated_at", "2018-12-06 16:01:12.839813"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/1 Completed 302 Found in 9ms (ActiveRecord: 1.4ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gusikowski.org/ellena_ziemann"], ["description", "Ut similique voluptas labore."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.847789"], ["updated_at", "2018-12-06 16:01:12.847789"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut incidunt sint nemo."], ["url", "http://lednercain.info/clay_dickens"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.851082"], ["updated_at", "2018-12-06 16:01:12.851082"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sequi enim exercitationem voluptatem."], ["info_url", "http://hodkiewicz.info/ike"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.853457"], ["updated_at", "2018-12-06 16:01:12.853457"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Error aut facilis reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.854442"], ["updated_at", "2018-12-06 16:01:12.854442"], ["app_id", 47], ["offering_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Earum dicta error nisi."], ["url", "http://terryrohan.com/landon"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.857490"], ["updated_at", "2018-12-06 16:01:12.857490"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis totam rerum cumque."], ["info_url", "http://boehm.biz/angila"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.859210"], ["updated_at", "2018-12-06 16:01:12.859210"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://colelarson.io/jovan_stanton"], ["description", "Sint iste rerum deleniti."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.862569"], ["updated_at", "2018-12-06 16:01:12.862569"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex vel magni fugit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.863404"], ["updated_at", "2018-12-06 16:01:12.863404"], ["app_id", 48], ["offering_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wolf.biz/parker"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.865789"], ["updated_at", "2018-12-06 16:01:12.865789"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://konopelskipollich.biz/wilfredo"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.866595"], ["updated_at", "2018-12-06 16:01:12.866595"], ["distributor_id", 31], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto possimus omnis architecto."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.868249"], ["updated_at", "2018-12-06 16:01:12.868249"], ["app_id", 48], ["offering_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Et sed velit fuga."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.870115"], ["updated_at", "2018-12-06 16:01:12.870115"], ["works_with_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Vel commodi optio totam.", "image_url"=>"http://hand.co/charlesetta.howe", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Vel commodi optio totam."], ["updated_at", "2018-12-06 16:01:12.877772"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rippinhuels.info/chance"], ["description", "Vel quae quas aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.884342"], ["updated_at", "2018-12-06 16:01:12.884342"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam voluptatem expedita in."], ["url", "http://schultz.net/antony_west"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.887073"], ["updated_at", "2018-12-06 16:01:12.887073"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum ut facere quasi."], ["info_url", "http://farrellmaggio.org/austin_rice"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.889353"], ["updated_at", "2018-12-06 16:01:12.889353"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum incidunt ea officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.890584"], ["updated_at", "2018-12-06 16:01:12.890584"], ["app_id", 49], ["offering_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus sunt quasi dicta."], ["url", "http://corkery.io/ahmad"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.893399"], ["updated_at", "2018-12-06 16:01:12.893399"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum cumque voluptatibus voluptas."], ["info_url", "http://gorczany.net/franklyn.gibson"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.894961"], ["updated_at", "2018-12-06 16:01:12.894961"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kertzmannfritsch.co/adan.lemke"], ["description", "Ut aut atque sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.898881"], ["updated_at", "2018-12-06 16:01:12.898881"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque dolores eligendi optio."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.899883"], ["updated_at", "2018-12-06 16:01:12.899883"], ["app_id", 50], ["offering_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dickinsonwuckert.info/kemberly"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.902300"], ["updated_at", "2018-12-06 16:01:12.902300"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kling.co/anderson"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.903149"], ["updated_at", "2018-12-06 16:01:12.903149"], ["distributor_id", 32], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo explicabo inventore veritatis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.904851"], ["updated_at", "2018-12-06 16:01:12.904851"], ["app_id", 50], ["offering_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quidem natus ut magni."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.906671"], ["updated_at", "2018-12-06 16:01:12.906671"], ["works_with_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Et illum officia porro.", "image_url"=>"http://brownkilback.io/isabel.schiller", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Et illum officia porro."], ["updated_at", "2018-12-06 16:01:12.914810"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cain.io/allen"], ["description", "Ducimus velit quibusdam reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.921212"], ["updated_at", "2018-12-06 16:01:12.921212"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Amet illo dolores molestiae."], ["url", "http://bergstromwest.name/francie.deckow"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.924297"], ["updated_at", "2018-12-06 16:01:12.924297"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Neque enim dolorum asperiores."], ["info_url", "http://sipeskuphal.io/johnnie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.926730"], ["updated_at", "2018-12-06 16:01:12.926730"], ["developer_id", 58]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti quia qui rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.927818"], ["updated_at", "2018-12-06 16:01:12.927818"], ["app_id", 51], ["offering_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Velit laudantium et tenetur."], ["url", "http://krisleannon.net/iac_abshire"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.930933"], ["updated_at", "2018-12-06 16:01:12.930933"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis maxime eos illo."], ["info_url", "http://hodkiewicz.name/elayne"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.932722"], ["updated_at", "2018-12-06 16:01:12.932722"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dubuque.biz/kaie.rau"], ["description", "Cum deserunt qui ipsa."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.936077"], ["updated_at", "2018-12-06 16:01:12.936077"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil nam laudantium consequuntur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.936914"], ["updated_at", "2018-12-06 16:01:12.936914"], ["app_id", 52], ["offering_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heaneynikolaus.org/kay.marks"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.939275"], ["updated_at", "2018-12-06 16:01:12.939275"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoppe.net/mitsuko"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.940093"], ["updated_at", "2018-12-06 16:01:12.940093"], ["distributor_id", 33], ["app_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem assumenda quod aliquid."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.941745"], ["updated_at", "2018-12-06 16:01:12.941745"], ["app_id", 52], ["offering_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Repellendus modi delectus tempora."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.943528"], ["updated_at", "2018-12-06 16:01:12.943528"], ["works_with_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnergottlieb.io/bernice_kiehn"], ["description", "Repudiandae impedit sapiente quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.965933"], ["updated_at", "2018-12-06 16:01:12.965933"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nisi incidunt velit architecto."], ["url", "http://gleasonferry.com/seymour"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.968740"], ["updated_at", "2018-12-06 16:01:12.968740"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vero nihil dolor amet."], ["info_url", "http://lescholson.biz/winford.hamill"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.970974"], ["updated_at", "2018-12-06 16:01:12.970974"], ["developer_id", 60]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius culpa et a."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.971948"], ["updated_at", "2018-12-06 16:01:12.971948"], ["app_id", 53], ["offering_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui illum laborum quidem."], ["url", "http://glover.name/mark_runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.974569"], ["updated_at", "2018-12-06 16:01:12.974569"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error ipsam ipsum est."], ["info_url", "http://romagueradare.org/rhoda"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.976105"], ["updated_at", "2018-12-06 16:01:12.976105"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gorczany.io/maryam"], ["description", "Voluptatem ut perferendis et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.979355"], ["updated_at", "2018-12-06 16:01:12.979355"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique quo eligendi praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.980188"], ["updated_at", "2018-12-06 16:01:12.980188"], ["app_id", 54], ["offering_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://daugherty.org/darcel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.982628"], ["updated_at", "2018-12-06 16:01:12.982628"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abbott.io/dexter"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.983444"], ["updated_at", "2018-12-06 16:01:12.983444"], ["distributor_id", 34], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam reiciendis voluptas qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.985030"], ["updated_at", "2018-12-06 16:01:12.985030"], ["app_id", 54], ["offering_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptas voluptatem nemo eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.986788"], ["updated_at", "2018-12-06 16:01:12.986788"], ["works_with_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://macgyverhayes.io/krysta_yundt"], ["description", "Eaque molestias quos dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.996984"], ["updated_at", "2018-12-06 16:01:12.996984"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quos placeat sequi et."], ["url", "http://wiegand.io/thurman"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:12.999845"], ["updated_at", "2018-12-06 16:01:12.999845"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur quo non et."], ["info_url", "http://robel.info/dolly_lindgren"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.002073"], ["updated_at", "2018-12-06 16:01:13.002073"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit natus quas mollitia."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.002988"], ["updated_at", "2018-12-06 16:01:13.002988"], ["app_id", 55], ["offering_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ea quia delectus amet."], ["url", "http://gaylord.net/edwina"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.005873"], ["updated_at", "2018-12-06 16:01:13.005873"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui voluptates quia a."], ["info_url", "http://pacocha.info/tracey"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.007687"], ["updated_at", "2018-12-06 16:01:13.007687"], ["developer_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crona.net/dennis_sanford"], ["description", "At molestiae minus aliquid."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.011134"], ["updated_at", "2018-12-06 16:01:13.011134"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Id illum facilis est."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.012076"], ["updated_at", "2018-12-06 16:01:13.012076"], ["app_id", 56], ["offering_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rodriguez.name/marica"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.015061"], ["updated_at", "2018-12-06 16:01:13.015061"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://west.biz/kenisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.015973"], ["updated_at", "2018-12-06 16:01:13.015973"], ["distributor_id", 35], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Error animi delectus omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.017614"], ["updated_at", "2018-12-06 16:01:13.017614"], ["app_id", 56], ["offering_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Maiores ullam molestias veritatis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.019479"], ["updated_at", "2018-12-06 16:01:13.019479"], ["works_with_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://framibeer.org/royal"], ["description", "Et est dolorem aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.029186"], ["updated_at", "2018-12-06 16:01:13.029186"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ea sit aliquid nisi."], ["url", "http://rolfson.net/kendall.reilly"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.031969"], ["updated_at", "2018-12-06 16:01:13.031969"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id est occaecati placeat."], ["info_url", "http://davis.biz/donnell.murazik"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.034175"], ["updated_at", "2018-12-06 16:01:13.034175"], ["developer_id", 64]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae porro similique sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.035118"], ["updated_at", "2018-12-06 16:01:13.035118"], ["app_id", 57], ["offering_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat non aspernatur animi."], ["url", "http://moen.name/colby"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.037891"], ["updated_at", "2018-12-06 16:01:13.037891"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Necessitatibus quas cum in."], ["info_url", "http://turner.org/nola.abshire"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.039379"], ["updated_at", "2018-12-06 16:01:13.039379"], ["developer_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerlach.name/walter"], ["description", "Unde excepturi quo ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.042743"], ["updated_at", "2018-12-06 16:01:13.042743"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium quia aut eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.043617"], ["updated_at", "2018-12-06 16:01:13.043617"], ["app_id", 58], ["offering_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lockman.io/edgar.rolfson"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.046144"], ["updated_at", "2018-12-06 16:01:13.046144"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sawayn.info/arron"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.047046"], ["updated_at", "2018-12-06 16:01:13.047046"], ["distributor_id", 36], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Cumque cum in non."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.054126"], ["updated_at", "2018-12-06 16:01:13.054126"], ["app_id", 58], ["offering_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Laboriosam quam eos aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.056164"], ["updated_at", "2018-12-06 16:01:13.056164"], ["works_with_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beer.name/tia_hilpert"], ["description", "Neque quia corrupti consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.091746"], ["updated_at", "2018-12-06 16:01:13.091746"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellendus voluptatibus suscipit magnam."], ["url", "http://anderson.info/antonette"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.094571"], ["updated_at", "2018-12-06 16:01:13.094571"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloremque possimus ut eum."], ["info_url", "http://moen.info/tiffanie.ledner"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.096706"], ["updated_at", "2018-12-06 16:01:13.096706"], ["developer_id", 66]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam pariatur velit quam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.097636"], ["updated_at", "2018-12-06 16:01:13.097636"], ["app_id", 59], ["offering_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ea ea enim provident."], ["url", "http://littel.org/shanon.conroy"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.100265"], ["updated_at", "2018-12-06 16:01:13.100265"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi ut non eligendi."], ["info_url", "http://gibson.name/charla"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.101848"], ["updated_at", "2018-12-06 16:01:13.101848"], ["developer_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://skilesruel.biz/alva.ziemann"], ["description", "Magni dolor consectetur aliquid."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.105334"], ["updated_at", "2018-12-06 16:01:13.105334"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti at voluptas quo."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.106377"], ["updated_at", "2018-12-06 16:01:13.106377"], ["app_id", 60], ["offering_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jast.co/pura.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.109062"], ["updated_at", "2018-12-06 16:01:13.109062"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconner.name/matthew_deckow"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.109844"], ["updated_at", "2018-12-06 16:01:13.109844"], ["distributor_id", 37], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis eos minima provident."], ["url", "http://homenick.net/denny_rempel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.118382"], ["updated_at", "2018-12-06 16:01:13.118382"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint alias incidunt nihil."], ["info_url", "http://bogan.org/octavia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.120220"], ["updated_at", "2018-12-06 16:01:13.120220"], ["developer_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://roberts.name/leandro_wilderman"], ["description", "Molestiae nostrum vero totam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.123942"], ["updated_at", "2018-12-06 16:01:13.123942"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla voluptatem fugiat ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.124895"], ["updated_at", "2018-12-06 16:01:13.124895"], ["app_id", 61], ["offering_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howelllebsack.com/rachele_rogahn"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.127321"], ["updated_at", "2018-12-06 16:01:13.127321"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abshirekshlerin.biz/adolph_west"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.128085"], ["updated_at", "2018-12-06 16:01:13.128085"], ["distributor_id", 38], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"61"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui consequatur quia similique."], ["url", "http://rolfson.io/joan.bauch"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.136559"], ["updated_at", "2018-12-06 16:01:13.136559"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse inventore quibusdam est."], ["info_url", "http://murazik.co/omar"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.138259"], ["updated_at", "2018-12-06 16:01:13.138259"], ["developer_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoppe.io/quinn"], ["description", "Error consequatur omnis et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.142407"], ["updated_at", "2018-12-06 16:01:13.142407"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad exercitationem voluptatem qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.143217"], ["updated_at", "2018-12-06 16:01:13.143217"], ["app_id", 62], ["offering_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lynch.org/lydia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.145556"], ["updated_at", "2018-12-06 16:01:13.145556"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://labadie.io/elicia.senger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.146388"], ["updated_at", "2018-12-06 16:01:13.146388"], ["distributor_id", 39], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"62"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequuntur laudantium nam qui."], ["url", "http://prohaska.biz/terrilyn_becker"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.155297"], ["updated_at", "2018-12-06 16:01:13.155297"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos id placeat quaerat."], ["info_url", "http://rolfson.com/teresa_waters"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.157170"], ["updated_at", "2018-12-06 16:01:13.157170"], ["developer_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rolfson.org/fredric"], ["description", "Molestiae nisi vel sequi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.160650"], ["updated_at", "2018-12-06 16:01:13.160650"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt amet possimus et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.161589"], ["updated_at", "2018-12-06 16:01:13.161589"], ["app_id", 63], ["offering_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ratke.name/isreal"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.164359"], ["updated_at", "2018-12-06 16:01:13.164359"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcdermott.co/abigail"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.165299"], ["updated_at", "2018-12-06 16:01:13.165299"], ["distributor_id", 40], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor qui voluptate tenetur."], ["url", "http://johnsongerlach.co/genna.damore"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.187531"], ["updated_at", "2018-12-06 16:01:13.187531"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam eos voluptate consequatur."], ["info_url", "http://ankunding.info/rachal_herzog"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.189545"], ["updated_at", "2018-12-06 16:01:13.189545"], ["developer_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wilderman.com/francis.flatley"], ["description", "A repellendus veritatis consectetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.193037"], ["updated_at", "2018-12-06 16:01:13.193037"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsa eius cumque porro."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.193864"], ["updated_at", "2018-12-06 16:01:13.193864"], ["app_id", 64], ["offering_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dibbert.name/suzie.hettinger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.196608"], ["updated_at", "2018-12-06 16:01:13.196608"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobsbahringer.com/kim.glover"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.197629"], ["updated_at", "2018-12-06 16:01:13.197629"], ["distributor_id", 41], ["app_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Quas molestiae dolor excepturi.", "info_url"=>"http://dibbert.info/bruno.hermann", "is_live"=>"true", "name"=>"app_name"}, "id"=>"64"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Quas molestiae dolor excepturi."], ["updated_at", "2018-12-06 16:01:13.203353"], ["id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/64 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam et aliquid animi."], ["url", "http://denesik.io/sheridan_quitzon"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.208871"], ["updated_at", "2018-12-06 16:01:13.208871"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Mollitia quae vero ut."], ["info_url", "http://cruickshank.info/dale_baumbach"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.210492"], ["updated_at", "2018-12-06 16:01:13.210492"], ["developer_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bradtke.co/steven"], ["description", "Vel at quo minima."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.213713"], ["updated_at", "2018-12-06 16:01:13.213713"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere ex est at."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.214517"], ["updated_at", "2018-12-06 16:01:13.214517"], ["app_id", 65], ["offering_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kovacek.info/richie_boehm"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.216832"], ["updated_at", "2018-12-06 16:01:13.216832"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://konopelskiledner.info/elton_reichel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.217612"], ["updated_at", "2018-12-06 16:01:13.217612"], ["distributor_id", 42], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Voluptas ad consectetur temporibus.", "info_url"=>"http://weber.biz/milford.doyle", "is_live"=>"true", "name"=>"app_name"}, "id"=>"65"}
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Voluptas ad consectetur temporibus."], ["updated_at", "2018-12-06 16:01:13.222764"], ["id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/65 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut dolorem quod deleniti."], ["url", "http://kihn.co/marcos_hermiston"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.229020"], ["updated_at", "2018-12-06 16:01:13.229020"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque voluptatem voluptates minus."], ["info_url", "http://pacochaborer.com/su"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.230729"], ["updated_at", "2018-12-06 16:01:13.230729"], ["developer_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://batzkuphal.io/jacalyn_jones"], ["description", "Et rerum iure veritatis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.233867"], ["updated_at", "2018-12-06 16:01:13.233867"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut pariatur cumque qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.234674"], ["updated_at", "2018-12-06 16:01:13.234674"], ["app_id", 66], ["offering_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://quitzonbartoletti.biz/tanner.cole"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.237071"], ["updated_at", "2018-12-06 16:01:13.237071"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rippinhowe.biz/leah.bergstrom"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.237885"], ["updated_at", "2018-12-06 16:01:13.237885"], ["distributor_id", 43], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Soluta modi et rem.", "info_url"=>"http://davishowell.org/loren", "is_live"=>"true", "name"=>"app_name"}, "id"=>"66"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Soluta modi et rem."], ["updated_at", "2018-12-06 16:01:13.242948"], ["id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/66 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae non expedita cumque."], ["url", "http://daniel.co/bruno"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.248592"], ["updated_at", "2018-12-06 16:01:13.248592"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore itaque quaerat quo."], ["info_url", "http://ornterry.net/brendon"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.250354"], ["updated_at", "2018-12-06 16:01:13.250354"], ["developer_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cartwrightparker.info/lavern.quitzon"], ["description", "Esse est quia harum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.253887"], ["updated_at", "2018-12-06 16:01:13.253887"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi consequatur totam quas."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.254771"], ["updated_at", "2018-12-06 16:01:13.254771"], ["app_id", 67], ["offering_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beatty.info/hildegarde"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.257572"], ["updated_at", "2018-12-06 16:01:13.257572"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jast.org/jarod.rau"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:13.258425"], ["updated_at", "2018-12-06 16:01:13.258425"], ["distributor_id", 44], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"67"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-06 11:01:13 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.4ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (15.4ms)
Rendered components/_navigation.html.haml (19.0ms)
Rendered components/_footer.html.haml (5.4ms)

Completed 200 OK in 9913ms (Views: 9904.3ms | ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-06 11:01:23 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (37.9ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (41.1ms)
Rendered components/_navigation.html.haml (2.0ms)
Rendered components/_footer.html.haml (0.8ms)

Completed 200 OK in 46ms (Views: 7.1ms | ActiveRecord: 38.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-06 11:01:23 -0500

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhic.org/shyla"], ["description", "Aspernatur natus deserunt at."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.251502"], ["updated_at", "2018-12-06 16:01:23.251502"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem cum temporibus quaerat."], ["url", "http://farrelltrantow.com/dreama_kaulke"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.253882"], ["updated_at", "2018-12-06 16:01:23.253882"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime consectetur consequuntur debitis."], ["info_url", "http://ortizsmitham.com/kelle_heidenreich"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.256290"], ["updated_at", "2018-12-06 16:01:23.256290"], ["developer_id", 75]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus eos quia quasi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.257151"], ["updated_at", "2018-12-06 16:01:23.257151"], ["app_id", 68], ["offering_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Qui sed a quisquam.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://wolfkshlerin.info/jerald"}, "id"=>"61"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Qui sed a quisquam."], ["shop_link", "http://wolfkshlerin.info/jerald"], ["updated_at", "2018-12-06 16:01:23.261741"], ["id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/61 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jast.info/laronda"], ["description", "Magnam omnis quis occaecati."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.266569"], ["updated_at", "2018-12-06 16:01:23.266569"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui et dolorem dicta."], ["url", "http://beer.name/connie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.270054"], ["updated_at", "2018-12-06 16:01:23.270054"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores numquam ea eos."], ["info_url", "http://bednar.info/antonia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.271977"], ["updated_at", "2018-12-06 16:01:23.271977"], ["developer_id", 76]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat at eius maiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.272791"], ["updated_at", "2018-12-06 16:01:23.272791"], ["app_id", 69], ["offering_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Tempore ut nihil quidem.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://macejkovicmraz.net/cody.schuppe"}, "id"=>"62"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Tempore ut nihil quidem."], ["shop_link", "http://macejkovicmraz.net/cody.schuppe"], ["updated_at", "2018-12-06 16:01:23.276304"], ["id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/62 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ryan.biz/timmy_gaylord"], ["description", "Amet sequi molestiae distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.281849"], ["updated_at", "2018-12-06 16:01:23.281849"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Non et itaque eligendi."], ["url", "http://watsicacruickshank.name/tristan"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.284837"], ["updated_at", "2018-12-06 16:01:23.284837"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam rerum nulla sed."], ["info_url", "http://mueller.biz/tyree"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.287161"], ["updated_at", "2018-12-06 16:01:23.287161"], ["developer_id", 77]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed vel fugit eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.288363"], ["updated_at", "2018-12-06 16:01:23.288363"], ["app_id", 70], ["offering_id", 63]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Vel beatae optio et.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://ratkerice.net/will"}, "id"=>"63"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Vel beatae optio et."], ["shop_link", "http://ratkerice.net/will"], ["updated_at", "2018-12-06 16:01:23.292890"], ["id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/63 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://romaguera.com/desirae"], ["description", "Corporis aut id molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.297821"], ["updated_at", "2018-12-06 16:01:23.297821"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed repellat rerum et."], ["url", "http://lebsack.org/everett_wintheiser"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.300530"], ["updated_at", "2018-12-06 16:01:23.300530"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem enim quisquam modi."], ["info_url", "http://toyweimann.biz/berna"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.302715"], ["updated_at", "2018-12-06 16:01:23.302715"], ["developer_id", 78]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque aut laudantium minima."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.303686"], ["updated_at", "2018-12-06 16:01:23.303686"], ["app_id", 71], ["offering_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"64"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerhold.co/kareem"], ["description", "Nihil perferendis quia nam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.325292"], ["updated_at", "2018-12-06 16:01:23.325292"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Totam voluptatum consectetur placeat."], ["url", "http://kreigerfeest.info/wilson"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.328170"], ["updated_at", "2018-12-06 16:01:23.328170"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur aut quia quis."], ["info_url", "http://boehm.org/katie_purdy"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.330732"], ["updated_at", "2018-12-06 16:01:23.330732"], ["developer_id", 79]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut a autem tempore."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.331805"], ["updated_at", "2018-12-06 16:01:23.331805"], ["app_id", 72], ["offering_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keler.name/joseph_stiedemann"], ["description", "Laborum quo nihil sequi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.342208"], ["updated_at", "2018-12-06 16:01:23.342208"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi modi dolorem cum."], ["url", "http://davis.name/antonietta"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.344936"], ["updated_at", "2018-12-06 16:01:23.344936"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui reprehenderit est commodi."], ["info_url", "http://harber.co/phoebe_maggio"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.347093"], ["updated_at", "2018-12-06 16:01:23.347093"], ["developer_id", 80]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Atque omnis animi delectus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.348021"], ["updated_at", "2018-12-06 16:01:23.348021"], ["app_id", 73], ["offering_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"66"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cain.io/alfonzo"], ["description", "Dolore et dolorum dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.354697"], ["updated_at", "2018-12-06 16:01:23.354697"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias alias qui distinctio."], ["url", "http://funk.net/analisa"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.357122"], ["updated_at", "2018-12-06 16:01:23.357122"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut et aut velit."], ["info_url", "http://langosh.com/twana_bashirian"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.359513"], ["updated_at", "2018-12-06 16:01:23.359513"], ["developer_id", 81]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias corporis officiis explicabo."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.360479"], ["updated_at", "2018-12-06 16:01:23.360479"], ["app_id", 74], ["offering_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"67"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.biz/tatum_schiller"], ["description", "Modi esse dolore molestias."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.369681"], ["updated_at", "2018-12-06 16:01:23.369681"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Illo quae sunt incidunt."], ["url", "http://roobrempel.net/frances_beatty"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.372824"], ["updated_at", "2018-12-06 16:01:23.372824"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit perferendis aliquam enim."], ["info_url", "http://reichert.biz/michal"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.375284"], ["updated_at", "2018-12-06 16:01:23.375284"], ["developer_id", 82]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae quisquam optio provident."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.376245"], ["updated_at", "2018-12-06 16:01:23.376245"], ["app_id", 75], ["offering_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos repellat laudantium qui."], ["url", "http://lemke.info/jerrod.reynolds"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.378669"], ["updated_at", "2018-12-06 16:01:23.378669"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem dolorem eius omnis."], ["info_url", "http://bailey.com/ervin"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.380073"], ["updated_at", "2018-12-06 16:01:23.380073"], ["developer_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gorczany.net/nettie"], ["description", "Quae dignissimos nesciunt sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.382992"], ["updated_at", "2018-12-06 16:01:23.382992"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur eaque eveniet et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.383759"], ["updated_at", "2018-12-06 16:01:23.383759"], ["app_id", 76], ["offering_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beer.info/mallie_hintz"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.385956"], ["updated_at", "2018-12-06 16:01:23.385956"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schummluettgen.net/carolee_botsford"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.386713"], ["updated_at", "2018-12-06 16:01:23.386713"], ["distributor_id", 45], ["app_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et eligendi placeat dolore."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.388338"], ["updated_at", "2018-12-06 16:01:23.388338"], ["app_id", 76], ["offering_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quisquam et nam reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.390543"], ["updated_at", "2018-12-06 16:01:23.390543"], ["works_with_id", 92], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://cronin.net/christi_kris"], ["promo_text", "Adipisci maiores consequatur rerum."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Voluptatem neque aliquid voluptas.", "is_live"=>"true", "promo_image_url"=>"http://jacobsonheel.com/hai", "promo_text"=>"Aliquid alias maiores quasi.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"8"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 83], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Voluptatem neque aliquid voluptas."], ["promo_text", "Aliquid alias maiores quasi."], ["promo_image_url", "http://jacobsonheel.com/hai"], ["updated_at", "2018-12-06 16:01:23.399743"], ["id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/8 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hodkiewicz.co/dana"], ["description", "Inventore aut nihil hic."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.405759"], ["updated_at", "2018-12-06 16:01:23.405759"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora temporibus et facere."], ["url", "http://ryan.io/adalberto"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.408293"], ["updated_at", "2018-12-06 16:01:23.408293"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente sunt illo iusto."], ["info_url", "http://abernathyortiz.org/ashley_lindgren"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.410403"], ["updated_at", "2018-12-06 16:01:23.410403"], ["developer_id", 84]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam ab autem mollitia."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.411301"], ["updated_at", "2018-12-06 16:01:23.411301"], ["app_id", 77], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat non numquam consequatur."], ["url", "http://moen.co/florentina_douglas"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.414003"], ["updated_at", "2018-12-06 16:01:23.414003"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui ea veniam quisquam."], ["info_url", "http://huel.net/clemente"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.415565"], ["updated_at", "2018-12-06 16:01:23.415565"], ["developer_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://braun.biz/alexander_collins"], ["description", "Dignissimos repellat possimus animi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.418681"], ["updated_at", "2018-12-06 16:01:23.418681"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit molestiae porro sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.419585"], ["updated_at", "2018-12-06 16:01:23.419585"], ["app_id", 78], ["offering_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://waelchi.io/masako.kub"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.422326"], ["updated_at", "2018-12-06 16:01:23.422326"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kozeymarquardt.biz/jake"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.423271"], ["updated_at", "2018-12-06 16:01:23.423271"], ["distributor_id", 46], ["app_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim dolorem dolor voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.425002"], ["updated_at", "2018-12-06 16:01:23.425002"], ["app_id", 78], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Consequatur provident vel laborum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.427649"], ["updated_at", "2018-12-06 16:01:23.427649"], ["works_with_id", 95], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://koelpin.name/marvel"], ["promo_text", "Libero dolore quaerat qui."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Nulla rerum velit consequatur.", "is_live"=>"true", "promo_image_url"=>"http://schulist.name/mauricio", "promo_text"=>"A nemo voluptatem maxime.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"9"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Nulla rerum velit consequatur."], ["promo_text", "A nemo voluptatem maxime."], ["promo_image_url", "http://schulist.name/mauricio"], ["updated_at", "2018-12-06 16:01:23.435413"], ["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/9 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kozey.org/mauricio_okeefe"], ["description", "Quisquam dolor rem architecto."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.440499"], ["updated_at", "2018-12-06 16:01:23.440499"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur quo sint error."], ["url", "http://altenwerth.info/charla_trantow"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.443045"], ["updated_at", "2018-12-06 16:01:23.443045"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut nisi et quia."], ["info_url", "http://johnston.co/darren"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.445099"], ["updated_at", "2018-12-06 16:01:23.445099"], ["developer_id", 86]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores natus in aperiam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.446007"], ["updated_at", "2018-12-06 16:01:23.446007"], ["app_id", 79], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam perferendis qui ut."], ["url", "http://rodriguezconroy.co/samara.padberg"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.448685"], ["updated_at", "2018-12-06 16:01:23.448685"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et aperiam officia autem."], ["info_url", "http://kris.net/august_borer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.450161"], ["updated_at", "2018-12-06 16:01:23.450161"], ["developer_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langkemmer.name/hunter"], ["description", "Necessitatibus vel rerum dicta."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.453209"], ["updated_at", "2018-12-06 16:01:23.453209"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto qui nihil quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.454278"], ["updated_at", "2018-12-06 16:01:23.454278"], ["app_id", 80], ["offering_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://luettgenullrich.name/laverna_dickens"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.456844"], ["updated_at", "2018-12-06 16:01:23.456844"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stracke.com/sherwood"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.457711"], ["updated_at", "2018-12-06 16:01:23.457711"], ["distributor_id", 47], ["app_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut consectetur quos quasi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.459312"], ["updated_at", "2018-12-06 16:01:23.459312"], ["app_id", 80], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ab enim blanditiis recusandae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.461488"], ["updated_at", "2018-12-06 16:01:23.461488"], ["works_with_id", 98], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://connelly.org/sheryll"], ["promo_text", "Voluptas inventore doloribus et."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Vel aut et debitis.", "is_live"=>"true", "promo_image_url"=>"http://faylakin.name/scotty", "promo_text"=>"Quibusdam voluptatum laudantium occaecati.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"10"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 98], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Vel aut et debitis."], ["promo_text", "Quibusdam voluptatum laudantium occaecati."], ["promo_image_url", "http://faylakin.name/scotty"], ["updated_at", "2018-12-06 16:01:23.469740"], ["id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/10 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuvalis.com/carlota.leffler"], ["description", "Unde enim necessitatibus assumenda."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.475497"], ["updated_at", "2018-12-06 16:01:23.475497"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit repellendus ut assumenda."], ["url", "http://ritchiesteuber.org/clotilde_schmidt"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.478201"], ["updated_at", "2018-12-06 16:01:23.478201"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem animi similique velit."], ["info_url", "http://hilpert.name/gayle"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.480520"], ["updated_at", "2018-12-06 16:01:23.480520"], ["developer_id", 88]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus et quis dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.481528"], ["updated_at", "2018-12-06 16:01:23.481528"], ["app_id", 81], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati dolore soluta perspiciatis."], ["url", "http://romaguera.net/elmo"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.484125"], ["updated_at", "2018-12-06 16:01:23.484125"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non alias dolores cum."], ["info_url", "http://schuppeturner.info/mac"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.485690"], ["updated_at", "2018-12-06 16:01:23.485690"], ["developer_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quigley.net/ricky.effertz"], ["description", "Iste ut iure repellat."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.489255"], ["updated_at", "2018-12-06 16:01:23.489255"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus et adipisci aliquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.490191"], ["updated_at", "2018-12-06 16:01:23.490191"], ["app_id", 82], ["offering_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gleason.biz/esteban"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.492519"], ["updated_at", "2018-12-06 16:01:23.492519"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcglynn.io/jackson"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.493337"], ["updated_at", "2018-12-06 16:01:23.493337"], ["distributor_id", 48], ["app_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et molestiae vitae aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.494995"], ["updated_at", "2018-12-06 16:01:23.494995"], ["app_id", 82], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptates possimus laborum magnam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.497356"], ["updated_at", "2018-12-06 16:01:23.497356"], ["works_with_id", 101], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://rippin.co/judson"], ["promo_text", "Quo culpa nulla perspiciatis."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"11"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dicki.org/lawrence.homenick"], ["description", "Omnis sed quibusdam voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.506860"], ["updated_at", "2018-12-06 16:01:23.506860"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita alias odio quia."], ["url", "http://wuckertbraun.net/loraine"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.509798"], ["updated_at", "2018-12-06 16:01:23.509798"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti ullam nulla exercitationem."], ["info_url", "http://emard.name/emmett"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.512403"], ["updated_at", "2018-12-06 16:01:23.512403"], ["developer_id", 90]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate quia nulla ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.513603"], ["updated_at", "2018-12-06 16:01:23.513603"], ["app_id", 83], ["offering_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eius sunt fugit voluptatibus."], ["url", "http://beatty.info/bradley.johnston"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.516338"], ["updated_at", "2018-12-06 16:01:23.516338"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim consequatur iste dolores."], ["info_url", "http://pollich.net/wm_wiza"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.517795"], ["updated_at", "2018-12-06 16:01:23.517795"], ["developer_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wehner.name/willian"], ["description", "Et ea odio eligendi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.520756"], ["updated_at", "2018-12-06 16:01:23.520756"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut consectetur qui suscipit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.521636"], ["updated_at", "2018-12-06 16:01:23.521636"], ["app_id", 84], ["offering_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mayerschmidt.info/rene.gerlach"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.524107"], ["updated_at", "2018-12-06 16:01:23.524107"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://auer.co/arturo.homenick"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.524911"], ["updated_at", "2018-12-06 16:01:23.524911"], ["distributor_id", 49], ["app_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste iure id odio."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.526505"], ["updated_at", "2018-12-06 16:01:23.526505"], ["app_id", 84], ["offering_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fugiat aut est dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.528834"], ["updated_at", "2018-12-06 16:01:23.528834"], ["works_with_id", 104], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://ruecker.io/deneen"], ["promo_text", "Consequatur in et nobis."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"12"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lakin.name/shan_cremin"], ["description", "Dolor quidem ducimus dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.537194"], ["updated_at", "2018-12-06 16:01:23.537194"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates sint vero laborum."], ["url", "http://schmittluettgen.info/claude"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.539959"], ["updated_at", "2018-12-06 16:01:23.539959"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt deleniti totam sed."], ["info_url", "http://townekoch.info/donald.hettinger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.542070"], ["updated_at", "2018-12-06 16:01:23.542070"], ["developer_id", 92]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae aut porro molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.542990"], ["updated_at", "2018-12-06 16:01:23.542990"], ["app_id", 85], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "In sint est aliquid."], ["url", "http://kozey.biz/tilda"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.545410"], ["updated_at", "2018-12-06 16:01:23.545410"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid provident veritatis omnis."], ["info_url", "http://rogahnyundt.co/shakira_gleichner"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.547006"], ["updated_at", "2018-12-06 16:01:23.547006"], ["developer_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hartmann.biz/jerrie.haag"], ["description", "Perferendis ut ut numquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.550045"], ["updated_at", "2018-12-06 16:01:23.550045"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex recusandae porro optio."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.550845"], ["updated_at", "2018-12-06 16:01:23.550845"], ["app_id", 86], ["offering_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://smith.info/angelica.sanford"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.553028"], ["updated_at", "2018-12-06 16:01:23.553028"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://frami.com/bobbie_stiedemann"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.553889"], ["updated_at", "2018-12-06 16:01:23.553889"], ["distributor_id", 50], ["app_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa voluptatibus sequi dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.555499"], ["updated_at", "2018-12-06 16:01:23.555499"], ["app_id", 86], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fugit et sint aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.557703"], ["updated_at", "2018-12-06 16:01:23.557703"], ["works_with_id", 107], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://cremin.biz/eloy_crona"], ["promo_text", "Beatae cumque fugit quod."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lefflercain.name/misty"], ["description", "Ducimus odit deleniti accusamus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.572130"], ["updated_at", "2018-12-06 16:01:23.572130"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Reiciendis eius molestiae vitae."], ["url", "http://borer.net/demetrius_hoeger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.574719"], ["updated_at", "2018-12-06 16:01:23.574719"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam nostrum voluptas placeat."], ["info_url", "http://kunde.io/randall"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.576794"], ["updated_at", "2018-12-06 16:01:23.576794"], ["developer_id", 94]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae incidunt esse et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.577706"], ["updated_at", "2018-12-06 16:01:23.577706"], ["app_id", 87], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Animi ea rerum omnis."], ["url", "http://willms.org/chong_boyer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.580391"], ["updated_at", "2018-12-06 16:01:23.580391"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse in voluptatem commodi."], ["info_url", "http://franecki.net/anita.roob"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.581993"], ["updated_at", "2018-12-06 16:01:23.581993"], ["developer_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schneiderwest.io/shaina_kuhic"], ["description", "Officia dolor nobis dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.585136"], ["updated_at", "2018-12-06 16:01:23.585136"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum quasi itaque expedita."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.586104"], ["updated_at", "2018-12-06 16:01:23.586104"], ["app_id", 88], ["offering_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://trantow.biz/kendra.huels"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.588889"], ["updated_at", "2018-12-06 16:01:23.588889"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schuster.org/rebecka.feest"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.589736"], ["updated_at", "2018-12-06 16:01:23.589736"], ["distributor_id", 51], ["app_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae iure ratione amet."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.591410"], ["updated_at", "2018-12-06 16:01:23.591410"], ["app_id", 88], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et ducimus aperiam quibusdam."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.593571"], ["updated_at", "2018-12-06 16:01:23.593571"], ["works_with_id", 110], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://wolffabernathy.info/vincent"], ["promo_text", "Minus quasi quidem repudiandae."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"14"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herman.co/wendy"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.615735"], ["updated_at", "2018-12-06 16:01:23.615735"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Minus dolorem beatae sequi."], ["url", "http://harvey.net/lucien_braun"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.618391"], ["updated_at", "2018-12-06 16:01:23.618391"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Necessitatibus et eum voluptate."], ["info_url", "http://torphykiehn.info/wyatt"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.620972"], ["updated_at", "2018-12-06 16:01:23.620972"], ["developer_id", 96]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lebsack.net/mervin"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.622122"], ["updated_at", "2018-12-06 16:01:23.622122"], ["distributor_id", 52], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hilpert.net/daron_breitenberg"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.643640"], ["updated_at", "2018-12-06 16:01:23.643640"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut voluptate et maxime."], ["url", "http://grant.biz/hunter_nader"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.646138"], ["updated_at", "2018-12-06 16:01:23.646138"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab aut laboriosam voluptatem."], ["info_url", "http://mitchell.biz/fermin_kemmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.648461"], ["updated_at", "2018-12-06 16:01:23.648461"], ["developer_id", 97]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pollichwilliamson.name/stacey"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.649403"], ["updated_at", "2018-12-06 16:01:23.649403"], ["distributor_id", 53], ["app_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://hickleshanahan.com/vern", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"53"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://hickleshanahan.com/vern"], ["updated_at", "2018-12-06 16:01:23.653546"], ["id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/53 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://willms.com/gwyn"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.658221"], ["updated_at", "2018-12-06 16:01:23.658221"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut sed voluptates dolor."], ["url", "http://stiedemannwuckert.name/valentin.hettinger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.660825"], ["updated_at", "2018-12-06 16:01:23.660825"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut mollitia id corporis."], ["info_url", "http://feeney.com/brain"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.663542"], ["updated_at", "2018-12-06 16:01:23.663542"], ["developer_id", 98]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rath.co/darcel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.664627"], ["updated_at", "2018-12-06 16:01:23.664627"], ["distributor_id", 54], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://yost.io/junior", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"54"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://yost.io/junior"], ["updated_at", "2018-12-06 16:01:23.668896"], ["id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/54 Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://greenfelder.info/merrill"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.673924"], ["updated_at", "2018-12-06 16:01:23.673924"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatum aliquid perspiciatis velit."], ["url", "http://zulaufaltenwerth.org/francisca"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.676788"], ["updated_at", "2018-12-06 16:01:23.676788"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem delectus ut necessitatibus."], ["info_url", "http://boyle.biz/brigette"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.679241"], ["updated_at", "2018-12-06 16:01:23.679241"], ["developer_id", 99]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://littlevon.info/gregory"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.680170"], ["updated_at", "2018-12-06 16:01:23.680170"], ["distributor_id", 55], ["app_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://stehrboehm.io/tamatha", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"55"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://stehrboehm.io/tamatha"], ["updated_at", "2018-12-06 16:01:23.684060"], ["id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/55 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pfannerstill.info/mirta_marks"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.689170"], ["updated_at", "2018-12-06 16:01:23.689170"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ea qui non sit."], ["url", "http://hudsonmohr.name/williams"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.691854"], ["updated_at", "2018-12-06 16:01:23.691854"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cupiditate quidem ducimus expedita."], ["info_url", "http://skiles.com/lea_muller"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.694337"], ["updated_at", "2018-12-06 16:01:23.694337"], ["developer_id", 100]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jerdelarson.name/pansy_kreiger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.695430"], ["updated_at", "2018-12-06 16:01:23.695430"], ["distributor_id", 56], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"56"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rippin.io/alexander.kirlin"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.705602"], ["updated_at", "2018-12-06 16:01:23.705602"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil dignissimos et omnis."], ["url", "http://kemmer.com/brianne"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.708437"], ["updated_at", "2018-12-06 16:01:23.708437"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores dolorem et autem."], ["info_url", "http://fritschflatley.info/felipe"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.710899"], ["updated_at", "2018-12-06 16:01:23.710899"], ["developer_id", 101]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://greenholt.name/cornelia.rempel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.711838"], ["updated_at", "2018-12-06 16:01:23.711838"], ["distributor_id", 57], ["app_id", 94]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"57"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://white.biz/horace_prohaska"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.718717"], ["updated_at", "2018-12-06 16:01:23.718717"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia pariatur eos quia."], ["url", "http://willmswalsh.biz/denise"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.721288"], ["updated_at", "2018-12-06 16:01:23.721288"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis rerum aut expedita."], ["info_url", "http://jenkins.com/arturo"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.723600"], ["updated_at", "2018-12-06 16:01:23.723600"], ["developer_id", 102]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okeefe.info/marquis.nienow"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.724560"], ["updated_at", "2018-12-06 16:01:23.724560"], ["distributor_id", 58], ["app_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"58"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beier.io/paris"], ["description", "Voluptas sunt qui dicta."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.760963"], ["updated_at", "2018-12-06 16:01:23.760963"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut labore ut dolorem."], ["url", "http://fritsch.biz/bret_hoeger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.763704"], ["updated_at", "2018-12-06 16:01:23.763704"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro quisquam non exercitationem."], ["info_url", "http://cole.name/emerson.okuneva"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.765913"], ["updated_at", "2018-12-06 16:01:23.765913"], ["developer_id", 103]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur quasi est dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.766865"], ["updated_at", "2018-12-06 16:01:23.766865"], ["app_id", 96], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta nesciunt voluptates aperiam."], ["url", "http://brakus.io/bennett"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.769417"], ["updated_at", "2018-12-06 16:01:23.769417"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem fugiat explicabo illo."], ["info_url", "http://connelly.info/omer.hartmann"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.770825"], ["updated_at", "2018-12-06 16:01:23.770825"], ["developer_id", 104]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://medhurst.org/mandi_schowalter"], ["description", "Tempore incidunt iure qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.774065"], ["updated_at", "2018-12-06 16:01:23.774065"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsa ea sit vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.774935"], ["updated_at", "2018-12-06 16:01:23.774935"], ["app_id", 97], ["offering_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pfeffer.org/odea"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.777224"], ["updated_at", "2018-12-06 16:01:23.777224"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mooreboehm.co/kum_moen"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.777995"], ["updated_at", "2018-12-06 16:01:23.777995"], ["distributor_id", 59], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor non unde et."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.779945"], ["updated_at", "2018-12-06 16:01:23.779945"], ["app_id", 97], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia aut beatae iure."], ["url", "http://huels.org/bernie.hudson"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.786943"], ["updated_at", "2018-12-06 16:01:23.786943"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonrueden.net/harland"], ["description", "Porro dolorum consequatur architecto."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.794680"], ["updated_at", "2018-12-06 16:01:23.794680"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed consequatur soluta illum."], ["url", "http://nitzschekerluke.org/meria"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.797458"], ["updated_at", "2018-12-06 16:01:23.797458"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aperiam non iure debitis."], ["info_url", "http://shields.org/felipe_leannon"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.799677"], ["updated_at", "2018-12-06 16:01:23.799677"], ["developer_id", 106]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex quo similique harum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.800639"], ["updated_at", "2018-12-06 16:01:23.800639"], ["app_id", 98], ["offering_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Autem vel adipisci ut."], ["url", "http://haleynitzsche.biz/doug.jerde"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.803280"], ["updated_at", "2018-12-06 16:01:23.803280"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quaerat perspiciatis mollitia error."], ["info_url", "http://schaefer.co/monroe.renner"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.804812"], ["updated_at", "2018-12-06 16:01:23.804812"], ["developer_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuphal.com/romona"], ["description", "Pariatur dolore delectus nihil."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.807914"], ["updated_at", "2018-12-06 16:01:23.807914"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus incidunt nesciunt est."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.808719"], ["updated_at", "2018-12-06 16:01:23.808719"], ["app_id", 99], ["offering_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rodriguez.info/dewitt"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.811022"], ["updated_at", "2018-12-06 16:01:23.811022"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuphalnitzsche.info/samuel.considine"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.811791"], ["updated_at", "2018-12-06 16:01:23.811791"], ["distributor_id", 60], ["app_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum nisi est expedita."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.813381"], ["updated_at", "2018-12-06 16:01:23.813381"], ["app_id", 99], ["offering_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Consequatur qui ullam sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.825261"], ["updated_at", "2018-12-06 16:01:23.825261"], ["works_with_id", 116], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", "http://leuschkehartmann.com/javier"], ["promo_text", "Debitis nobis quod qui."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kingpfeffer.name/burton"], ["description", "Excepturi debitis voluptas modi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.858185"], ["updated_at", "2018-12-06 16:01:23.858185"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum velit commodi in."], ["url", "http://hauckcain.net/shanice_lang"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.861005"], ["updated_at", "2018-12-06 16:01:23.861005"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui et aspernatur laudantium."], ["info_url", "http://lynch.co/kory_roberts"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.863310"], ["updated_at", "2018-12-06 16:01:23.863310"], ["developer_id", 108]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe in dolore rem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.864313"], ["updated_at", "2018-12-06 16:01:23.864313"], ["app_id", 100], ["offering_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Similique repellat cum minima."], ["url", "http://okonsipes.co/bradly.kohler"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.866999"], ["updated_at", "2018-12-06 16:01:23.866999"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis cum tempora quia."], ["info_url", "http://rutherfordfarrell.biz/micah.moriette"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.868516"], ["updated_at", "2018-12-06 16:01:23.868516"], ["developer_id", 109]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boscokling.com/delena_schaden"], ["description", "Aut odit et inventore."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.872157"], ["updated_at", "2018-12-06 16:01:23.872157"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui veritatis tenetur omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.873040"], ["updated_at", "2018-12-06 16:01:23.873040"], ["app_id", 101], ["offering_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cruickshank.org/tyra"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.875693"], ["updated_at", "2018-12-06 16:01:23.875693"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bogan.net/dana_donnelly"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.876540"], ["updated_at", "2018-12-06 16:01:23.876540"], ["distributor_id", 61], ["app_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Mollitia possimus iusto libero."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.878229"], ["updated_at", "2018-12-06 16:01:23.878229"], ["app_id", 101], ["offering_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Ullam corrupti dicta ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.880288"], ["updated_at", "2018-12-06 16:01:23.880288"], ["works_with_id", 119]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dibbert.info/bernie_connelly"], ["description", "Sint iusto asperiores animi."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.890537"], ["updated_at", "2018-12-06 16:01:23.890537"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas dolor quisquam nobis."], ["url", "http://lakin.io/hester"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.893299"], ["updated_at", "2018-12-06 16:01:23.893299"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur sapiente qui aut."], ["info_url", "http://hammes.io/christene"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.895516"], ["updated_at", "2018-12-06 16:01:23.895516"], ["developer_id", 110]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi et et ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.896485"], ["updated_at", "2018-12-06 16:01:23.896485"], ["app_id", 102], ["offering_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate dolores omnis recusandae."], ["url", "http://cainharber.name/bruno.runte"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.899044"], ["updated_at", "2018-12-06 16:01:23.899044"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit dicta eos ut."], ["info_url", "http://ullrich.info/brendon_kautzer"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.900567"], ["updated_at", "2018-12-06 16:01:23.900567"], ["developer_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sanford.com/daniel"], ["description", "Sed assumenda sit nesciunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.903671"], ["updated_at", "2018-12-06 16:01:23.903671"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio repudiandae dignissimos molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.904518"], ["updated_at", "2018-12-06 16:01:23.904518"], ["app_id", 103], ["offering_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://handbarton.name/sirena"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.906914"], ["updated_at", "2018-12-06 16:01:23.906914"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://muller.info/ellsworth_kreiger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.907734"], ["updated_at", "2018-12-06 16:01:23.907734"], ["distributor_id", 62], ["app_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto aperiam quam qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.909420"], ["updated_at", "2018-12-06 16:01:23.909420"], ["app_id", 103], ["offering_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Aspernatur rem odit molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.911170"], ["updated_at", "2018-12-06 16:01:23.911170"], ["works_with_id", 122]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rice.io/yee"], ["description", "Ea non in dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.919138"], ["updated_at", "2018-12-06 16:01:23.919138"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam eius asperiores eos."], ["url", "http://bauchdaugherty.org/olene.dach"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.921907"], ["updated_at", "2018-12-06 16:01:23.921907"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur nihil corporis aspernatur."], ["info_url", "http://rath.org/lurline_pagac"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.924264"], ["updated_at", "2018-12-06 16:01:23.924264"], ["developer_id", 112]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam saepe est ex."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.925272"], ["updated_at", "2018-12-06 16:01:23.925272"], ["app_id", 104], ["offering_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui voluptatem nostrum odio."], ["url", "http://windler.net/lindsay_grant"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.927983"], ["updated_at", "2018-12-06 16:01:23.927983"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum unde repellat dolore."], ["info_url", "http://towne.name/stacy"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.929552"], ["updated_at", "2018-12-06 16:01:23.929552"], ["developer_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weimann.net/annemarie"], ["description", "Ut eius voluptas nobis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.933172"], ["updated_at", "2018-12-06 16:01:23.933172"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut amet rerum laudantium."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.934060"], ["updated_at", "2018-12-06 16:01:23.934060"], ["app_id", 105], ["offering_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bashirian.io/letitia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.936742"], ["updated_at", "2018-12-06 16:01:23.936742"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leannon.com/bert.bode"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.937829"], ["updated_at", "2018-12-06 16:01:23.937829"], ["distributor_id", 63], ["app_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Expedita animi nulla eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.939688"], ["updated_at", "2018-12-06 16:01:23.939688"], ["app_id", 105], ["offering_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Qui iste incidunt quos."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.941461"], ["updated_at", "2018-12-06 16:01:23.941461"], ["works_with_id", 125]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcclure.io/oren"], ["description", "Omnis impedit possimus unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.962180"], ["updated_at", "2018-12-06 16:01:23.962180"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus eum est et."], ["url", "http://orn.net/augustus.mann"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.964916"], ["updated_at", "2018-12-06 16:01:23.964916"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequuntur voluptatum minima sint."], ["info_url", "http://denesik.info/jenniffer_abbott"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.967068"], ["updated_at", "2018-12-06 16:01:23.967068"], ["developer_id", 114]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsa nulla amet labore."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.967965"], ["updated_at", "2018-12-06 16:01:23.967965"], ["app_id", 106], ["offering_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut corporis dolores repellat."], ["url", "http://blockmurphy.org/gregory.jacobi"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.970339"], ["updated_at", "2018-12-06 16:01:23.970339"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquam non qui dolores."], ["info_url", "http://mosciski.org/joel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.971688"], ["updated_at", "2018-12-06 16:01:23.971688"], ["developer_id", 115]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergnaummills.com/jazmin.dickinson"], ["description", "Et cupiditate quia repellat."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.974640"], ["updated_at", "2018-12-06 16:01:23.974640"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Error modi explicabo voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.975382"], ["updated_at", "2018-12-06 16:01:23.975382"], ["app_id", 107], ["offering_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://glover.net/taisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.977505"], ["updated_at", "2018-12-06 16:01:23.977505"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://keeling.biz/sherill_kreiger"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.978248"], ["updated_at", "2018-12-06 16:01:23.978248"], ["distributor_id", 64], ["app_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Esse doloribus sequi omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.980026"], ["updated_at", "2018-12-06 16:01:23.980026"], ["app_id", 107], ["offering_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Accusamus tempore similique sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.981779"], ["updated_at", "2018-12-06 16:01:23.981779"], ["works_with_id", 128]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Deleniti consequatur eum ut.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 128], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Deleniti consequatur eum ut."], ["updated_at", "2018-12-06 16:01:23.989058"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/4 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutmann.biz/toshiko.cronin"], ["description", "Ut qui rerum exercitationem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.995638"], ["updated_at", "2018-12-06 16:01:23.995638"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Porro omnis non et."], ["url", "http://kunzekris.io/mirta.padberg"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:23.998659"], ["updated_at", "2018-12-06 16:01:23.998659"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et aspernatur quae repellendus."], ["info_url", "http://bednar.io/delia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.001037"], ["updated_at", "2018-12-06 16:01:24.001037"], ["developer_id", 116]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt dolorum perferendis eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.002079"], ["updated_at", "2018-12-06 16:01:24.002079"], ["app_id", 108], ["offering_id", 94]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rem et dolor quaerat."], ["url", "http://howell.org/francisco"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.006202"], ["updated_at", "2018-12-06 16:01:24.006202"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut quos rerum nam."], ["info_url", "http://effertzwyman.com/eddie"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.008069"], ["updated_at", "2018-12-06 16:01:24.008069"], ["developer_id", 117]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abbott.biz/rebecka.olson"], ["description", "Quis ipsa eos earum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.011727"], ["updated_at", "2018-12-06 16:01:24.011727"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex qui recusandae officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.012774"], ["updated_at", "2018-12-06 16:01:24.012774"], ["app_id", 109], ["offering_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ziemehilll.co/deedra"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.015601"], ["updated_at", "2018-12-06 16:01:24.015601"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grantmarquardt.org/jerilyn_pagac"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.016625"], ["updated_at", "2018-12-06 16:01:24.016625"], ["distributor_id", 65], ["app_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam maxime eligendi est."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.018488"], ["updated_at", "2018-12-06 16:01:24.018488"], ["app_id", 109], ["offering_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Voluptas quia culpa impedit."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.020448"], ["updated_at", "2018-12-06 16:01:24.020448"], ["works_with_id", 131]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Adipisci odit consequuntur est.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 131], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 109], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 117], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Adipisci odit consequuntur est."], ["updated_at", "2018-12-06 16:01:24.031211"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 10ms (ActiveRecord: 2.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://breitenbergrutherford.biz/tricia"], ["description", "Ex nobis asperiores minus."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.037010"], ["updated_at", "2018-12-06 16:01:24.037010"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed ea error dolores."], ["url", "http://joneslesch.io/benny.will"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.039836"], ["updated_at", "2018-12-06 16:01:24.039836"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa eos tempora voluptas."], ["info_url", "http://kovacek.io/chelsea"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.042184"], ["updated_at", "2018-12-06 16:01:24.042184"], ["developer_id", 118]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione laudantium ea dolorum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.043195"], ["updated_at", "2018-12-06 16:01:24.043195"], ["app_id", 110], ["offering_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia et quaerat impedit."], ["url", "http://wittingmoore.name/claire.harvey"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.046010"], ["updated_at", "2018-12-06 16:01:24.046010"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Itaque totam non hic."], ["info_url", "http://millerernser.co/lavonia"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.047699"], ["updated_at", "2018-12-06 16:01:24.047699"], ["developer_id", 119]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grimes.biz/tonda"], ["description", "Pariatur qui quis eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.051258"], ["updated_at", "2018-12-06 16:01:24.051258"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut commodi nisi non."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.052350"], ["updated_at", "2018-12-06 16:01:24.052350"], ["app_id", 111], ["offering_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reynolds.co/octavio"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.055209"], ["updated_at", "2018-12-06 16:01:24.055209"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesen.com/keira"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.056036"], ["updated_at", "2018-12-06 16:01:24.056036"], ["distributor_id", 66], ["app_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est commodi quasi illo."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.057705"], ["updated_at", "2018-12-06 16:01:24.057705"], ["app_id", 111], ["offering_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et porro nulla corporis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.059445"], ["updated_at", "2018-12-06 16:01:24.059445"], ["works_with_id", 134]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Aspernatur excepturi dolores illo.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 134], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 111], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 119], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Aspernatur excepturi dolores illo."], ["updated_at", "2018-12-06 16:01:24.066517"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://greenfelder.co/juana.ortiz"], ["description", "Nobis in repellat dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.074996"], ["updated_at", "2018-12-06 16:01:24.074996"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Pariatur ad provident explicabo."], ["url", "http://kunze.net/abel"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.077989"], ["updated_at", "2018-12-06 16:01:24.077989"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Mollitia similique porro excepturi."], ["info_url", "http://lueilwitzwhite.co/lachelle.rohan"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.080286"], ["updated_at", "2018-12-06 16:01:24.080286"], ["developer_id", 120]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque dolorem labore sapiente."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.081367"], ["updated_at", "2018-12-06 16:01:24.081367"], ["app_id", 112], ["offering_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Animi quia pariatur reprehenderit."], ["url", "http://klingmckenzie.org/morris"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.084109"], ["updated_at", "2018-12-06 16:01:24.084109"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum quo molestiae rerum."], ["info_url", "http://wolfdurgan.co/daine"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.085602"], ["updated_at", "2018-12-06 16:01:24.085602"], ["developer_id", 121]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langosh.co/grover"], ["description", "Et quos unde fuga."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.088833"], ["updated_at", "2018-12-06 16:01:24.088833"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum molestiae dignissimos minima."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.089639"], ["updated_at", "2018-12-06 16:01:24.089639"], ["app_id", 113], ["offering_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pfannerstillpadberg.io/ingrid"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.091885"], ["updated_at", "2018-12-06 16:01:24.091885"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kris.com/flo_waelchi"], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.092657"], ["updated_at", "2018-12-06 16:01:24.092657"], ["distributor_id", 67], ["app_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea qui impedit unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.094244"], ["updated_at", "2018-12-06 16:01:24.094244"], ["app_id", 113], ["offering_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Labore ea ut corporis."], ["is_live", "t"], ["created_at", "2018-12-06 16:01:24.095953"], ["updated_at", "2018-12-06 16:01:24.095953"], ["works_with_id", 137]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.9ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.0ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (55.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.2ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://veummacgyver.net/clemmie.monahan"], ["description", "Aut id provident rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.441153"], ["updated_at", "2018-12-06 16:02:55.441153"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quae sequi sit quasi."], ["url", "http://brekke.com/daniel_reichel"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.462192"], ["updated_at", "2018-12-06 16:02:55.462192"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga enim dolor quis."], ["info_url", "http://stokesbartoletti.com/tanner"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.473815"], ["updated_at", "2018-12-06 16:02:55.473815"], ["developer_id", 1]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere labore laudantium veniam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.475568"], ["updated_at", "2018-12-06 16:02:55.475568"], ["app_id", 1], ["offering_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum esse quia quasi."], ["url", "http://ward.com/ward_oreilly"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.479140"], ["updated_at", "2018-12-06 16:02:55.479140"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut molestiae autem dolorem."], ["info_url", "http://zboncak.com/shaunna.parker"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.480638"], ["updated_at", "2018-12-06 16:02:55.480638"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://botsfordhintz.info/eldora_farrell"], ["description", "Et at ea cumque."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.491371"], ["updated_at", "2018-12-06 16:02:55.491371"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Labore deleniti suscipit sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.492606"], ["updated_at", "2018-12-06 16:02:55.492606"], ["app_id", 2], ["offering_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kochwilderman.name/bernie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.505216"], ["updated_at", "2018-12-06 16:02:55.505216"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://romagueraoberbrunner.io/guillermo.cruickshank"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.506671"], ["updated_at", "2018-12-06 16:02:55.506671"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium consectetur et numquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.509103"], ["updated_at", "2018-12-06 16:02:55.509103"], ["app_id", 2], ["offering_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"3"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 26ms (Views: 20.2ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stantonkerluke.net/zackary"], ["description", "Aperiam voluptatem quasi esse."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.545310"], ["updated_at", "2018-12-06 16:02:55.545310"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates ut animi quia."], ["url", "http://konopelski.name/reed.barton"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.548378"], ["updated_at", "2018-12-06 16:02:55.548378"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae voluptate ullam dolor."], ["info_url", "http://lang.biz/wendell_flatley"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.551022"], ["updated_at", "2018-12-06 16:02:55.551022"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur quia praesentium et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.552226"], ["updated_at", "2018-12-06 16:02:55.552226"], ["app_id", 3], ["offering_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia velit ratione sunt."], ["url", "http://robertsbeatty.name/joan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.554940"], ["updated_at", "2018-12-06 16:02:55.554940"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel est sint qui."], ["info_url", "http://gutkowskinienow.com/roberto"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.556448"], ["updated_at", "2018-12-06 16:02:55.556448"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://berge.org/donte_schiller"], ["description", "Molestiae aliquid eum reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.560049"], ["updated_at", "2018-12-06 16:02:55.560049"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus sint officia dignissimos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.561081"], ["updated_at", "2018-12-06 16:02:55.561081"], ["app_id", 4], ["offering_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feilpurdy.info/serena"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.563536"], ["updated_at", "2018-12-06 16:02:55.563536"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://homenickkoelpin.com/carson"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.564383"], ["updated_at", "2018-12-06 16:02:55.564383"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dignissimos ea quidem voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.565998"], ["updated_at", "2018-12-06 16:02:55.565998"], ["app_id", 4], ["offering_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"6"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nicolas.net/vernon"], ["description", "Consequuntur voluptatem odio dolore."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.581634"], ["updated_at", "2018-12-06 16:02:55.581634"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut debitis voluptatem quaerat."], ["url", "http://halvorson.io/ardis_witting"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.584497"], ["updated_at", "2018-12-06 16:02:55.584497"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatum quam quisquam molestiae."], ["info_url", "http://aufderhar.org/denise.effertz"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.586691"], ["updated_at", "2018-12-06 16:02:55.586691"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et neque culpa voluptates."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.587619"], ["updated_at", "2018-12-06 16:02:55.587619"], ["app_id", 5], ["offering_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil sint distinctio dolores."], ["url", "http://howe.net/chong.dickinson"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.590268"], ["updated_at", "2018-12-06 16:02:55.590268"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus molestias rerum consequatur."], ["info_url", "http://okonosinski.org/isa_kunde"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.591876"], ["updated_at", "2018-12-06 16:02:55.591876"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keebler.net/margherita.olson"], ["description", "Fugit fugiat repellendus ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.595688"], ["updated_at", "2018-12-06 16:02:55.595688"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et necessitatibus perspiciatis rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.596693"], ["updated_at", "2018-12-06 16:02:55.596693"], ["app_id", 6], ["offering_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lind.net/allan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.599296"], ["updated_at", "2018-12-06 16:02:55.599296"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nienow.org/edmundo_fay"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.600379"], ["updated_at", "2018-12-06 16:02:55.600379"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit officiis quia praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.602417"], ["updated_at", "2018-12-06 16:02:55.602417"], ["app_id", 6], ["offering_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"9"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonrueden.com/nita_labadie"], ["description", "Possimus accusamus exercitationem consectetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.613488"], ["updated_at", "2018-12-06 16:02:55.613488"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam dolorem porro modi."], ["url", "http://okon.io/tonisha.quigley"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.616411"], ["updated_at", "2018-12-06 16:02:55.616411"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro recusandae atque architecto."], ["info_url", "http://gislason.biz/kesha_leuschke"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.618722"], ["updated_at", "2018-12-06 16:02:55.618722"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur odit sunt officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.619702"], ["updated_at", "2018-12-06 16:02:55.619702"], ["app_id", 7], ["offering_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit nemo non excepturi."], ["url", "http://howe.net/ilene"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.622365"], ["updated_at", "2018-12-06 16:02:55.622365"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Itaque non praesentium qui."], ["info_url", "http://fay.info/long_connelly"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.623875"], ["updated_at", "2018-12-06 16:02:55.623875"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pacocha.io/rikki"], ["description", "Eveniet itaque voluptas voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.627587"], ["updated_at", "2018-12-06 16:02:55.627587"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui itaque quae officiis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.628787"], ["updated_at", "2018-12-06 16:02:55.628787"], ["app_id", 8], ["offering_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langoshwhite.biz/chong.heidenreich"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.631503"], ["updated_at", "2018-12-06 16:02:55.631503"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boscozieme.com/stephen"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.632321"], ["updated_at", "2018-12-06 16:02:55.632321"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non quibusdam hic error."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.634093"], ["updated_at", "2018-12-06 16:02:55.634093"], ["app_id", 8], ["offering_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Sit culpa suscipit molestiae.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"12"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Sit culpa suscipit molestiae."], ["updated_at", "2018-12-06 16:02:55.647503"], ["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/12 Completed 302 Found in 12ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://greenfelder.io/artie_ratke"], ["description", "At eligendi voluptatum amet."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.653022"], ["updated_at", "2018-12-06 16:02:55.653022"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ad est quisquam quod."], ["url", "http://huel.name/lucius_tremblay"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.655774"], ["updated_at", "2018-12-06 16:02:55.655774"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorum ipsam ut libero."], ["info_url", "http://harvey.net/mack.hettinger"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.658342"], ["updated_at", "2018-12-06 16:02:55.658342"], ["developer_id", 9]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Inventore necessitatibus vero excepturi."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.659701"], ["updated_at", "2018-12-06 16:02:55.659701"], ["app_id", 9], ["offering_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Minus suscipit est reiciendis."], ["url", "http://bauch.io/annamarie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.663528"], ["updated_at", "2018-12-06 16:02:55.663528"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates sunt unde modi."], ["info_url", "http://daugherty.net/dann_oberbrunner"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.665412"], ["updated_at", "2018-12-06 16:02:55.665412"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hand.name/bennett_larkin"], ["description", "Eius et nesciunt esse."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.669558"], ["updated_at", "2018-12-06 16:02:55.669558"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia tempore nesciunt velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.670691"], ["updated_at", "2018-12-06 16:02:55.670691"], ["app_id", 10], ["offering_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walkerquigley.biz/shaunte_mckenzie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.673630"], ["updated_at", "2018-12-06 16:02:55.673630"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://paucekmoen.org/carli"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.674599"], ["updated_at", "2018-12-06 16:02:55.674599"], ["distributor_id", 5], ["app_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut ut voluptas molestias."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.676517"], ["updated_at", "2018-12-06 16:02:55.676517"], ["app_id", 10], ["offering_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Eaque eum temporibus deleniti.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"15"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Eaque eum temporibus deleniti."], ["updated_at", "2018-12-06 16:02:55.683795"], ["id", 15]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/15 Completed 302 Found in 7ms (ActiveRecord: 1.7ms)

WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ritchie.net/max.runolfon"], ["description", "Commodi nulla sapiente sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.690763"], ["updated_at", "2018-12-06 16:02:55.690763"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Labore optio reprehenderit velit."], ["url", "http://mills.com/ali"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.693775"], ["updated_at", "2018-12-06 16:02:55.693775"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas alias et molestiae."], ["info_url", "http://jacobs.name/ellsworth_upton"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.696150"], ["updated_at", "2018-12-06 16:02:55.696150"], ["developer_id", 11]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae ratione error est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.697111"], ["updated_at", "2018-12-06 16:02:55.697111"], ["app_id", 11], ["offering_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt adipisci suscipit veniam."], ["url", "http://mohr.name/morgan.farrell"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.700378"], ["updated_at", "2018-12-06 16:02:55.700378"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nemo repellat vitae minima."], ["info_url", "http://dibbert.biz/suellen_klocko"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.702119"], ["updated_at", "2018-12-06 16:02:55.702119"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bayer.com/abram"], ["description", "Autem minima quod non."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.705403"], ["updated_at", "2018-12-06 16:02:55.705403"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis pariatur beatae sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.706204"], ["updated_at", "2018-12-06 16:02:55.706204"], ["app_id", 12], ["offering_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haagondricka.net/concha"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.708733"], ["updated_at", "2018-12-06 16:02:55.708733"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kiehn.net/tiffanie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.709658"], ["updated_at", "2018-12-06 16:02:55.709658"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias praesentium omnis quibusdam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.711254"], ["updated_at", "2018-12-06 16:02:55.711254"], ["app_id", 12], ["offering_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Iusto nemo accusamus doloremque.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"18"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Iusto nemo accusamus doloremque."], ["updated_at", "2018-12-06 16:02:55.717908"], ["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/18 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Minima qui laboriosam placeat."], ["url", "http://treutelstreich.org/leontine_rice"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.727170"], ["updated_at", "2018-12-06 16:02:55.727170"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schummwest.info/nickolas_hansen"], ["description", "Suscipit sunt ut id."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.744736"], ["updated_at", "2018-12-06 16:02:55.744736"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Porro nisi optio exercitationem."], ["url", "http://kutch.name/earle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.747558"], ["updated_at", "2018-12-06 16:02:55.747558"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam alias voluptatem atque."], ["info_url", "http://hirthe.biz/graham_kuvalis"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.749805"], ["updated_at", "2018-12-06 16:02:55.749805"], ["developer_id", 14]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam dolor eos eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.750733"], ["updated_at", "2018-12-06 16:02:55.750733"], ["app_id", 13], ["offering_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis perferendis pariatur dicta."], ["url", "http://bernhardfarrell.io/carolin.kunde"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.753454"], ["updated_at", "2018-12-06 16:02:55.753454"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim ut necessitatibus aut."], ["info_url", "http://sipes.info/latoyia.kirlin"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.755042"], ["updated_at", "2018-12-06 16:02:55.755042"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gusikowskiberge.io/molly"], ["description", "Iste dicta consequatur nobis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.758915"], ["updated_at", "2018-12-06 16:02:55.758915"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Pariatur quas qui et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.760088"], ["updated_at", "2018-12-06 16:02:55.760088"], ["app_id", 14], ["offering_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://okeefe.info/santiago.yost"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.762872"], ["updated_at", "2018-12-06 16:02:55.762872"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunde.net/clifton.hoppe"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.763692"], ["updated_at", "2018-12-06 16:02:55.763692"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam et delectus quisquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.765421"], ["updated_at", "2018-12-06 16:02:55.765421"], ["app_id", 14], ["offering_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnson.biz/nickolas"], ["description", "Sit qui necessitatibus est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.785272"], ["updated_at", "2018-12-06 16:02:55.785272"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut voluptatem molestiae voluptatum."], ["url", "http://wunsch.co/loyd"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.788269"], ["updated_at", "2018-12-06 16:02:55.788269"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et qui unde autem."], ["info_url", "http://cristhilpert.info/roosevelt.torphy"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.790513"], ["updated_at", "2018-12-06 16:02:55.790513"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit voluptate eaque exercitationem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.791424"], ["updated_at", "2018-12-06 16:02:55.791424"], ["app_id", 15], ["offering_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat voluptates corrupti voluptas."], ["url", "http://denesik.info/chris"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.794538"], ["updated_at", "2018-12-06 16:02:55.794538"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Hic sed aperiam aut."], ["info_url", "http://erdman.com/kesha"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.796197"], ["updated_at", "2018-12-06 16:02:55.796197"], ["developer_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spinka.org/miguel"], ["description", "Dolorum eum voluptatem libero."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.799561"], ["updated_at", "2018-12-06 16:02:55.799561"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quaerat eos sunt omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.800514"], ["updated_at", "2018-12-06 16:02:55.800514"], ["app_id", 16], ["offering_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bode.info/eugene.senger"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.803262"], ["updated_at", "2018-12-06 16:02:55.803262"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huels.org/marlen"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.804119"], ["updated_at", "2018-12-06 16:02:55.804119"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut veritatis est magni."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.805798"], ["updated_at", "2018-12-06 16:02:55.805798"], ["app_id", 16], ["offering_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moen.com/lola_moriette"], ["description", "Reiciendis tempore est distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.816292"], ["updated_at", "2018-12-06 16:02:55.816292"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut molestias omnis voluptatem."], ["url", "http://schamberger.io/lee"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.819474"], ["updated_at", "2018-12-06 16:02:55.819474"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam nulla odit aut."], ["info_url", "http://pfeffer.io/jed"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.821744"], ["updated_at", "2018-12-06 16:02:55.821744"], ["developer_id", 18]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloribus perspiciatis ipsam sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.822670"], ["updated_at", "2018-12-06 16:02:55.822670"], ["app_id", 17], ["offering_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"17"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weinat.com/thresa.lindgren"], ["description", "Sunt mollitia enim repellat."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.844718"], ["updated_at", "2018-12-06 16:02:55.844718"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur deserunt fugit optio."], ["url", "http://rippin.com/dana"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.847641"], ["updated_at", "2018-12-06 16:02:55.847641"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur ad voluptatum iusto."], ["info_url", "http://wintheiserjast.info/hai_spencer"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.849836"], ["updated_at", "2018-12-06 16:02:55.849836"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut voluptas dolorem quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.850850"], ["updated_at", "2018-12-06 16:02:55.850850"], ["app_id", 18], ["offering_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Non iure vitae sunt.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://littel.com/leon.frami"}, "id"=>"18"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Non iure vitae sunt."], ["shop_link", "http://littel.com/leon.frami"], ["updated_at", "2018-12-06 16:02:55.855067"], ["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/18 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bechtelargoyette.biz/delpha_jaskolski"], ["description", "Qui et facere aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.859985"], ["updated_at", "2018-12-06 16:02:55.859985"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquid deserunt ab est."], ["url", "http://schroeder.info/hank.goodwin"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.863072"], ["updated_at", "2018-12-06 16:02:55.863072"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa molestias sint repellat."], ["info_url", "http://upton.net/riley"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.865398"], ["updated_at", "2018-12-06 16:02:55.865398"], ["developer_id", 20]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur blanditiis et quae."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.866451"], ["updated_at", "2018-12-06 16:02:55.866451"], ["app_id", 19], ["offering_id", 19]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Reprehenderit velit quibusdam cumque.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://marvin.io/keeley.dare"}, "id"=>"19"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Reprehenderit velit quibusdam cumque."], ["shop_link", "http://marvin.io/keeley.dare"], ["updated_at", "2018-12-06 16:02:55.871288"], ["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/19 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilbackgreenholt.info/michell"], ["description", "Laborum vero esse ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.876611"], ["updated_at", "2018-12-06 16:02:55.876611"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui necessitatibus fuga excepturi."], ["url", "http://stamm.biz/katharina"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.879299"], ["updated_at", "2018-12-06 16:02:55.879299"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam non quos cupiditate."], ["info_url", "http://veum.com/lou.kemmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.881452"], ["updated_at", "2018-12-06 16:02:55.881452"], ["developer_id", 21]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat corporis impedit quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.882386"], ["updated_at", "2018-12-06 16:02:55.882386"], ["app_id", 20], ["offering_id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Aut magni ipsa nihil.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://christiansen.com/maria.schiller"}, "id"=>"20"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Aut magni ipsa nihil."], ["shop_link", "http://christiansen.com/maria.schiller"], ["updated_at", "2018-12-06 16:02:55.886540"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/20 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://will.io/dee"], ["description", "Corporis omnis occaecati molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.891458"], ["updated_at", "2018-12-06 16:02:55.891458"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt quasi magnam facere."], ["url", "http://nitzschedamore.info/xavier"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.894882"], ["updated_at", "2018-12-06 16:02:55.894882"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae ut veniam at."], ["info_url", "http://medhurst.biz/verona"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.897217"], ["updated_at", "2018-12-06 16:02:55.897217"], ["developer_id", 22]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque dolores error expedita."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.898190"], ["updated_at", "2018-12-06 16:02:55.898190"], ["app_id", 21], ["offering_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sanford.co/freddie_fay"], ["description", "Ducimus in rerum maiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.907830"], ["updated_at", "2018-12-06 16:02:55.907830"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores vel explicabo asperiores."], ["url", "http://purdy.io/ahmad_runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.911075"], ["updated_at", "2018-12-06 16:02:55.911075"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod natus dolores sit."], ["info_url", "http://ratke.co/melinda"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.913475"], ["updated_at", "2018-12-06 16:02:55.913475"], ["developer_id", 23]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit labore voluptas quisquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.914545"], ["updated_at", "2018-12-06 16:02:55.914545"], ["app_id", 22], ["offering_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"22"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marquardt.net/suzann.heller"], ["description", "Repudiandae ipsa asperiores possimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.922159"], ["updated_at", "2018-12-06 16:02:55.922159"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor quisquam rem inventore."], ["url", "http://parker.com/cyril"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.924987"], ["updated_at", "2018-12-06 16:02:55.924987"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est commodi iste aperiam."], ["info_url", "http://boehm.info/thurman_koepp"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.927221"], ["updated_at", "2018-12-06 16:02:55.927221"], ["developer_id", 24]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum culpa omnis velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.928176"], ["updated_at", "2018-12-06 16:02:55.928176"], ["app_id", 23], ["offering_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"23"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cormier.co/nathanial.keler"], ["description", "Consequatur iusto harum qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.937248"], ["updated_at", "2018-12-06 16:02:55.937248"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat unde provident aperiam."], ["url", "http://macejkovic.info/vicenta"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.940337"], ["updated_at", "2018-12-06 16:02:55.940337"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure quae perferendis dolores."], ["info_url", "http://ruelpfeffer.com/lorriane"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.942733"], ["updated_at", "2018-12-06 16:02:55.942733"], ["developer_id", 25]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam aut id aliquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.943732"], ["updated_at", "2018-12-06 16:02:55.943732"], ["app_id", 24], ["offering_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eum ut repellendus animi."], ["url", "http://kaulke.io/antwan.johnston"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.946456"], ["updated_at", "2018-12-06 16:02:55.946456"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores nostrum odio et."], ["info_url", "http://little.info/prince"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.947916"], ["updated_at", "2018-12-06 16:02:55.947916"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://shields.com/ilse.bins"], ["description", "Aliquam voluptatem qui in."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.951206"], ["updated_at", "2018-12-06 16:02:55.951206"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt est recusandae deleniti."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.952064"], ["updated_at", "2018-12-06 16:02:55.952064"], ["app_id", 25], ["offering_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://spinka.net/stanley_gorczany"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.955059"], ["updated_at", "2018-12-06 16:02:55.955059"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilpertreichel.io/thora"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.956017"], ["updated_at", "2018-12-06 16:02:55.956017"], ["distributor_id", 9], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam explicabo enim praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.957688"], ["updated_at", "2018-12-06 16:02:55.957688"], ["app_id", 25], ["offering_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sit inventore aliquam et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.961149"], ["updated_at", "2018-12-06 16:02:55.961149"], ["works_with_id", 34], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Beatae nemo omnis error."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Explicabo id sapiente esse.", "is_live"=>"true", "promo_image_url"=>"http://cummings.org/breann", "promo_text"=>"Enim cum nobis sed.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"1"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Explicabo id sapiente esse."], ["promo_text", "Enim cum nobis sed."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:02:55.973207"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/1 Completed 302 Found in 9ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiza.name/jann.dubuque"], ["description", "Ducimus suscipit omnis eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.978900"], ["updated_at", "2018-12-06 16:02:55.978900"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Officia aspernatur necessitatibus voluptates."], ["url", "http://nikolausking.io/walton_smitham"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.981652"], ["updated_at", "2018-12-06 16:02:55.981652"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloribus quod sit ut."], ["info_url", "http://kerluke.name/rochelle_osinski"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.983815"], ["updated_at", "2018-12-06 16:02:55.983815"], ["developer_id", 27]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dignissimos accusantium quasi et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.984755"], ["updated_at", "2018-12-06 16:02:55.984755"], ["app_id", 26], ["offering_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit repellendus aut rerum."], ["url", "http://hoppe.biz/zane_kautzer"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.987679"], ["updated_at", "2018-12-06 16:02:55.987679"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos consequatur molestiae qui."], ["info_url", "http://stokes.biz/doyle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.989252"], ["updated_at", "2018-12-06 16:02:55.989252"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stroman.info/jake.leannon"], ["description", "Non doloremque ab laboriosam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.992601"], ["updated_at", "2018-12-06 16:02:55.992601"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem id atque occaecati."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.993473"], ["updated_at", "2018-12-06 16:02:55.993473"], ["app_id", 27], ["offering_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schumm.io/thad_davis"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.995892"], ["updated_at", "2018-12-06 16:02:55.995892"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bins.io/kendal_weimann"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.996695"], ["updated_at", "2018-12-06 16:02:55.996695"], ["distributor_id", 10], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsam aut dolore eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:55.998394"], ["updated_at", "2018-12-06 16:02:55.998394"], ["app_id", 27], ["offering_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aut ut ad nesciunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.001434"], ["updated_at", "2018-12-06 16:02:56.001434"], ["works_with_id", 37], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est non occaecati explicabo."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Praesentium dolor similique et.", "is_live"=>"true", "promo_image_url"=>"http://marks.org/mohamed.jacobs", "promo_text"=>"Eum ea aut et.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Praesentium dolor similique et."], ["promo_text", "Eum ea aut et."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:02:56.010450"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kaulkedicki.net/andrew"], ["description", "Harum delectus aperiam id."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.016257"], ["updated_at", "2018-12-06 16:02:56.016257"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui possimus ut voluptatem."], ["url", "http://mohrfadel.name/kyle.huel"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.019435"], ["updated_at", "2018-12-06 16:02:56.019435"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel officiis omnis odit."], ["info_url", "http://hodkiewicz.io/haan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.021932"], ["updated_at", "2018-12-06 16:02:56.021932"], ["developer_id", 29]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem quo iure et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.022946"], ["updated_at", "2018-12-06 16:02:56.022946"], ["app_id", 28], ["offering_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla tempora qui aut."], ["url", "http://wildermankuvalis.net/lincoln"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.025957"], ["updated_at", "2018-12-06 16:02:56.025957"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit aspernatur magni maiores."], ["info_url", "http://schmeler.co/cathryn.welch"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.027962"], ["updated_at", "2018-12-06 16:02:56.027962"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haley.io/shirley.hackett"], ["description", "Iusto nam unde magnam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.032137"], ["updated_at", "2018-12-06 16:02:56.032137"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere aut ut animi."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.033097"], ["updated_at", "2018-12-06 16:02:56.033097"], ["app_id", 29], ["offering_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schroederschowalter.org/scottie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.035692"], ["updated_at", "2018-12-06 16:02:56.035692"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beahanstroman.io/kenneth"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.036519"], ["updated_at", "2018-12-06 16:02:56.036519"], ["distributor_id", 11], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellendus sunt nihil mollitia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.038164"], ["updated_at", "2018-12-06 16:02:56.038164"], ["app_id", 29], ["offering_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fuga omnis consequatur beatae."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.040957"], ["updated_at", "2018-12-06 16:02:56.040957"], ["works_with_id", 40], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ad doloremque perspiciatis fugiat."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Et vero dolores architecto.", "is_live"=>"true", "promo_image_url"=>"http://schmidt.info/janet", "promo_text"=>"Enim magni porro quis.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Et vero dolores architecto."], ["promo_text", "Enim magni porro quis."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:02:56.050412"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jerde.info/sydney.denesik"], ["description", "Et non illo ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.057823"], ["updated_at", "2018-12-06 16:02:56.057823"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae qui debitis perspiciatis."], ["url", "http://markskuhlman.org/ira.kaulke"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.061431"], ["updated_at", "2018-12-06 16:02:56.061431"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti sequi itaque et."], ["info_url", "http://bodekulas.com/azalee.streich"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.064123"], ["updated_at", "2018-12-06 16:02:56.064123"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quaerat recusandae voluptas quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.065172"], ["updated_at", "2018-12-06 16:02:56.065172"], ["app_id", 30], ["offering_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et reprehenderit et nesciunt."], ["url", "http://hartmann.com/cole"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.068033"], ["updated_at", "2018-12-06 16:02:56.068033"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ullam est dignissimos nisi."], ["info_url", "http://quitzonreichert.org/norris"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.069573"], ["updated_at", "2018-12-06 16:02:56.069573"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://williamson.info/irena_harvey"], ["description", "Necessitatibus et nesciunt ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.072911"], ["updated_at", "2018-12-06 16:02:56.072911"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis ea enim velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.073734"], ["updated_at", "2018-12-06 16:02:56.073734"], ["app_id", 31], ["offering_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mitchellsatterfield.com/nicolas"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.076244"], ["updated_at", "2018-12-06 16:02:56.076244"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brakushuel.co/lorretta"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.077093"], ["updated_at", "2018-12-06 16:02:56.077093"], ["distributor_id", 12], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui accusantium qui necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.078895"], ["updated_at", "2018-12-06 16:02:56.078895"], ["app_id", 31], ["offering_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Necessitatibus delectus quisquam quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.081773"], ["updated_at", "2018-12-06 16:02:56.081773"], ["works_with_id", 43], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Temporibus officiis dolor at."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"4"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.org/dirk"], ["description", "Cupiditate cumque rerum voluptate."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.114548"], ["updated_at", "2018-12-06 16:02:56.114548"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut non blanditiis maxime."], ["url", "http://willmsferry.co/suzanna"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.117316"], ["updated_at", "2018-12-06 16:02:56.117316"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa a voluptatem neque."], ["info_url", "http://medhurstlemke.name/rusty.runolfon"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.119717"], ["updated_at", "2018-12-06 16:02:56.119717"], ["developer_id", 33]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nisi pariatur autem aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.120848"], ["updated_at", "2018-12-06 16:02:56.120848"], ["app_id", 32], ["offering_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Amet voluptates aut eos."], ["url", "http://pollich.com/grover_senger"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.123735"], ["updated_at", "2018-12-06 16:02:56.123735"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem et vel animi."], ["info_url", "http://hilpert.biz/jeremiah.johnston"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.125290"], ["updated_at", "2018-12-06 16:02:56.125290"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feil.co/jerrell"], ["description", "Iusto odio similique inventore."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.128431"], ["updated_at", "2018-12-06 16:02:56.128431"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et est sint rem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.129261"], ["updated_at", "2018-12-06 16:02:56.129261"], ["app_id", 33], ["offering_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cruickshank.info/judith_okon"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.131712"], ["updated_at", "2018-12-06 16:02:56.131712"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://muellermills.co/rickie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.132517"], ["updated_at", "2018-12-06 16:02:56.132517"], ["distributor_id", 13], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique ex ut praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.134197"], ["updated_at", "2018-12-06 16:02:56.134197"], ["app_id", 33], ["offering_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Consequatur blanditiis quia delectus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.136930"], ["updated_at", "2018-12-06 16:02:56.136930"], ["works_with_id", 46], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est voluptatem accusantium suscipit."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johns.org/leighann"], ["description", "Suscipit sed ipsa voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.143012"], ["updated_at", "2018-12-06 16:02:56.143012"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil provident culpa quas."], ["url", "http://lemke.com/lavenia"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.145631"], ["updated_at", "2018-12-06 16:02:56.145631"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde ut id repellendus."], ["info_url", "http://kovacek.com/felicita.cole"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.148113"], ["updated_at", "2018-12-06 16:02:56.148113"], ["developer_id", 35]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit ut dolorem velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.149076"], ["updated_at", "2018-12-06 16:02:56.149076"], ["app_id", 34], ["offering_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur praesentium non natus."], ["url", "http://gleason.info/thomas"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.151762"], ["updated_at", "2018-12-06 16:02:56.151762"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime asperiores voluptas consectetur."], ["info_url", "http://schimmel.info/shawn"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.153549"], ["updated_at", "2018-12-06 16:02:56.153549"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://berge.name/dexter"], ["description", "Necessitatibus sint est reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.157149"], ["updated_at", "2018-12-06 16:02:56.157149"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatibus sapiente deserunt et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.158112"], ["updated_at", "2018-12-06 16:02:56.158112"], ["app_id", 35], ["offering_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schinner.info/jefferey.hand"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.161106"], ["updated_at", "2018-12-06 16:02:56.161106"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://binsromaguera.com/kenna.white"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.162292"], ["updated_at", "2018-12-06 16:02:56.162292"], ["distributor_id", 14], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur magnam ea nisi."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.164171"], ["updated_at", "2018-12-06 16:02:56.164171"], ["app_id", 35], ["offering_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ratione vero deleniti explicabo."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.167164"], ["updated_at", "2018-12-06 16:02:56.167164"], ["works_with_id", 49], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quo eius nesciunt laudantium."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haag.io/horacio"], ["description", "Esse vel veritatis sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.175195"], ["updated_at", "2018-12-06 16:02:56.175195"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dignissimos cupiditate assumenda nisi."], ["url", "http://west.co/nora"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.178035"], ["updated_at", "2018-12-06 16:02:56.178035"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis et consequatur consequatur."], ["info_url", "http://hellerdibbert.com/bettye_green"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.180234"], ["updated_at", "2018-12-06 16:02:56.180234"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque expedita commodi ullam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.181169"], ["updated_at", "2018-12-06 16:02:56.181169"], ["app_id", 36], ["offering_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet velit dolore optio."], ["url", "http://mraz.name/donette.wiegand"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.183861"], ["updated_at", "2018-12-06 16:02:56.183861"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Itaque tempore quas eveniet."], ["info_url", "http://keeblercruickshank.co/vincent.hand"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.185401"], ["updated_at", "2018-12-06 16:02:56.185401"], ["developer_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schulistbarton.co/clinton_hilpert"], ["description", "Perferendis illo vel harum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.188671"], ["updated_at", "2018-12-06 16:02:56.188671"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est laborum et corrupti."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.189457"], ["updated_at", "2018-12-06 16:02:56.189457"], ["app_id", 37], ["offering_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oreillymarquardt.co/lamar"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.191685"], ["updated_at", "2018-12-06 16:02:56.191685"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boehm.name/abram"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.192438"], ["updated_at", "2018-12-06 16:02:56.192438"], ["distributor_id", 15], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum suscipit ut velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.194030"], ["updated_at", "2018-12-06 16:02:56.194030"], ["app_id", 37], ["offering_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Minima vitae dolorum voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.196622"], ["updated_at", "2018-12-06 16:02:56.196622"], ["works_with_id", 52], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Vel ea consequatur voluptas."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://streich.co/adan"], ["description", "Unde est optio nesciunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.246064"], ["updated_at", "2018-12-06 16:02:56.246064"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Hic debitis ex quod."], ["url", "http://blick.io/chong"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.248706"], ["updated_at", "2018-12-06 16:02:56.248706"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam assumenda maiores labore."], ["info_url", "http://bartell.com/pasquale"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.250835"], ["updated_at", "2018-12-06 16:02:56.250835"], ["developer_id", 39]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis reprehenderit consequuntur autem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.251789"], ["updated_at", "2018-12-06 16:02:56.251789"], ["app_id", 38], ["offering_id", 38]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis consequatur qui fugit."], ["url", "http://wiegandhodkiewicz.io/cedrick.bashirian"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.254862"], ["updated_at", "2018-12-06 16:02:56.254862"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate dolore expedita dolor."], ["info_url", "http://graham.net/maile.pollich"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.256607"], ["updated_at", "2018-12-06 16:02:56.256607"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mosciski.net/lanita.jakubowski"], ["description", "Aut illum et voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.259870"], ["updated_at", "2018-12-06 16:02:56.259870"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Harum aliquid id excepturi."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.260686"], ["updated_at", "2018-12-06 16:02:56.260686"], ["app_id", 39], ["offering_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oreillycarroll.co/teofila"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.262932"], ["updated_at", "2018-12-06 16:02:56.262932"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://frami.info/edward"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.263687"], ["updated_at", "2018-12-06 16:02:56.263687"], ["distributor_id", 16], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta excepturi ut suscipit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.265231"], ["updated_at", "2018-12-06 16:02:56.265231"], ["app_id", 39], ["offering_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quis eos quia ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.267922"], ["updated_at", "2018-12-06 16:02:56.267922"], ["works_with_id", 55], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dolor dolorem soluta explicabo."], ["publish_date", "2018-12-05"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunnersimonis.co/cedric"], ["description", "Facere esse nisi atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.285856"], ["updated_at", "2018-12-06 16:02:56.285856"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quis eos consectetur sed."], ["url", "http://ferry.net/dewitt"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.288803"], ["updated_at", "2018-12-06 16:02:56.288803"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit soluta possimus quasi."], ["info_url", "http://bodeheathcote.info/otis"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.291060"], ["updated_at", "2018-12-06 16:02:56.291060"], ["developer_id", 41]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Rem ratione doloribus reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.291965"], ["updated_at", "2018-12-06 16:02:56.291965"], ["app_id", 40], ["offering_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam maiores voluptates ad."], ["url", "http://ritchiesmitham.biz/rob_boyle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.294480"], ["updated_at", "2018-12-06 16:02:56.294480"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui commodi autem inventore."], ["info_url", "http://hoeger.biz/ahmed"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.295873"], ["updated_at", "2018-12-06 16:02:56.295873"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://christiansenwiegand.co/maxima"], ["description", "Eum rerum consequatur quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.299004"], ["updated_at", "2018-12-06 16:02:56.299004"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa molestiae asperiores est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.299763"], ["updated_at", "2018-12-06 16:02:56.299763"], ["app_id", 41], ["offering_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://watsica.info/raphael.kertzmann"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.302066"], ["updated_at", "2018-12-06 16:02:56.302066"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mohr.net/giovanni.will"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.302835"], ["updated_at", "2018-12-06 16:02:56.302835"], ["distributor_id", 17], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore impedit quis laboriosam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.304383"], ["updated_at", "2018-12-06 16:02:56.304383"], ["app_id", 41], ["offering_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ipsum in inventore omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.306249"], ["updated_at", "2018-12-06 16:02:56.306249"], ["works_with_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ebertcremin.io/clint.block"], ["description", "In quos iusto ipsa."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.329972"], ["updated_at", "2018-12-06 16:02:56.329972"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Possimus deleniti inventore recusandae."], ["url", "http://heidenreich.co/shirley.lind"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.332906"], ["updated_at", "2018-12-06 16:02:56.332906"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas tenetur esse voluptas."], ["info_url", "http://kunze.org/milan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.335033"], ["updated_at", "2018-12-06 16:02:56.335033"], ["developer_id", 43]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque et omnis voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.335932"], ["updated_at", "2018-12-06 16:02:56.335932"], ["app_id", 42], ["offering_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Modi qui quasi sed."], ["url", "http://barton.com/luisa"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.338456"], ["updated_at", "2018-12-06 16:02:56.338456"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo consectetur sint dolores."], ["info_url", "http://bogisich.co/kieth.luettgen"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.340052"], ["updated_at", "2018-12-06 16:02:56.340052"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mclaughlin.biz/mel.rice"], ["description", "Deserunt voluptatibus et reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.343297"], ["updated_at", "2018-12-06 16:02:56.343297"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui temporibus nisi quaerat."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.344129"], ["updated_at", "2018-12-06 16:02:56.344129"], ["app_id", 43], ["offering_id", 43]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nienowwiegand.io/perry"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.346490"], ["updated_at", "2018-12-06 16:02:56.346490"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zemlakjerde.org/rufus_mayer"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.347258"], ["updated_at", "2018-12-06 16:02:56.347258"], ["distributor_id", 18], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt aperiam voluptatibus ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.348803"], ["updated_at", "2018-12-06 16:02:56.348803"], ["app_id", 43], ["offering_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Commodi quis iusto ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.350516"], ["updated_at", "2018-12-06 16:02:56.350516"], ["works_with_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Consequatur earum odit et.", "image_url"=>"http://vonrueden.io/vincent", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Consequatur earum odit et."], ["updated_at", "2018-12-06 16:02:56.359226"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://danielturcotte.biz/estella_brakus"], ["description", "Reiciendis maxime soluta ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.365842"], ["updated_at", "2018-12-06 16:02:56.365842"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est in repudiandae neque."], ["url", "http://rau.name/antwan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.368762"], ["updated_at", "2018-12-06 16:02:56.368762"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium expedita veniam dolorum."], ["info_url", "http://schuster.com/arturo.king"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.371297"], ["updated_at", "2018-12-06 16:02:56.371297"], ["developer_id", 45]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus atque deserunt qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.372294"], ["updated_at", "2018-12-06 16:02:56.372294"], ["app_id", 44], ["offering_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est voluptate porro facere."], ["url", "http://dietrich.biz/nam"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.375004"], ["updated_at", "2018-12-06 16:02:56.375004"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui enim asperiores officia."], ["info_url", "http://lehner.co/guillermo"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.376799"], ["updated_at", "2018-12-06 16:02:56.376799"], ["developer_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quigley.com/mohamed_collier"], ["description", "Dignissimos cupiditate quaerat similique."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.380610"], ["updated_at", "2018-12-06 16:02:56.380610"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est amet itaque laborum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.381518"], ["updated_at", "2018-12-06 16:02:56.381518"], ["app_id", 45], ["offering_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kertzmann.com/ines.bergnaum"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.383831"], ["updated_at", "2018-12-06 16:02:56.383831"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hillsboyle.biz/signe.walter"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.384705"], ["updated_at", "2018-12-06 16:02:56.384705"], ["distributor_id", 19], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia veniam enim temporibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.386853"], ["updated_at", "2018-12-06 16:02:56.386853"], ["app_id", 45], ["offering_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Minima totam illo natus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.388795"], ["updated_at", "2018-12-06 16:02:56.388795"], ["works_with_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Aut unde laboriosam deleniti.", "image_url"=>"http://wunsch.co/sommer.kohler", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Aut unde laboriosam deleniti."], ["updated_at", "2018-12-06 16:02:56.396791"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mullerrunolfon.name/pamelia.kuhlman"], ["description", "Deserunt nostrum quia et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.404080"], ["updated_at", "2018-12-06 16:02:56.404080"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Magni porro voluptatem velit."], ["url", "http://grimesfriesen.info/marlys.schultz"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.406981"], ["updated_at", "2018-12-06 16:02:56.406981"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim doloribus voluptatem est."], ["info_url", "http://davis.info/stephan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.409564"], ["updated_at", "2018-12-06 16:02:56.409564"], ["developer_id", 47]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi repellendus nobis pariatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.410875"], ["updated_at", "2018-12-06 16:02:56.410875"], ["app_id", 46], ["offering_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Animi nemo asperiores velit."], ["url", "http://torp.org/alex_ward"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.413768"], ["updated_at", "2018-12-06 16:02:56.413768"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti et nam qui."], ["info_url", "http://wymanpfeffer.com/florencio"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.415297"], ["updated_at", "2018-12-06 16:02:56.415297"], ["developer_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://trantow.org/rudolf.huel"], ["description", "Rerum quia omnis ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.418500"], ["updated_at", "2018-12-06 16:02:56.418500"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui molestiae temporibus perferendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.419542"], ["updated_at", "2018-12-06 16:02:56.419542"], ["app_id", 47], ["offering_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://price.net/chong_welch"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.422191"], ["updated_at", "2018-12-06 16:02:56.422191"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mann.com/ruby"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.423023"], ["updated_at", "2018-12-06 16:02:56.423023"], ["distributor_id", 20], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi aut autem expedita."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.424648"], ["updated_at", "2018-12-06 16:02:56.424648"], ["app_id", 47], ["offering_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Molestiae magnam impedit pariatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.426436"], ["updated_at", "2018-12-06 16:02:56.426436"], ["works_with_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Dolorem qui cupiditate id.", "image_url"=>"http://morarwiegand.io/cristi", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Dolorem qui cupiditate id."], ["updated_at", "2018-12-06 16:02:56.434792"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://king.net/tai.donnelly"], ["description", "Aut autem perspiciatis cumque."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.441373"], ["updated_at", "2018-12-06 16:02:56.441373"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi hic voluptas quo."], ["url", "http://rowe.net/dennis_batz"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.444341"], ["updated_at", "2018-12-06 16:02:56.444341"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deserunt aut praesentium unde."], ["info_url", "http://cruickshankshields.biz/joaquin_stamm"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.446607"], ["updated_at", "2018-12-06 16:02:56.446607"], ["developer_id", 49]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi excepturi beatae et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.447562"], ["updated_at", "2018-12-06 16:02:56.447562"], ["app_id", 48], ["offering_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem id veritatis harum."], ["url", "http://zemlak.info/billi"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.450270"], ["updated_at", "2018-12-06 16:02:56.450270"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci nemo quia quo."], ["info_url", "http://towne.info/aletha"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.451771"], ["updated_at", "2018-12-06 16:02:56.451771"], ["developer_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jast.com/lyle"], ["description", "Est quos dolores consectetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.455539"], ["updated_at", "2018-12-06 16:02:56.455539"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et consequatur sunt voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.456574"], ["updated_at", "2018-12-06 16:02:56.456574"], ["app_id", 49], ["offering_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://shields.com/angie.denesik"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.459406"], ["updated_at", "2018-12-06 16:02:56.459406"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://walsh.name/nathaniel"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.460560"], ["updated_at", "2018-12-06 16:02:56.460560"], ["distributor_id", 21], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis aut voluptatem accusamus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.462558"], ["updated_at", "2018-12-06 16:02:56.462558"], ["app_id", 49], ["offering_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Et pariatur est a."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.464469"], ["updated_at", "2018-12-06 16:02:56.464469"], ["works_with_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://homenick.net/benito"], ["description", "Harum possimus unde rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.473463"], ["updated_at", "2018-12-06 16:02:56.473463"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur sint et iusto."], ["url", "http://reichertcartwright.name/jeannetta_cremin"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.476467"], ["updated_at", "2018-12-06 16:02:56.476467"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur velit eum occaecati."], ["info_url", "http://ebert.biz/lamar_mills"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.478698"], ["updated_at", "2018-12-06 16:02:56.478698"], ["developer_id", 51]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Id fuga aut ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.479618"], ["updated_at", "2018-12-06 16:02:56.479618"], ["app_id", 50], ["offering_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat quia quis natus."], ["url", "http://gutmannmccullough.info/jamie.rempel"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.482182"], ["updated_at", "2018-12-06 16:02:56.482182"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint distinctio error consectetur."], ["info_url", "http://ratke.com/eneida"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.483562"], ["updated_at", "2018-12-06 16:02:56.483562"], ["developer_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://graham.com/kandi"], ["description", "Vel expedita eius dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.486997"], ["updated_at", "2018-12-06 16:02:56.486997"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas ipsam neque omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.488014"], ["updated_at", "2018-12-06 16:02:56.488014"], ["app_id", 51], ["offering_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marks.info/ollie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.490524"], ["updated_at", "2018-12-06 16:02:56.490524"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schinnerokon.org/emma"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.491507"], ["updated_at", "2018-12-06 16:02:56.491507"], ["distributor_id", 22], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident voluptas qui nesciunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.493412"], ["updated_at", "2018-12-06 16:02:56.493412"], ["app_id", 51], ["offering_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Nostrum quas autem minus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.495484"], ["updated_at", "2018-12-06 16:02:56.495484"], ["works_with_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hamilllabadie.biz/nickolas"], ["description", "Quia maiores saepe assumenda."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.505342"], ["updated_at", "2018-12-06 16:02:56.505342"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et sed impedit est."], ["url", "http://balistreri.biz/emerita_lowe"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.508055"], ["updated_at", "2018-12-06 16:02:56.508055"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis aperiam voluptatem ut."], ["info_url", "http://aufderhar.co/garry_paucek"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.510231"], ["updated_at", "2018-12-06 16:02:56.510231"], ["developer_id", 53]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum rem consectetur aperiam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.511139"], ["updated_at", "2018-12-06 16:02:56.511139"], ["app_id", 52], ["offering_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Possimus nostrum est amet."], ["url", "http://schuppe.org/caroll.keeling"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.513753"], ["updated_at", "2018-12-06 16:02:56.513753"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea quia nobis occaecati."], ["info_url", "http://gulgowskicarroll.io/mirella"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.515220"], ["updated_at", "2018-12-06 16:02:56.515220"], ["developer_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kingschultz.info/haywood.wiza"], ["description", "Quas est et atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.518324"], ["updated_at", "2018-12-06 16:02:56.518324"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et tenetur itaque dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.519230"], ["updated_at", "2018-12-06 16:02:56.519230"], ["app_id", 53], ["offering_id", 53]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hayes.net/carroll.nitzsche"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.521937"], ["updated_at", "2018-12-06 16:02:56.521937"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ernserdare.org/randell"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.522726"], ["updated_at", "2018-12-06 16:02:56.522726"], ["distributor_id", 23], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit animi perspiciatis quidem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.524329"], ["updated_at", "2018-12-06 16:02:56.524329"], ["app_id", 53], ["offering_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Cupiditate nesciunt perspiciatis mollitia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.526041"], ["updated_at", "2018-12-06 16:02:56.526041"], ["works_with_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okeefedubuque.org/nona"], ["description", "Placeat voluptatem minus velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.548150"], ["updated_at", "2018-12-06 16:02:56.548150"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Maxime inventore ipsa quia."], ["url", "http://veum.info/roie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.550930"], ["updated_at", "2018-12-06 16:02:56.550930"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde saepe laudantium asperiores."], ["info_url", "http://bayer.name/margy.white"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.553354"], ["updated_at", "2018-12-06 16:02:56.553354"], ["developer_id", 55]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est nulla sunt ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.554380"], ["updated_at", "2018-12-06 16:02:56.554380"], ["app_id", 54], ["offering_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Natus sit et rem."], ["url", "http://heel.biz/tish"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.557081"], ["updated_at", "2018-12-06 16:02:56.557081"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto et quam ab."], ["info_url", "http://mckenziebarrows.net/kary"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.558738"], ["updated_at", "2018-12-06 16:02:56.558738"], ["developer_id", 56]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rutherford.info/margarite_wilderman"], ["description", "Delectus molestiae assumenda enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.562839"], ["updated_at", "2018-12-06 16:02:56.562839"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum voluptates illum ad."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.563895"], ["updated_at", "2018-12-06 16:02:56.563895"], ["app_id", 55], ["offering_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wisozk.com/miki"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.566450"], ["updated_at", "2018-12-06 16:02:56.566450"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://smith.info/timothy.johnson"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.567242"], ["updated_at", "2018-12-06 16:02:56.567242"], ["distributor_id", 24], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi vero aut mollitia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.568918"], ["updated_at", "2018-12-06 16:02:56.568918"], ["app_id", 55], ["offering_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Nam quam odio rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.571665"], ["updated_at", "2018-12-06 16:02:56.571665"], ["works_with_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)

UseCase Load (0.3ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://greenholt.io/leroy_erdman"], ["description", "Eaque minus molestiae quo."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.595759"], ["updated_at", "2018-12-06 16:02:56.595759"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum voluptatem tenetur expedita."], ["url", "http://hickleledner.com/debroah_schuster"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.598631"], ["updated_at", "2018-12-06 16:02:56.598631"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum est dicta ex."], ["info_url", "http://mayer.com/viva"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.600965"], ["updated_at", "2018-12-06 16:02:56.600965"], ["developer_id", 57]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquam accusantium nulla laborum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.601982"], ["updated_at", "2018-12-06 16:02:56.601982"], ["app_id", 56], ["offering_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Necessitatibus enim quo temporibus."], ["url", "http://ortiz.biz/wilfred.nicolas"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.604542"], ["updated_at", "2018-12-06 16:02:56.604542"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde dolore nemo vero."], ["info_url", "http://purdy.co/mark"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.605949"], ["updated_at", "2018-12-06 16:02:56.605949"], ["developer_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.co/seth.greenfelder"], ["description", "Eum nobis illum et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.609102"], ["updated_at", "2018-12-06 16:02:56.609102"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur accusamus est provident."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.609946"], ["updated_at", "2018-12-06 16:02:56.609946"], ["app_id", 57], ["offering_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://brekke.io/garfield.ledner"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.612253"], ["updated_at", "2018-12-06 16:02:56.612253"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gutmann.net/leeann"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.613296"], ["updated_at", "2018-12-06 16:02:56.613296"], ["distributor_id", 25], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "At libero perferendis sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.615014"], ["updated_at", "2018-12-06 16:02:56.615014"], ["app_id", 57], ["offering_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Tempora sit suscipit iusto."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.616687"], ["updated_at", "2018-12-06 16:02:56.616687"], ["works_with_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gleichner.org/rocco"], ["description", "Dolore et dicta aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.627394"], ["updated_at", "2018-12-06 16:02:56.627394"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Vero aliquam numquam quos."], ["url", "http://herman.biz/sheron_dooley"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.630300"], ["updated_at", "2018-12-06 16:02:56.630300"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem porro voluptates recusandae."], ["info_url", "http://kautzer.org/annetta.feil"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.632548"], ["updated_at", "2018-12-06 16:02:56.632548"], ["developer_id", 59]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est beatae voluptas veritatis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.633685"], ["updated_at", "2018-12-06 16:02:56.633685"], ["app_id", 58], ["offering_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt voluptas cupiditate provident."], ["url", "http://boehm.net/jama_veum"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.636754"], ["updated_at", "2018-12-06 16:02:56.636754"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est voluptate repudiandae dolor."], ["info_url", "http://jacobilittle.info/colby"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.638423"], ["updated_at", "2018-12-06 16:02:56.638423"], ["developer_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://shanahanratke.com/brook"], ["description", "Perspiciatis corporis veniam eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.641979"], ["updated_at", "2018-12-06 16:02:56.641979"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate consequuntur molestiae est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.643039"], ["updated_at", "2018-12-06 16:02:56.643039"], ["app_id", 59], ["offering_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://romaguera.io/ila"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.645802"], ["updated_at", "2018-12-06 16:02:56.645802"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://swaniawski.net/bill.mayer"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.646665"], ["updated_at", "2018-12-06 16:02:56.646665"], ["distributor_id", 26], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius et atque omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.648420"], ["updated_at", "2018-12-06 16:02:56.648420"], ["app_id", 59], ["offering_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Earum nostrum doloremque repudiandae."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.650205"], ["updated_at", "2018-12-06 16:02:56.650205"], ["works_with_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Consequatur officiis aspernatur provident.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"3"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Consequatur officiis aspernatur provident."], ["updated_at", "2018-12-06 16:02:56.658424"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/3 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerlach.net/ione"], ["description", "Doloribus qui aliquid dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.663874"], ["updated_at", "2018-12-06 16:02:56.663874"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et eos deserunt magni."], ["url", "http://mrazbarton.org/marylynn.wolf"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.666688"], ["updated_at", "2018-12-06 16:02:56.666688"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatibus accusamus qui voluptatem."], ["info_url", "http://walshcrona.org/nilda_morar"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.668873"], ["updated_at", "2018-12-06 16:02:56.668873"], ["developer_id", 61]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt maxime qui odio."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.669858"], ["updated_at", "2018-12-06 16:02:56.669858"], ["app_id", 60], ["offering_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Magni et necessitatibus qui."], ["url", "http://weinat.name/kenyetta.weinat"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.672515"], ["updated_at", "2018-12-06 16:02:56.672515"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo qui numquam officia."], ["info_url", "http://sauerhauck.org/jeffry.keler"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.674051"], ["updated_at", "2018-12-06 16:02:56.674051"], ["developer_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beerhegmann.name/von"], ["description", "Molestiae laboriosam consequuntur sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.677223"], ["updated_at", "2018-12-06 16:02:56.677223"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et quae velit rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.678028"], ["updated_at", "2018-12-06 16:02:56.678028"], ["app_id", 61], ["offering_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hoppe.net/sena.block"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.680319"], ["updated_at", "2018-12-06 16:02:56.680319"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kris.io/ralph"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.681090"], ["updated_at", "2018-12-06 16:02:56.681090"], ["distributor_id", 27], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut quas culpa voluptates."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.682658"], ["updated_at", "2018-12-06 16:02:56.682658"], ["app_id", 61], ["offering_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sit est et rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.684252"], ["updated_at", "2018-12-06 16:02:56.684252"], ["works_with_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Quasi autem sed maxime.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Quasi autem sed maxime."], ["updated_at", "2018-12-06 16:02:56.690996"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/4 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langoshoreilly.io/sierra.kertzmann"], ["description", "Consequatur rerum incidunt architecto."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.696131"], ["updated_at", "2018-12-06 16:02:56.696131"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi omnis aut quae."], ["url", "http://hilpert.io/quintin"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.698931"], ["updated_at", "2018-12-06 16:02:56.698931"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas non quibusdam odio."], ["info_url", "http://blandakertzmann.io/mindi"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.701582"], ["updated_at", "2018-12-06 16:02:56.701582"], ["developer_id", 63]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et quis porro aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.702951"], ["updated_at", "2018-12-06 16:02:56.702951"], ["app_id", 62], ["offering_id", 62]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Asperiores nulla rem laboriosam."], ["url", "http://hartmanngrady.biz/darrick_schowalter"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.705986"], ["updated_at", "2018-12-06 16:02:56.705986"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Neque et soluta suscipit."], ["info_url", "http://emmerich.com/jayme_johnson"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.707519"], ["updated_at", "2018-12-06 16:02:56.707519"], ["developer_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://effertzhilll.io/arlie"], ["description", "Numquam voluptas quae et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.711318"], ["updated_at", "2018-12-06 16:02:56.711318"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam blanditiis est est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.712392"], ["updated_at", "2018-12-06 16:02:56.712392"], ["app_id", 63], ["offering_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wilkinsonspencer.co/gracie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.714925"], ["updated_at", "2018-12-06 16:02:56.714925"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobi.co/gerri.kunze"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.715720"], ["updated_at", "2018-12-06 16:02:56.715720"], ["distributor_id", 28], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint quis dolor quam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.717332"], ["updated_at", "2018-12-06 16:02:56.717332"], ["app_id", 63], ["offering_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Est quis quidem illum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.719384"], ["updated_at", "2018-12-06 16:02:56.719384"], ["works_with_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Repellendus et doloremque qui.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Repellendus et doloremque qui."], ["updated_at", "2018-12-06 16:02:56.727259"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunze.io/meagan"], ["description", "Est suscipit sit saepe."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.733294"], ["updated_at", "2018-12-06 16:02:56.733294"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta consequatur est quisquam."], ["url", "http://feestziemann.name/karmen.rippin"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.736144"], ["updated_at", "2018-12-06 16:02:56.736144"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime eum minus unde."], ["info_url", "http://waelchi.name/kum"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.738392"], ["updated_at", "2018-12-06 16:02:56.738392"], ["developer_id", 65]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non incidunt quaerat eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.739379"], ["updated_at", "2018-12-06 16:02:56.739379"], ["app_id", 64], ["offering_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sint accusantium ut nostrum."], ["url", "http://rueckercrona.com/peter_dooley"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.742042"], ["updated_at", "2018-12-06 16:02:56.742042"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At error incidunt nam."], ["info_url", "http://wiza.net/dania"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.743544"], ["updated_at", "2018-12-06 16:02:56.743544"], ["developer_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pollichdibbert.name/elfrieda.rosenbaum"], ["description", "Incidunt quibusdam eos et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.746702"], ["updated_at", "2018-12-06 16:02:56.746702"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam quia nesciunt enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.747463"], ["updated_at", "2018-12-06 16:02:56.747463"], ["app_id", 65], ["offering_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://terry.io/tiana"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.749727"], ["updated_at", "2018-12-06 16:02:56.749727"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okonrunolfon.name/joshua"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.750481"], ["updated_at", "2018-12-06 16:02:56.750481"], ["distributor_id", 29], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut voluptatibus ratione aperiam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.752325"], ["updated_at", "2018-12-06 16:02:56.752325"], ["app_id", 65], ["offering_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Est in reiciendis recusandae."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.754302"], ["updated_at", "2018-12-06 16:02:56.754302"], ["works_with_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://collins.name/jerry"], ["description", "Architecto similique molestias in."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.761748"], ["updated_at", "2018-12-06 16:02:56.761748"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Neque ut eos nobis."], ["url", "http://brownturcotte.co/kris"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.764409"], ["updated_at", "2018-12-06 16:02:56.764409"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda velit dolor id."], ["info_url", "http://grant.com/misha"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.766724"], ["updated_at", "2018-12-06 16:02:56.766724"], ["developer_id", 67]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut quos explicabo vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.767706"], ["updated_at", "2018-12-06 16:02:56.767706"], ["app_id", 66], ["offering_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis molestiae at optio."], ["url", "http://hartmannmccullough.name/curt.ferry"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.770886"], ["updated_at", "2018-12-06 16:02:56.770886"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas vel vel officia."], ["info_url", "http://mann.org/houston"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.772515"], ["updated_at", "2018-12-06 16:02:56.772515"], ["developer_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cole.name/korey"], ["description", "Est exercitationem omnis eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.776132"], ["updated_at", "2018-12-06 16:02:56.776132"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione omnis ut qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.777247"], ["updated_at", "2018-12-06 16:02:56.777247"], ["app_id", 67], ["offering_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rohan.com/darnell.jenkins"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.779907"], ["updated_at", "2018-12-06 16:02:56.779907"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sipes.name/brady.carroll"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.780791"], ["updated_at", "2018-12-06 16:02:56.780791"], ["distributor_id", 30], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui ad mollitia reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.782623"], ["updated_at", "2018-12-06 16:02:56.782623"], ["app_id", 67], ["offering_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quo aliquam voluptatum tenetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.784517"], ["updated_at", "2018-12-06 16:02:56.784517"], ["works_with_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"7"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://willschuster.name/paula.bosco"], ["description", "Ea voluptate natus ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.815762"], ["updated_at", "2018-12-06 16:02:56.815762"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis exercitationem magnam ipsam."], ["url", "http://cummerata.biz/doug_hartmann"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.818684"], ["updated_at", "2018-12-06 16:02:56.818684"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus quos vel molestias."], ["info_url", "http://littel.biz/charis.kunde"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.820882"], ["updated_at", "2018-12-06 16:02:56.820882"], ["developer_id", 69]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut dolor aut debitis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.821811"], ["updated_at", "2018-12-06 16:02:56.821811"], ["app_id", 68], ["offering_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Illo quas nesciunt deserunt."], ["url", "http://heidenreichschinner.net/werner_doyle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.824538"], ["updated_at", "2018-12-06 16:02:56.824538"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde aut laboriosam explicabo."], ["info_url", "http://daniel.name/gale"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.826251"], ["updated_at", "2018-12-06 16:02:56.826251"], ["developer_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonrueden.biz/christoper"], ["description", "Quisquam praesentium consequatur exercitationem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.829772"], ["updated_at", "2018-12-06 16:02:56.829772"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit dolores nam ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.830659"], ["updated_at", "2018-12-06 16:02:56.830659"], ["app_id", 69], ["offering_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langworth.net/chadwick.halvorson"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.833322"], ["updated_at", "2018-12-06 16:02:56.833322"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kilback.co/antonio_hettinger"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.834248"], ["updated_at", "2018-12-06 16:02:56.834248"], ["distributor_id", 31], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rath.name/trudie.cartwright"], ["description", "Doloribus et vel omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.858630"], ["updated_at", "2018-12-06 16:02:56.858630"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Cumque deserunt perferendis sunt."], ["url", "http://morar.org/laurette"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.861449"], ["updated_at", "2018-12-06 16:02:56.861449"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum veniam fuga soluta."], ["info_url", "http://quigley.io/shandra"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.863582"], ["updated_at", "2018-12-06 16:02:56.863582"], ["developer_id", 71]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Amet et qui est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.864570"], ["updated_at", "2018-12-06 16:02:56.864570"], ["app_id", 70], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit et architecto et."], ["url", "http://block.net/lawrence.keeling"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.867218"], ["updated_at", "2018-12-06 16:02:56.867218"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error dicta ullam placeat."], ["info_url", "http://pollich.name/mana"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.868660"], ["updated_at", "2018-12-06 16:02:56.868660"], ["developer_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://welch.io/nakisha"], ["description", "Laboriosam natus qui libero."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.871982"], ["updated_at", "2018-12-06 16:02:56.871982"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium quod itaque eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.872865"], ["updated_at", "2018-12-06 16:02:56.872865"], ["app_id", 71], ["offering_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://corkery.name/lloyd.torphy"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.875114"], ["updated_at", "2018-12-06 16:02:56.875114"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kohler.net/charlyn_beier"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.875849"], ["updated_at", "2018-12-06 16:02:56.875849"], ["distributor_id", 32], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis sit ut rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.877380"], ["updated_at", "2018-12-06 16:02:56.877380"], ["app_id", 71], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sed sint praesentium consequuntur."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.880011"], ["updated_at", "2018-12-06 16:02:56.880011"], ["works_with_id", 102], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cupiditate et similique quaerat."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quisquam ex eligendi quia."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:02:56.882222"], ["updated_at", "2018-12-06 16:02:56.882222"], ["testimonial_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herzog.biz/sumiko_glover"], ["description", "Dolorem fuga aut ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.905646"], ["updated_at", "2018-12-06 16:02:56.905646"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus praesentium quo quia."], ["url", "http://bartonprice.info/royce_farrell"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.908441"], ["updated_at", "2018-12-06 16:02:56.908441"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit quo aliquid asperiores."], ["info_url", "http://johnscremin.com/brynn_schmitt"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.910541"], ["updated_at", "2018-12-06 16:02:56.910541"], ["developer_id", 73]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia omnis deserunt aliquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.911396"], ["updated_at", "2018-12-06 16:02:56.911396"], ["app_id", 72], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus optio dolorem a."], ["url", "http://rohan.org/richie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.913785"], ["updated_at", "2018-12-06 16:02:56.913785"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid porro dicta voluptate."], ["info_url", "http://raynorpredovic.info/dannie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.915211"], ["updated_at", "2018-12-06 16:02:56.915211"], ["developer_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cole.info/pasquale"], ["description", "Est sunt quia numquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.918132"], ["updated_at", "2018-12-06 16:02:56.918132"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus labore iure cum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.919107"], ["updated_at", "2018-12-06 16:02:56.919107"], ["app_id", 73], ["offering_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://smitham.io/irmgard"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.921683"], ["updated_at", "2018-12-06 16:02:56.921683"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://terry.co/deandre.boyle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.922453"], ["updated_at", "2018-12-06 16:02:56.922453"], ["distributor_id", 33], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam odio totam at."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.923963"], ["updated_at", "2018-12-06 16:02:56.923963"], ["app_id", 73], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ullam ut nihil et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.926551"], ["updated_at", "2018-12-06 16:02:56.926551"], ["works_with_id", 105], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Facere repellendus rerum atque."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Cum qui eligendi rem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:02:56.928737"], ["updated_at", "2018-12-06 16:02:56.928737"], ["testimonial_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Et animi provident dolores.", "image_url"=>"http://lueilwitzschoen.org/ying_purdy", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 105], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Et animi provident dolores."], ["updated_at", "2018-12-06 16:02:56.938469"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 9ms (ActiveRecord: 1.4ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hane.net/mignon.mertz"], ["description", "Libero neque ea voluptate."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.945621"], ["updated_at", "2018-12-06 16:02:56.945621"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore cumque repudiandae ipsa."], ["url", "http://smithamschulist.co/cher"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.948244"], ["updated_at", "2018-12-06 16:02:56.948244"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Provident pariatur perspiciatis mollitia."], ["info_url", "http://kertzmann.org/roy"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.950273"], ["updated_at", "2018-12-06 16:02:56.950273"], ["developer_id", 75]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod quae vel rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.951138"], ["updated_at", "2018-12-06 16:02:56.951138"], ["app_id", 74], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Modi consequatur illo possimus."], ["url", "http://bergstromkeler.net/donovan_brakus"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.953970"], ["updated_at", "2018-12-06 16:02:56.953970"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem aliquam provident repellendus."], ["info_url", "http://lakin.com/rhett"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.955616"], ["updated_at", "2018-12-06 16:02:56.955616"], ["developer_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://medhurst.biz/polly_mann"], ["description", "Soluta facere nesciunt est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.958976"], ["updated_at", "2018-12-06 16:02:56.958976"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto qui et et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.960414"], ["updated_at", "2018-12-06 16:02:56.960414"], ["app_id", 75], ["offering_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wilkinsonwest.io/lucila_nader"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.963260"], ["updated_at", "2018-12-06 16:02:56.963260"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://torphy.name/giovanni.farrell"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.964129"], ["updated_at", "2018-12-06 16:02:56.964129"], ["distributor_id", 34], ["app_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae occaecati odit ullam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.965817"], ["updated_at", "2018-12-06 16:02:56.965817"], ["app_id", 75], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Possimus dolorum doloribus quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.968539"], ["updated_at", "2018-12-06 16:02:56.968539"], ["works_with_id", 108], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Debitis eaque alias officia."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Libero dolor numquam suscipit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:02:56.970610"], ["updated_at", "2018-12-06 16:02:56.970610"], ["testimonial_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Officiis eum quia dicta.", "image_url"=>"http://oconner.io/luann.kohler", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 108], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Officiis eum quia dicta."], ["updated_at", "2018-12-06 16:02:56.979610"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hegmann.net/jonnie"], ["description", "Pariatur rerum vel iusto."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.986602"], ["updated_at", "2018-12-06 16:02:56.986602"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae est iure cumque."], ["url", "http://ziememiller.name/efrain"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.989652"], ["updated_at", "2018-12-06 16:02:56.989652"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit cumque est earum."], ["info_url", "http://heathcotekreiger.biz/clyde_paucek"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.992036"], ["updated_at", "2018-12-06 16:02:56.992036"], ["developer_id", 77]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est sed expedita atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.993325"], ["updated_at", "2018-12-06 16:02:56.993325"], ["app_id", 76], ["offering_id", 76]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem sit repudiandae harum."], ["url", "http://kertzmannabbott.name/elisha.yost"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.996383"], ["updated_at", "2018-12-06 16:02:56.996383"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Delectus aspernatur dicta minus."], ["info_url", "http://hilpert.io/jarrett"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:56.997934"], ["updated_at", "2018-12-06 16:02:56.997934"], ["developer_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottlieb.org/wendi.boyer"], ["description", "Nesciunt dolorem rerum quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.001424"], ["updated_at", "2018-12-06 16:02:57.001424"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis quod odit rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.002290"], ["updated_at", "2018-12-06 16:02:57.002290"], ["app_id", 77], ["offering_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hane.biz/ramon"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.004802"], ["updated_at", "2018-12-06 16:02:57.004802"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hyattfarrell.info/nada"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.005601"], ["updated_at", "2018-12-06 16:02:57.005601"], ["distributor_id", 35], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt quo commodi esse."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.007218"], ["updated_at", "2018-12-06 16:02:57.007218"], ["app_id", 77], ["offering_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut officiis aspernatur voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.009924"], ["updated_at", "2018-12-06 16:02:57.009924"], ["works_with_id", 111], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sed quia aut rerum."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Non voluptate omnis dolorum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:02:57.012063"], ["updated_at", "2018-12-06 16:02:57.012063"], ["testimonial_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Similique molestiae voluptatem maxime.", "image_url"=>"http://ortiz.name/libby.flatley", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 111], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Similique molestiae voluptatem maxime."], ["updated_at", "2018-12-06 16:02:57.021237"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runtechristiansen.com/hai"], ["description", "Sed a voluptate qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.027914"], ["updated_at", "2018-12-06 16:02:57.027914"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor totam omnis cum."], ["url", "http://hodkiewiczullrich.org/yahaira"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.030773"], ["updated_at", "2018-12-06 16:02:57.030773"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius maiores libero perspiciatis."], ["info_url", "http://millsbergnaum.io/cary"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.032990"], ["updated_at", "2018-12-06 16:02:57.032990"], ["developer_id", 79]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Error fugit ut quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.033904"], ["updated_at", "2018-12-06 16:02:57.033904"], ["app_id", 78], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae corrupti quam provident."], ["url", "http://luettgen.info/leigh_trantow"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.036626"], ["updated_at", "2018-12-06 16:02:57.036626"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Optio doloribus nam possimus."], ["info_url", "http://kemmerwitting.net/malcolm_bauch"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.038267"], ["updated_at", "2018-12-06 16:02:57.038267"], ["developer_id", 80]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larsonmann.net/nick"], ["description", "Eos mollitia reprehenderit quasi."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.041726"], ["updated_at", "2018-12-06 16:02:57.041726"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "A sunt facilis qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.042755"], ["updated_at", "2018-12-06 16:02:57.042755"], ["app_id", 79], ["offering_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://farrell.biz/ivan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.045604"], ["updated_at", "2018-12-06 16:02:57.045604"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://waelchikohler.com/evan.kiehn"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.046440"], ["updated_at", "2018-12-06 16:02:57.046440"], ["distributor_id", 36], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et id voluptatum laborum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.048111"], ["updated_at", "2018-12-06 16:02:57.048111"], ["app_id", 79], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Officia illum consequuntur placeat."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.050871"], ["updated_at", "2018-12-06 16:02:57.050871"], ["works_with_id", 114], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Illo debitis dolorum in."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ducimus veniam ratione molestias."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:02:57.053347"], ["updated_at", "2018-12-06 16:02:57.053347"], ["testimonial_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kundekohler.com/denese"], ["description", "Ratione harum quo qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.063531"], ["updated_at", "2018-12-06 16:02:57.063531"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed illo ipsam aperiam."], ["url", "http://friesen.net/deshawn"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.066353"], ["updated_at", "2018-12-06 16:02:57.066353"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia et occaecati fugiat."], ["info_url", "http://schinner.net/lino_kozey"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.068653"], ["updated_at", "2018-12-06 16:02:57.068653"], ["developer_id", 81]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur ipsa quidem quos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.069857"], ["updated_at", "2018-12-06 16:02:57.069857"], ["app_id", 80], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatibus sint amet dignissimos."], ["url", "http://howeosinski.co/kendra_volkman"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.072875"], ["updated_at", "2018-12-06 16:02:57.072875"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit officiis repellendus ut."], ["info_url", "http://mcclure.io/isidro"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.074434"], ["updated_at", "2018-12-06 16:02:57.074434"], ["developer_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reichert.info/raymon"], ["description", "Dolorem esse ad ipsum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.077963"], ["updated_at", "2018-12-06 16:02:57.077963"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur qui nostrum et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.078939"], ["updated_at", "2018-12-06 16:02:57.078939"], ["app_id", 81], ["offering_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feest.biz/eddy"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.081336"], ["updated_at", "2018-12-06 16:02:57.081336"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dietrich.co/cleveland"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.082111"], ["updated_at", "2018-12-06 16:02:57.082111"], ["distributor_id", 37], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio repellendus qui dicta."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.083717"], ["updated_at", "2018-12-06 16:02:57.083717"], ["app_id", 81], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Minus itaque est eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.086643"], ["updated_at", "2018-12-06 16:02:57.086643"], ["works_with_id", 117], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Repellat voluptas illum in."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Officia provident veniam quia."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:02:57.089313"], ["updated_at", "2018-12-06 16:02:57.089313"], ["testimonial_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://treutel.name/aisha"], ["description", "Et neque laborum porro."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.098225"], ["updated_at", "2018-12-06 16:02:57.098225"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquid excepturi eum ut."], ["url", "http://nienow.info/claud_gibson"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.101092"], ["updated_at", "2018-12-06 16:02:57.101092"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda et qui optio."], ["info_url", "http://walkerbraun.io/garret"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.103603"], ["updated_at", "2018-12-06 16:02:57.103603"], ["developer_id", 83]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Expedita vel explicabo magni."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.104669"], ["updated_at", "2018-12-06 16:02:57.104669"], ["app_id", 82], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "In dicta ullam esse."], ["url", "http://farrell.io/carol"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.107507"], ["updated_at", "2018-12-06 16:02:57.107507"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit velit sed accusamus."], ["info_url", "http://strosin.biz/mariko_gorczany"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.109105"], ["updated_at", "2018-12-06 16:02:57.109105"], ["developer_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunnermclaughlin.info/brett_dooley"], ["description", "Est minus eaque dolorum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.112842"], ["updated_at", "2018-12-06 16:02:57.112842"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui labore illo qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.113765"], ["updated_at", "2018-12-06 16:02:57.113765"], ["app_id", 83], ["offering_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cormier.net/isaias_brakus"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.116130"], ["updated_at", "2018-12-06 16:02:57.116130"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cremin.com/lieselotte"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.116870"], ["updated_at", "2018-12-06 16:02:57.116870"], ["distributor_id", 38], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Totam perferendis ut molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.118574"], ["updated_at", "2018-12-06 16:02:57.118574"], ["app_id", 83], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sit eum assumenda ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.121821"], ["updated_at", "2018-12-06 16:02:57.121821"], ["works_with_id", 120], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nobis facilis non placeat."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Eos hic in dolor."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:02:57.124077"], ["updated_at", "2018-12-06 16:02:57.124077"], ["testimonial_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abbott.io/kurt_wisoky"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.147938"], ["updated_at", "2018-12-06 16:02:57.147938"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Id non ut ducimus."], ["url", "http://casper.biz/jamaal.klein"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.150629"], ["updated_at", "2018-12-06 16:02:57.150629"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum atque eum et."], ["info_url", "http://daugherty.org/demarcus"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.153402"], ["updated_at", "2018-12-06 16:02:57.153402"], ["developer_id", 85]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://corkery.name/sammy"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.154510"], ["updated_at", "2018-12-06 16:02:57.154510"], ["distributor_id", 39], ["app_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem consequatur fugiat soluta."], ["url", "http://metz.net/rocco"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.157018"], ["updated_at", "2018-12-06 16:02:57.157018"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium quis omnis hic."], ["info_url", "http://hackettjerde.net/peggy.grant"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.158447"], ["updated_at", "2018-12-06 16:02:57.158447"], ["developer_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herzog.org/star_hand"], ["description", "Et exercitationem et odit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.161575"], ["updated_at", "2018-12-06 16:02:57.161575"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio corporis reprehenderit et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.162381"], ["updated_at", "2018-12-06 16:02:57.162381"], ["app_id", 85], ["offering_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcdermott.biz/gertha"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.164557"], ["updated_at", "2018-12-06 16:02:57.164557"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://townebrakus.com/ambrose_mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.165312"], ["updated_at", "2018-12-06 16:02:57.165312"], ["distributor_id", 40], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Alias blanditiis cumque eum."], ["url", "http://hayes.info/lindsay_okeefe"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.173092"], ["updated_at", "2018-12-06 16:02:57.173092"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"87"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et occaecati mollitia delectus."], ["url", "http://schmidt.com/rachal_klein"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.195081"], ["updated_at", "2018-12-06 16:02:57.195081"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"88"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quas magnam repellendus quidem."], ["url", "http://hegmanndare.org/burl"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.201989"], ["updated_at", "2018-12-06 16:02:57.201989"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"89"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat veniam qui minus."], ["url", "http://donnellycorkery.co/margit"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.210099"], ["updated_at", "2018-12-06 16:02:57.210099"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Reiciendis amet provident saepe.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://gerlach.co/cedric"}, "id"=>"90"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 90], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Reiciendis amet provident saepe."], ["url", "http://gerlach.co/cedric"], ["updated_at", "2018-12-06 16:02:57.214100"], ["id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/90 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos ratione possimus repudiandae."], ["url", "http://sanford.biz/pat"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.218800"], ["updated_at", "2018-12-06 16:02:57.218800"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Totam distinctio praesentium beatae.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://hicklekihn.info/eleanora"}, "id"=>"91"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Totam distinctio praesentium beatae."], ["url", "http://hicklekihn.info/eleanora"], ["updated_at", "2018-12-06 16:02:57.223400"], ["id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/91 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam incidunt quia et."], ["url", "http://oconnercrooks.com/tajuana"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.228986"], ["updated_at", "2018-12-06 16:02:57.228986"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Perferendis possimus iusto quisquam.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://sawayn.com/gavin.kub"}, "id"=>"92"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Perferendis possimus iusto quisquam."], ["url", "http://sawayn.com/gavin.kub"], ["updated_at", "2018-12-06 16:02:57.233541"], ["id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/92 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit est sint quia."], ["url", "http://maggiohowe.co/claudio"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:57.238912"], ["updated_at", "2018-12-06 16:02:57.238912"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-06 11:02:57 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.4ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (13.9ms)
Rendered components/_navigation.html.haml (9.7ms)
Rendered components/_footer.html.haml (6.1ms)

Completed 200 OK in 831ms (Views: 823.1ms | ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-06 11:02:58 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.3ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (3.2ms)
Rendered components/_navigation.html.haml (1.8ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilpert.com/zita_langworth"], ["description", "Quae dolorum ut voluptates."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.116238"], ["updated_at", "2018-12-06 16:02:58.116238"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam perspiciatis temporibus qui."], ["url", "http://cormier.io/andy"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.119362"], ["updated_at", "2018-12-06 16:02:58.119362"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Placeat itaque vel omnis."], ["info_url", "http://becker.info/earle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.121943"], ["updated_at", "2018-12-06 16:02:58.121943"], ["developer_id", 94]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus eum occaecati velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.122942"], ["updated_at", "2018-12-06 16:02:58.122942"], ["app_id", 86], ["offering_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et accusantium beatae vel."], ["url", "http://dickinsoncruickshank.net/mozell_smitham"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.126049"], ["updated_at", "2018-12-06 16:02:58.126049"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde voluptas ut harum."], ["info_url", "http://satterfield.net/yulanda.gaylord"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.127820"], ["updated_at", "2018-12-06 16:02:58.127820"], ["developer_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vandervortbeer.co/tashina.feest"], ["description", "Quidem ipsum quam asperiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.131226"], ["updated_at", "2018-12-06 16:02:58.131226"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus praesentium corporis nam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.132109"], ["updated_at", "2018-12-06 16:02:58.132109"], ["app_id", 87], ["offering_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://emmerich.org/laurene"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.134814"], ["updated_at", "2018-12-06 16:02:58.134814"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lueilwitzgreen.biz/dewitt"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.135977"], ["updated_at", "2018-12-06 16:02:58.135977"], ["distributor_id", 41], ["app_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas qui ea aperiam."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.137636"], ["updated_at", "2018-12-06 16:02:58.137636"], ["app_id", 87], ["offering_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bins.org/leslie_medhurst"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.193590"], ["updated_at", "2018-12-06 16:02:58.193590"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Id omnis consectetur cumque."], ["url", "http://stracke.co/muriel.bednar"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.197210"], ["updated_at", "2018-12-06 16:02:58.197210"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas similique natus quos."], ["info_url", "http://kunderempel.info/kathleen.bartoletti"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.199979"], ["updated_at", "2018-12-06 16:02:58.199979"], ["developer_id", 96]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pouros.co/rodrick"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.201023"], ["updated_at", "2018-12-06 16:02:58.201023"], ["distributor_id", 42], ["app_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores non ab nihil."], ["url", "http://mante.name/geralyn"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.211808"], ["updated_at", "2018-12-06 16:02:58.211808"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam eveniet error praesentium."], ["info_url", "http://borer.info/arnoldo"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.213618"], ["updated_at", "2018-12-06 16:02:58.213618"], ["developer_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://robel.com/bruce"], ["description", "Totam quia fugiat non."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.216851"], ["updated_at", "2018-12-06 16:02:58.216851"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem atque est voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.217642"], ["updated_at", "2018-12-06 16:02:58.217642"], ["app_id", 89], ["offering_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hane.name/boris"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.220248"], ["updated_at", "2018-12-06 16:02:58.220248"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://carroll.org/wanetta"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.221586"], ["updated_at", "2018-12-06 16:02:58.221586"], ["distributor_id", 43], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bartell.info/lenora"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.223204"], ["updated_at", "2018-12-06 16:02:58.223204"], ["distributor_id", 42], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://andersonwaters.net/demarcus_swaniawski"}, "id"=>"44"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://andersonwaters.net/demarcus_swaniawski"], ["updated_at", "2018-12-06 16:02:58.232824"], ["id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/44 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://miller.name/frank"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.238074"], ["updated_at", "2018-12-06 16:02:58.238074"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore voluptatum aut praesentium."], ["url", "http://ziemannkuhn.biz/takisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.240773"], ["updated_at", "2018-12-06 16:02:58.240773"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut enim at dicta."], ["info_url", "http://rowehowell.info/ozzie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.243155"], ["updated_at", "2018-12-06 16:02:58.243155"], ["developer_id", 98]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jerdemosciski.biz/abram"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.244046"], ["updated_at", "2018-12-06 16:02:58.244046"], ["distributor_id", 44], ["app_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et veritatis eum consectetur."], ["url", "http://colebrakus.net/greg.breitenberg"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.246619"], ["updated_at", "2018-12-06 16:02:58.246619"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet omnis enim quo."], ["info_url", "http://west.info/euna.stark"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.248043"], ["updated_at", "2018-12-06 16:02:58.248043"], ["developer_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilback.co/stanford"], ["description", "Repudiandae animi et corrupti."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.251188"], ["updated_at", "2018-12-06 16:02:58.251188"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit sed quam voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.251952"], ["updated_at", "2018-12-06 16:02:58.251952"], ["app_id", 91], ["offering_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marquardt.com/stefan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.254711"], ["updated_at", "2018-12-06 16:02:58.254711"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bauch.org/minna.yundt"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.255595"], ["updated_at", "2018-12-06 16:02:58.255595"], ["distributor_id", 45], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://renner.net/tonya"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.257103"], ["updated_at", "2018-12-06 16:02:58.257103"], ["distributor_id", 44], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://friesen.name/rheba_lowe"}, "id"=>"47"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 99], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://friesen.name/rheba_lowe"], ["updated_at", "2018-12-06 16:02:58.263460"], ["id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/47 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://von.net/murray.herzog"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.268997"], ["updated_at", "2018-12-06 16:02:58.268997"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores blanditiis et corrupti."], ["url", "http://turcottefeest.co/thea"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.271731"], ["updated_at", "2018-12-06 16:02:58.271731"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas et accusantium repellendus."], ["info_url", "http://reilly.net/lucio"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.274271"], ["updated_at", "2018-12-06 16:02:58.274271"], ["developer_id", 100]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schroederkoch.io/riley.langworth"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.275392"], ["updated_at", "2018-12-06 16:02:58.275392"], ["distributor_id", 46], ["app_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas qui quis sint."], ["url", "http://schroeder.io/carrol.reynolds"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.277960"], ["updated_at", "2018-12-06 16:02:58.277960"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem optio sint voluptatem."], ["info_url", "http://carter.com/alfred"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.279415"], ["updated_at", "2018-12-06 16:02:58.279415"], ["developer_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilback.org/beverley_tremblay"], ["description", "Labore qui accusamus quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.282523"], ["updated_at", "2018-12-06 16:02:58.282523"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias in iure est."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.283314"], ["updated_at", "2018-12-06 16:02:58.283314"], ["app_id", 93], ["offering_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wuckert.com/darrel_bartell"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.286141"], ["updated_at", "2018-12-06 16:02:58.286141"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilpertmohr.io/caidy"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.287051"], ["updated_at", "2018-12-06 16:02:58.287051"], ["distributor_id", 47], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rippin.com/bruno_kaulke"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.288636"], ["updated_at", "2018-12-06 16:02:58.288636"], ["distributor_id", 46], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://schiller.net/trent"}, "id"=>"50"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 101], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://schiller.net/trent"], ["updated_at", "2018-12-06 16:02:58.295908"], ["id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/50 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mills.name/nigel"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.301374"], ["updated_at", "2018-12-06 16:02:58.301374"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Harum est debitis nostrum."], ["url", "http://yundt.io/alta"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.303978"], ["updated_at", "2018-12-06 16:02:58.303978"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum sed cumque magni."], ["info_url", "http://heaneyhermann.biz/bernardina"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.306326"], ["updated_at", "2018-12-06 16:02:58.306326"], ["developer_id", 102]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hirtherath.net/jillian"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.307235"], ["updated_at", "2018-12-06 16:02:58.307235"], ["distributor_id", 48], ["app_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus dolores quas eum."], ["url", "http://ziemann.info/eloise.turner"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.309925"], ["updated_at", "2018-12-06 16:02:58.309925"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus quas assumenda nostrum."], ["info_url", "http://jakubowski.biz/terea"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.311409"], ["updated_at", "2018-12-06 16:02:58.311409"], ["developer_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beerfeeney.com/karon"], ["description", "Officia animi sit omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.314364"], ["updated_at", "2018-12-06 16:02:58.314364"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi ut autem voluptate."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.315116"], ["updated_at", "2018-12-06 16:02:58.315116"], ["app_id", 95], ["offering_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tremblay.com/novella.jerde"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.317327"], ["updated_at", "2018-12-06 16:02:58.317327"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunde.io/bradly"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.318047"], ["updated_at", "2018-12-06 16:02:58.318047"], ["distributor_id", 49], ["app_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://botsford.com/jeffry"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.319621"], ["updated_at", "2018-12-06 16:02:58.319621"], ["distributor_id", 48], ["app_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"53"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runolfon.com/tyrell"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.340237"], ["updated_at", "2018-12-06 16:02:58.340237"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore consequuntur ut maiores."], ["url", "http://wilkinson.org/octavio.welch"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.343463"], ["updated_at", "2018-12-06 16:02:58.343463"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corporis provident ut aliquam."], ["info_url", "http://graham.com/jamaal_lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.346152"], ["updated_at", "2018-12-06 16:02:58.346152"], ["developer_id", 104]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://goldner.org/margret"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.347078"], ["updated_at", "2018-12-06 16:02:58.347078"], ["distributor_id", 50], ["app_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui dolore aut suscipit."], ["url", "http://kris.biz/gilberto.nikolaus"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.349706"], ["updated_at", "2018-12-06 16:02:58.349706"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi quo nam quas."], ["info_url", "http://hoeger.co/ashley"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.351167"], ["updated_at", "2018-12-06 16:02:58.351167"], ["developer_id", 105]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brekke.io/luisa.runolfon"], ["description", "Et ipsam laboriosam et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.355341"], ["updated_at", "2018-12-06 16:02:58.355341"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto iste laudantium quos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.356331"], ["updated_at", "2018-12-06 16:02:58.356331"], ["app_id", 97], ["offering_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beahan.co/versie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.358703"], ["updated_at", "2018-12-06 16:02:58.358703"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heel.com/zella"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.359470"], ["updated_at", "2018-12-06 16:02:58.359470"], ["distributor_id", 51], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://windlerstehr.org/dallas"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.360981"], ["updated_at", "2018-12-06 16:02:58.360981"], ["distributor_id", 50], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"56"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lefflerschuppe.net/josie.dubuque"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.367875"], ["updated_at", "2018-12-06 16:02:58.367875"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos facere voluptatem odit."], ["url", "http://brownbahringer.io/gordon_doyle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.370357"], ["updated_at", "2018-12-06 16:02:58.370357"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel ipsam ipsa quo."], ["info_url", "http://waters.com/antione"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.372752"], ["updated_at", "2018-12-06 16:02:58.372752"], ["developer_id", 106]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobson.io/candice_kemmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.373764"], ["updated_at", "2018-12-06 16:02:58.373764"], ["distributor_id", 52], ["app_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Tenetur delectus placeat natus."], ["url", "http://lindkertzmann.biz/florencio"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.376254"], ["updated_at", "2018-12-06 16:02:58.376254"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum sit ut assumenda."], ["info_url", "http://mccullough.net/georgina_wisoky"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.377672"], ["updated_at", "2018-12-06 16:02:58.377672"], ["developer_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://doyle.biz/rory.torphy"], ["description", "Inventore commodi asperiores similique."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.380840"], ["updated_at", "2018-12-06 16:02:58.380840"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores modi reiciendis nobis."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.381598"], ["updated_at", "2018-12-06 16:02:58.381598"], ["app_id", 99], ["offering_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://doyle.io/celestine.abbott"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.383789"], ["updated_at", "2018-12-06 16:02:58.383789"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lakin.com/gilbert.zemlak"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.384499"], ["updated_at", "2018-12-06 16:02:58.384499"], ["distributor_id", 53], ["app_id", 99]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://daughertyskiles.com/gisele"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.386260"], ["updated_at", "2018-12-06 16:02:58.386260"], ["distributor_id", 52], ["app_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"59"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est animi qui nam."], ["url", "http://shanahanziemann.net/dani"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.409655"], ["updated_at", "2018-12-06 16:02:58.409655"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis maiores autem atque."], ["info_url", "http://swiftwaelchi.net/haie_keebler"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.411437"], ["updated_at", "2018-12-06 16:02:58.411437"], ["developer_id", 108]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://maggio.biz/foster"], ["description", "Explicabo in et aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.414686"], ["updated_at", "2018-12-06 16:02:58.414686"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia soluta asperiores nostrum."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.415496"], ["updated_at", "2018-12-06 16:02:58.415496"], ["app_id", 100], ["offering_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dubuquebatz.net/shad"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.417743"], ["updated_at", "2018-12-06 16:02:58.417743"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klockobosco.co/connie_mayert"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.418478"], ["updated_at", "2018-12-06 16:02:58.418478"], ["distributor_id", 54], ["app_id", 100]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"100"}
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 100], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 100]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci ea ipsam qui."], ["url", "http://brekkebednar.io/ernest_wilderman"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.427258"], ["updated_at", "2018-12-06 16:02:58.427258"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis sit ut optio."], ["info_url", "http://parkernitzsche.biz/johnnie.runte"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.429122"], ["updated_at", "2018-12-06 16:02:58.429122"], ["developer_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feest.org/darcel"], ["description", "Sed voluptatum repellendus molestias."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.432475"], ["updated_at", "2018-12-06 16:02:58.432475"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod nam esse alias."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.433388"], ["updated_at", "2018-12-06 16:02:58.433388"], ["app_id", 101], ["offering_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schaden.name/cherryl"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.436242"], ["updated_at", "2018-12-06 16:02:58.436242"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://roob.co/rob.green"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.437244"], ["updated_at", "2018-12-06 16:02:58.437244"], ["distributor_id", 55], ["app_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"101"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 101], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Architecto nemo sunt neque."], ["url", "http://sporerbrekke.co/ria"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.446762"], ["updated_at", "2018-12-06 16:02:58.446762"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellat quasi rerum ipsam."], ["info_url", "http://wunsch.co/christin.wolff"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.448568"], ["updated_at", "2018-12-06 16:02:58.448568"], ["developer_id", 110]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heller.org/wesley_ernser"], ["description", "Ab qui nam eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.451912"], ["updated_at", "2018-12-06 16:02:58.451912"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque provident dolores eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.453027"], ["updated_at", "2018-12-06 16:02:58.453027"], ["app_id", 102], ["offering_id", 95]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bodeaufderhar.name/hoyt"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.455706"], ["updated_at", "2018-12-06 16:02:58.455706"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blandahauck.co/venice.harvey"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.456516"], ["updated_at", "2018-12-06 16:02:58.456516"], ["distributor_id", 56], ["app_id", 102]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Ducimus perferendis id beatae.", "info_url"=>"http://beerheidenreich.info/donte_jerde", "is_live"=>"true", "name"=>"app_name"}, "id"=>"102"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 102], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 110], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Ducimus perferendis id beatae."], ["updated_at", "2018-12-06 16:02:58.461826"], ["id", 102]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/102 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 102], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate et eaque quasi."], ["url", "http://schinner.co/isidro"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.467665"], ["updated_at", "2018-12-06 16:02:58.467665"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates cum fuga ut."], ["info_url", "http://predovic.io/kasey"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.469401"], ["updated_at", "2018-12-06 16:02:58.469401"], ["developer_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mannpouros.biz/graig.emard"], ["description", "Modi dolor sapiente voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.472598"], ["updated_at", "2018-12-06 16:02:58.472598"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et a excepturi dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.473404"], ["updated_at", "2018-12-06 16:02:58.473404"], ["app_id", 103], ["offering_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://champlinbogan.net/jeffrey.hahn"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.477122"], ["updated_at", "2018-12-06 16:02:58.477122"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boyle.io/kyong"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.478074"], ["updated_at", "2018-12-06 16:02:58.478074"], ["distributor_id", 57], ["app_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Quis distinctio quae cumque.", "info_url"=>"http://goyette.name/louanne.steuber", "is_live"=>"true", "name"=>"app_name"}, "id"=>"103"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 103], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 111], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Quis distinctio quae cumque."], ["updated_at", "2018-12-06 16:02:58.483572"], ["id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/103 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur omnis consequatur fuga."], ["url", "http://braun.com/loren"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.489299"], ["updated_at", "2018-12-06 16:02:58.489299"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est incidunt asperiores cum."], ["info_url", "http://schroederwhite.name/madie"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.491182"], ["updated_at", "2018-12-06 16:02:58.491182"], ["developer_id", 112]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://towne.com/wilton_halvorson"], ["description", "Qui distinctio in delectus."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.494957"], ["updated_at", "2018-12-06 16:02:58.494957"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Veniam rem cupiditate voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.495949"], ["updated_at", "2018-12-06 16:02:58.495949"], ["app_id", 104], ["offering_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://turnertremblay.name/leonard.torp"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.498379"], ["updated_at", "2018-12-06 16:02:58.498379"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weber.info/wen"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.499197"], ["updated_at", "2018-12-06 16:02:58.499197"], ["distributor_id", 58], ["app_id", 104]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Corporis aut voluptatem ut.", "info_url"=>"http://schoen.com/lester", "is_live"=>"true", "name"=>"app_name"}, "id"=>"104"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 104], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 112], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Corporis aut voluptatem ut."], ["updated_at", "2018-12-06 16:02:58.504404"], ["id", 104]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/104 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Blanditiis quia nihil et."], ["url", "http://stammglover.biz/domenica.zieme"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.510300"], ["updated_at", "2018-12-06 16:02:58.510300"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa quaerat sunt quia."], ["info_url", "http://hartmann.org/sol_hauck"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.512245"], ["updated_at", "2018-12-06 16:02:58.512245"], ["developer_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leannon.net/michal.blanda"], ["description", "Molestiae voluptate nihil qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.515548"], ["updated_at", "2018-12-06 16:02:58.515548"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae rerum a dolore."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.516404"], ["updated_at", "2018-12-06 16:02:58.516404"], ["app_id", 105], ["offering_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://colereilly.org/dusti_hartmann"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.518912"], ["updated_at", "2018-12-06 16:02:58.518912"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tillman.io/noelle_jacobson"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.519934"], ["updated_at", "2018-12-06 16:02:58.519934"], ["distributor_id", 59], ["app_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"105"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 105], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Enim omnis vitae modi."], ["url", "http://kris.co/beverley_glover"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.542220"], ["updated_at", "2018-12-06 16:02:58.542220"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto quia earum occaecati."], ["info_url", "http://johnsgleason.org/josh_murazik"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.544331"], ["updated_at", "2018-12-06 16:02:58.544331"], ["developer_id", 114]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://predovic.com/kirby"], ["description", "Quae aperiam et et."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.548259"], ["updated_at", "2018-12-06 16:02:58.548259"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut aut dolor odio."], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.549178"], ["updated_at", "2018-12-06 16:02:58.549178"], ["app_id", 106], ["offering_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jerde.com/cammy_bernhard"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.551790"], ["updated_at", "2018-12-06 16:02:58.551790"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cummings.net/suzan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.552853"], ["updated_at", "2018-12-06 16:02:58.552853"], ["distributor_id", 60], ["app_id", 106]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-06 11:02:58 -0500

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://daughertywiegand.biz/melaine"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.566040"], ["updated_at", "2018-12-06 16:02:58.566040"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat qui qui ipsum."], ["url", "http://kutch.co/merle"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.568802"], ["updated_at", "2018-12-06 16:02:58.568802"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Alias eligendi aut ab."], ["info_url", "http://zulaufparker.com/terrence"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.571217"], ["updated_at", "2018-12-06 16:02:58.571217"], ["developer_id", 115]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lubowitz.net/josue"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.572234"], ["updated_at", "2018-12-06 16:02:58.572234"], ["distributor_id", 61], ["app_id", 107]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"61"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://huels.info/kara"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.581160"], ["updated_at", "2018-12-06 16:02:58.581160"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore consequatur est nulla."], ["url", "http://ankunding.info/shirley_hagenes"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.583931"], ["updated_at", "2018-12-06 16:02:58.583931"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint odio magnam voluptas."], ["info_url", "http://nicolasmccullough.io/cristopher.casper"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.586696"], ["updated_at", "2018-12-06 16:02:58.586696"], ["developer_id", 116]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dicki.io/milan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.587880"], ["updated_at", "2018-12-06 16:02:58.587880"], ["distributor_id", 62], ["app_id", 108]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"62"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://daniel.info/lawrence"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.595682"], ["updated_at", "2018-12-06 16:02:58.595682"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium non quia sed."], ["url", "http://murazik.io/odilia.bechtelar"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.598827"], ["updated_at", "2018-12-06 16:02:58.598827"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque deserunt molestiae omnis."], ["info_url", "http://mcglynn.com/claudio"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.601367"], ["updated_at", "2018-12-06 16:02:58.601367"], ["developer_id", 117]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoegerpaucek.io/glory"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.602335"], ["updated_at", "2018-12-06 16:02:58.602335"], ["distributor_id", 63], ["app_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"63"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://koondricka.info/aurelio_king"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.622979"], ["updated_at", "2018-12-06 16:02:58.622979"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui tempore doloribus voluptatum."], ["url", "http://borerstokes.name/stacy_gulgowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.625997"], ["updated_at", "2018-12-06 16:02:58.625997"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis blanditiis voluptatum a."], ["info_url", "http://reilly.org/carleen"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.629131"], ["updated_at", "2018-12-06 16:02:58.629131"], ["developer_id", 118]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://carrollwatsica.org/sheryl.hahn"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.630275"], ["updated_at", "2018-12-06 16:02:58.630275"], ["distributor_id", 64], ["app_id", 110]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnstowne.biz/candace.kautzer"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.640041"], ["updated_at", "2018-12-06 16:02:58.640041"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta in delectus explicabo."], ["url", "http://vonruedenblanda.com/mercedez.lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.642759"], ["updated_at", "2018-12-06 16:02:58.642759"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis ad ut et."], ["info_url", "http://franecki.net/dominique"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.645461"], ["updated_at", "2018-12-06 16:02:58.645461"], ["developer_id", 119]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grahamschinner.com/jesusa"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.646582"], ["updated_at", "2018-12-06 16:02:58.646582"], ["distributor_id", 65], ["app_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://hermiston.net/garnet_padberg", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"65"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://hermiston.net/garnet_padberg"], ["updated_at", "2018-12-06 16:02:58.650815"], ["id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/65 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dicki.net/wynell.crooks"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.656592"], ["updated_at", "2018-12-06 16:02:58.656592"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed aperiam labore dolor."], ["url", "http://kirlin.org/gregorio_trantow"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.661367"], ["updated_at", "2018-12-06 16:02:58.661367"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea et provident illum."], ["info_url", "http://murphy.com/megan"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.664316"], ["updated_at", "2018-12-06 16:02:58.664316"], ["developer_id", 120]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stroman.org/aldo_gusikowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.665401"], ["updated_at", "2018-12-06 16:02:58.665401"], ["distributor_id", 66], ["app_id", 112]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://vandervort.org/emery", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"66"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://vandervort.org/emery"], ["updated_at", "2018-12-06 16:02:58.670333"], ["id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/66 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://torphyrobel.biz/quinton.bergstrom"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.675833"], ["updated_at", "2018-12-06 16:02:58.675833"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam aut dolores vero."], ["url", "http://reynoldshauck.info/kim_zboncak"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.679187"], ["updated_at", "2018-12-06 16:02:58.679187"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem et sit itaque."], ["info_url", "http://kuhn.info/huey_wolff"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.682359"], ["updated_at", "2018-12-06 16:02:58.682359"], ["developer_id", 121]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rodriguez.biz/miquel"], ["is_live", "t"], ["created_at", "2018-12-06 16:02:58.683790"], ["updated_at", "2018-12-06 16:02:58.683790"], ["distributor_id", 67], ["app_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://roobabshire.net/jacob_oconnell", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"67"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://roobabshire.net/jacob_oconnell"], ["updated_at", "2018-12-06 16:02:58.688668"], ["id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/67 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (2.3ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (91.7ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis sit aut qui."], ["url", "http://jastwillms.com/kiyoko"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.825077"], ["updated_at", "2018-12-06 16:04:07.825077"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"1"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 8ms (ActiveRecord: 1.0ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut eius nostrum et."], ["url", "http://hegmann.info/sol_maggio"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.853823"], ["updated_at", "2018-12-06 16:04:07.853823"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"2"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sint dolorum et necessitatibus."], ["url", "http://ruecker.info/amiee"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.863046"], ["updated_at", "2018-12-06 16:04:07.863046"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Qui assumenda praesentium facere.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://feest.biz/mittie.williamson"}, "id"=>"3"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Qui assumenda praesentium facere."], ["url", "http://feest.biz/mittie.williamson"], ["updated_at", "2018-12-06 16:04:07.867636"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/3 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rem in molestiae fugiat."], ["url", "http://okeefebreitenberg.net/wilburn.macgyver"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.873713"], ["updated_at", "2018-12-06 16:04:07.873713"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Officiis incidunt autem blanditiis.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://jast.org/brigida_moen"}, "id"=>"4"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Officiis incidunt autem blanditiis."], ["url", "http://jast.org/brigida_moen"], ["updated_at", "2018-12-06 16:04:07.877916"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/4 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fuga quo molestias aliquid."], ["url", "http://lockman.info/trey"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.882432"], ["updated_at", "2018-12-06 16:04:07.882432"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Rerum non ipsam ut.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://collinskuhic.co/jeremiah.mohr"}, "id"=>"5"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Rerum non ipsam ut."], ["url", "http://collinskuhic.co/jeremiah.mohr"], ["updated_at", "2018-12-06 16:04:07.886883"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/5 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis exercitationem dicta sunt."], ["url", "http://stehr.org/stacy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.892386"], ["updated_at", "2018-12-06 16:04:07.892386"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"6"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.1ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Illum ut velit quis."], ["url", "http://borer.co/lynna"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.920760"], ["updated_at", "2018-12-06 16:04:07.920760"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://christiansen.co/melva.macejkovic"], ["description", "Amet rerum odio eaque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.957854"], ["updated_at", "2018-12-06 16:04:07.957854"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Labore ea aliquid et."], ["url", "http://boehm.co/pasquale"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.970771"], ["updated_at", "2018-12-06 16:04:07.970771"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora est corporis sunt."], ["info_url", "http://heel.net/malia_heathcote"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.986128"], ["updated_at", "2018-12-06 16:04:07.986128"], ["developer_id", 8]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores velit repellat non."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.987918"], ["updated_at", "2018-12-06 16:04:07.987918"], ["app_id", 1], ["offering_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nam omnis voluptatem veniam."], ["url", "http://will.org/yajaira.buckridge"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.991327"], ["updated_at", "2018-12-06 16:04:07.991327"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus et dolor reiciendis."], ["info_url", "http://kautzer.biz/lucila"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:07.992873"], ["updated_at", "2018-12-06 16:04:07.992873"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koepp.name/annabelle_mitchell"], ["description", "Architecto error debitis voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.003892"], ["updated_at", "2018-12-06 16:04:08.003892"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui neque non fuga."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.004989"], ["updated_at", "2018-12-06 16:04:08.004989"], ["app_id", 2], ["offering_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runte.biz/arlinda"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.017352"], ["updated_at", "2018-12-06 16:04:08.017352"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconnellconnelly.biz/isaura_hermann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.018938"], ["updated_at", "2018-12-06 16:04:08.018938"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut eius natus est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.021311"], ["updated_at", "2018-12-06 16:04:08.021311"], ["app_id", 2], ["offering_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et dignissimos ducimus quidem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.023869"], ["updated_at", "2018-12-06 16:04:08.023869"], ["works_with_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Dolorum quia sunt quis.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Dolorum quia sunt quis."], ["updated_at", "2018-12-06 16:04:08.041552"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/1 Completed 302 Found in 16ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blickhilpert.co/juli_bechtelar"], ["description", "Labore dolore incidunt sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.046921"], ["updated_at", "2018-12-06 16:04:08.046921"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dignissimos facere ab inventore."], ["url", "http://smith.org/malcolm.torphy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.049756"], ["updated_at", "2018-12-06 16:04:08.049756"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consectetur adipisci nihil voluptatem."], ["info_url", "http://lesch.io/filiberto.dickinson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.052237"], ["updated_at", "2018-12-06 16:04:08.052237"], ["developer_id", 10]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed ducimus ipsa ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.053267"], ["updated_at", "2018-12-06 16:04:08.053267"], ["app_id", 3], ["offering_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit illo laborum cumque."], ["url", "http://nikolaus.org/raphael_rowe"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.055965"], ["updated_at", "2018-12-06 16:04:08.055965"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perferendis voluptas porro provident."], ["info_url", "http://kilback.org/angila.rohan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.057445"], ["updated_at", "2018-12-06 16:04:08.057445"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cole.io/rodrick.hoeger"], ["description", "Quo voluptatem voluptatum distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.060684"], ["updated_at", "2018-12-06 16:04:08.060684"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et beatae laborum iure."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.061477"], ["updated_at", "2018-12-06 16:04:08.061477"], ["app_id", 4], ["offering_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://thiel.org/tommie.ankunding"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.064006"], ["updated_at", "2018-12-06 16:04:08.064006"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ruelyost.info/joanne"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.064774"], ["updated_at", "2018-12-06 16:04:08.064774"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Pariatur et sunt modi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.066414"], ["updated_at", "2018-12-06 16:04:08.066414"], ["app_id", 4], ["offering_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quis quas et inventore."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.068096"], ["updated_at", "2018-12-06 16:04:08.068096"], ["works_with_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Magni quaerat eveniet praesentium.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Magni quaerat eveniet praesentium."], ["updated_at", "2018-12-06 16:04:08.074999"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/2 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hahnyost.biz/arleen.bode"], ["description", "Voluptate unde omnis nihil."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.080569"], ["updated_at", "2018-12-06 16:04:08.080569"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem aut molestiae est."], ["url", "http://yundt.org/isreal"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.083302"], ["updated_at", "2018-12-06 16:04:08.083302"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui iste nesciunt maiores."], ["info_url", "http://monahannader.net/stefan.beatty"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.085813"], ["updated_at", "2018-12-06 16:04:08.085813"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur eius aut voluptate."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.086862"], ["updated_at", "2018-12-06 16:04:08.086862"], ["app_id", 5], ["offering_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui illum est expedita."], ["url", "http://mayert.co/torrie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.089503"], ["updated_at", "2018-12-06 16:04:08.089503"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores quis rem est."], ["info_url", "http://casper.info/doyle"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.090967"], ["updated_at", "2018-12-06 16:04:08.090967"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilll.com/willis.boehm"], ["description", "Suscipit dolorem modi perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.094176"], ["updated_at", "2018-12-06 16:04:08.094176"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea et molestiae qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.094933"], ["updated_at", "2018-12-06 16:04:08.094933"], ["app_id", 6], ["offering_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://koelpinbotsford.com/laurence"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.097229"], ["updated_at", "2018-12-06 16:04:08.097229"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gutkowski.info/percy.morar"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.098020"], ["updated_at", "2018-12-06 16:04:08.098020"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis qui adipisci sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.099565"], ["updated_at", "2018-12-06 16:04:08.099565"], ["app_id", 6], ["offering_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Iusto autem dolorem ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.101255"], ["updated_at", "2018-12-06 16:04:08.101255"], ["works_with_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Dolorem aut hic unde.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"3"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Dolorem aut hic unde."], ["updated_at", "2018-12-06 16:04:08.108215"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/3 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ziemannhilpert.net/diego_hoeger"], ["description", "Et similique est nemo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.113229"], ["updated_at", "2018-12-06 16:04:08.113229"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem consequatur itaque similique."], ["url", "http://kundelowe.io/bobbie.mccullough"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.115856"], ["updated_at", "2018-12-06 16:04:08.115856"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit omnis quod ut."], ["info_url", "http://jacobsonhand.io/teodoro"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.118387"], ["updated_at", "2018-12-06 16:04:08.118387"], ["developer_id", 14]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est asperiores dicta maxime."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.119504"], ["updated_at", "2018-12-06 16:04:08.119504"], ["app_id", 7], ["offering_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consectetur quis ea omnis."], ["url", "http://volkman.co/christoper"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.122172"], ["updated_at", "2018-12-06 16:04:08.122172"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti omnis iusto maiores."], ["info_url", "http://morargreen.net/twanda_rutherford"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.123674"], ["updated_at", "2018-12-06 16:04:08.123674"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wehner.com/cherish"], ["description", "Aperiam voluptatem et ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.126777"], ["updated_at", "2018-12-06 16:04:08.126777"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam fugiat adipisci cupiditate."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.127539"], ["updated_at", "2018-12-06 16:04:08.127539"], ["app_id", 8], ["offering_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cruickshankfadel.name/leslie_batz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.129934"], ["updated_at", "2018-12-06 16:04:08.129934"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kilbacklockman.biz/dorsey.miller"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.130697"], ["updated_at", "2018-12-06 16:04:08.130697"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores dignissimos rerum aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.132315"], ["updated_at", "2018-12-06 16:04:08.132315"], ["app_id", 8], ["offering_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Minus placeat in nobis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.134100"], ["updated_at", "2018-12-06 16:04:08.134100"], ["works_with_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wilkinsontorphy.biz/monty"], ["description", "Quam assumenda quaerat totam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.154219"], ["updated_at", "2018-12-06 16:04:08.154219"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore quis quia eaque."], ["url", "http://toy.co/latanya"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.156965"], ["updated_at", "2018-12-06 16:04:08.156965"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit nihil et architecto."], ["info_url", "http://bergstrom.name/tonita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.159079"], ["updated_at", "2018-12-06 16:04:08.159079"], ["developer_id", 16]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis hic veniam sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.160099"], ["updated_at", "2018-12-06 16:04:08.160099"], ["app_id", 9], ["offering_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos magnam cupiditate tempora."], ["url", "http://schroeder.io/ivana.hirthe"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.162732"], ["updated_at", "2018-12-06 16:04:08.162732"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur architecto reprehenderit perferendis."], ["info_url", "http://ward.name/bloom"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.164195"], ["updated_at", "2018-12-06 16:04:08.164195"], ["developer_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hicklewillms.name/kyoko"], ["description", "Ducimus et veritatis qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.167462"], ["updated_at", "2018-12-06 16:04:08.167462"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt nostrum architecto nobis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.168209"], ["updated_at", "2018-12-06 16:04:08.168209"], ["app_id", 10], ["offering_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mohr.io/randal"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.170436"], ["updated_at", "2018-12-06 16:04:08.170436"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://witting.name/lilli"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.171241"], ["updated_at", "2018-12-06 16:04:08.171241"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit voluptas delectus exercitationem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.172777"], ["updated_at", "2018-12-06 16:04:08.172777"], ["app_id", 10], ["offering_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Qui quam quaerat a."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.174426"], ["updated_at", "2018-12-06 16:04:08.174426"], ["works_with_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crooks.com/marlen.fadel"], ["description", "Amet omnis aut dolorum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.183237"], ["updated_at", "2018-12-06 16:04:08.183237"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem nesciunt debitis et."], ["url", "http://dare.co/isabelle"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.186175"], ["updated_at", "2018-12-06 16:04:08.186175"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis consequatur ea impedit."], ["info_url", "http://braun.biz/winford.okon"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.188485"], ["updated_at", "2018-12-06 16:04:08.188485"], ["developer_id", 18]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde velit odit vero."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.189411"], ["updated_at", "2018-12-06 16:04:08.189411"], ["app_id", 11], ["offering_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque impedit dolorem laboriosam."], ["url", "http://jones.org/delmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.191911"], ["updated_at", "2018-12-06 16:04:08.191911"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates alias qui ut."], ["info_url", "http://koch.org/kristle.hansen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.193319"], ["updated_at", "2018-12-06 16:04:08.193319"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunde.biz/pearline"], ["description", "Magnam veniam quibusdam harum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.196332"], ["updated_at", "2018-12-06 16:04:08.196332"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et velit necessitatibus nostrum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.197141"], ["updated_at", "2018-12-06 16:04:08.197141"], ["app_id", 12], ["offering_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ziemann.biz/larry.smith"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.199356"], ["updated_at", "2018-12-06 16:04:08.199356"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://graham.info/reed.mertz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.200096"], ["updated_at", "2018-12-06 16:04:08.200096"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium possimus nobis non."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.201840"], ["updated_at", "2018-12-06 16:04:08.201840"], ["app_id", 12], ["offering_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quia rerum ea occaecati."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.203577"], ["updated_at", "2018-12-06 16:04:08.203577"], ["works_with_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://baumbachmills.io/jamie.bailey"], ["description", "Repudiandae sit amet nostrum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.210910"], ["updated_at", "2018-12-06 16:04:08.210910"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Saepe iste molestiae et."], ["url", "http://ohara.info/cory"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.213535"], ["updated_at", "2018-12-06 16:04:08.213535"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellat dolore tenetur sed."], ["info_url", "http://greenholt.net/nathanael"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.215809"], ["updated_at", "2018-12-06 16:04:08.215809"], ["developer_id", 20]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis quis et facilis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.217534"], ["updated_at", "2018-12-06 16:04:08.217534"], ["app_id", 13], ["offering_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Enim autem molestias dolorem."], ["url", "http://padberg.name/theron_hammes"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.220725"], ["updated_at", "2018-12-06 16:04:08.220725"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem alias nam et."], ["info_url", "http://runtecollier.biz/cinderella"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.222465"], ["updated_at", "2018-12-06 16:04:08.222465"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonrueden.org/shayne"], ["description", "Dolores ut et quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.226298"], ["updated_at", "2018-12-06 16:04:08.226298"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non repudiandae minus optio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.227296"], ["updated_at", "2018-12-06 16:04:08.227296"], ["app_id", 14], ["offering_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://torphy.io/robt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.229993"], ["updated_at", "2018-12-06 16:04:08.229993"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lockman.org/marcy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.230870"], ["updated_at", "2018-12-06 16:04:08.230870"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores expedita minima ullam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.232811"], ["updated_at", "2018-12-06 16:04:08.232811"], ["app_id", 14], ["offering_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Qui at autem provident."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.234664"], ["updated_at", "2018-12-06 16:04:08.234664"], ["works_with_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"7"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://balistreri.co/tommy.klocko"], ["description", "Modi dolorum voluptates consectetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.269622"], ["updated_at", "2018-12-06 16:04:08.269622"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui molestiae fuga eveniet."], ["url", "http://priceschmitt.org/preston_herzog"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.272489"], ["updated_at", "2018-12-06 16:04:08.272489"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium repudiandae magnam aspernatur."], ["info_url", "http://will.name/eldridge"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.274648"], ["updated_at", "2018-12-06 16:04:08.274648"], ["developer_id", 22]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore assumenda esse facere."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.275556"], ["updated_at", "2018-12-06 16:04:08.275556"], ["app_id", 15], ["offering_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Mollitia ea voluptatem iusto."], ["url", "http://johnsonabbott.net/luis.kovacek"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.278056"], ["updated_at", "2018-12-06 16:04:08.278056"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum quis architecto ut."], ["info_url", "http://gerhold.co/rico_kuhlman"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.279531"], ["updated_at", "2018-12-06 16:04:08.279531"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kreiger.net/lupita"], ["description", "Vitae autem dicta facilis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.282658"], ["updated_at", "2018-12-06 16:04:08.282658"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit architecto iusto pariatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.283527"], ["updated_at", "2018-12-06 16:04:08.283527"], ["app_id", 16], ["offering_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feil.info/clarita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.286007"], ["updated_at", "2018-12-06 16:04:08.286007"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://breitenberghauck.name/rosemary.hyatt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.286827"], ["updated_at", "2018-12-06 16:04:08.286827"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut et molestias porro."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.288564"], ["updated_at", "2018-12-06 16:04:08.288564"], ["app_id", 16], ["offering_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aperiam porro nesciunt sequi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.295235"], ["updated_at", "2018-12-06 16:04:08.295235"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Odit quo aperiam omnis."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walkerhaley.net/apolonia.keler"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.310845"], ["updated_at", "2018-12-06 16:04:08.310845"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque sit atque praesentium."], ["url", "http://kaulkemedhurst.org/jacklyn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.313625"], ["updated_at", "2018-12-06 16:04:08.313625"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem blanditiis cumque voluptas."], ["info_url", "http://veumluettgen.org/judy.heathcote"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.316041"], ["updated_at", "2018-12-06 16:04:08.316041"], ["developer_id", 24]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerhold.net/brandi"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.316997"], ["updated_at", "2018-12-06 16:04:08.316997"], ["distributor_id", 9], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Autem commodi autem ut."], ["url", "http://olsondaugherty.biz/sammie.cartwright"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.320271"], ["updated_at", "2018-12-06 16:04:08.320271"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae dolor itaque debitis."], ["info_url", "http://gottlieblubowitz.co/misha_bruen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.321935"], ["updated_at", "2018-12-06 16:04:08.321935"], ["developer_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schimmel.co/claudio"], ["description", "Quis maxime iusto unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.325266"], ["updated_at", "2018-12-06 16:04:08.325266"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde voluptatem et qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.326093"], ["updated_at", "2018-12-06 16:04:08.326093"], ["app_id", 18], ["offering_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kautzer.biz/christen.reichert"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.328526"], ["updated_at", "2018-12-06 16:04:08.328526"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schultzweber.org/prudence.harvey"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.329350"], ["updated_at", "2018-12-06 16:04:08.329350"], ["distributor_id", 10], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jast.info/tory.heller"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.330980"], ["updated_at", "2018-12-06 16:04:08.330980"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"11"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://simonis.com/abe_okuneva"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.353537"], ["updated_at", "2018-12-06 16:04:08.353537"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt repellendus et nam."], ["url", "http://ziemann.org/troy.metz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.356500"], ["updated_at", "2018-12-06 16:04:08.356500"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui et pariatur maiores."], ["info_url", "http://moriettedeckow.net/meghan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.359157"], ["updated_at", "2018-12-06 16:04:08.359157"], ["developer_id", 26]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wyman.info/wilber.hagenes"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.360167"], ["updated_at", "2018-12-06 16:04:08.360167"], ["distributor_id", 11], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Maxime et amet nulla."], ["url", "http://littelskiles.co/chae"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.362968"], ["updated_at", "2018-12-06 16:04:08.362968"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem labore quisquam sunt."], ["info_url", "http://swift.com/stevie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.364470"], ["updated_at", "2018-12-06 16:04:08.364470"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfsdottir.biz/arnoldo.larkin"], ["description", "Voluptates dicta perspiciatis aspernatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.367729"], ["updated_at", "2018-12-06 16:04:08.367729"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero numquam repellat cupiditate."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.368585"], ["updated_at", "2018-12-06 16:04:08.368585"], ["app_id", 20], ["offering_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://millsbeatty.info/benito_hayes"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.370874"], ["updated_at", "2018-12-06 16:04:08.370874"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mueller.biz/gabriel_ferry"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.371670"], ["updated_at", "2018-12-06 16:04:08.371670"], ["distributor_id", 12], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://anderson.net/oren.sauer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.373253"], ["updated_at", "2018-12-06 16:04:08.373253"], ["distributor_id", 11], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://waelchi.com/burma"}, "id"=>"14"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://waelchi.com/burma"], ["updated_at", "2018-12-06 16:04:08.380767"], ["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/14 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schuppeschaefer.name/leeanna.franecki"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.387149"], ["updated_at", "2018-12-06 16:04:08.387149"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas praesentium repellendus omnis."], ["url", "http://harvey.org/digna"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.390113"], ["updated_at", "2018-12-06 16:04:08.390113"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Neque voluptatibus laborum quibusdam."], ["info_url", "http://farrell.io/adrian_gleason"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.392732"], ["updated_at", "2018-12-06 16:04:08.392732"], ["developer_id", 28]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuhlman.io/kimiko.rempel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.393708"], ["updated_at", "2018-12-06 16:04:08.393708"], ["distributor_id", 13], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Libero excepturi dolorum modi."], ["url", "http://ricemcdermott.com/nga"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.396515"], ["updated_at", "2018-12-06 16:04:08.396515"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate placeat deserunt reiciendis."], ["info_url", "http://ferry.net/daron_lang"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.408739"], ["updated_at", "2018-12-06 16:04:08.408739"], ["developer_id", 29]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnston.biz/edmund"], ["description", "Quisquam quis autem doloribus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.412283"], ["updated_at", "2018-12-06 16:04:08.412283"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas nam facere quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.413176"], ["updated_at", "2018-12-06 16:04:08.413176"], ["app_id", 22], ["offering_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collins.org/emilio"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.415573"], ["updated_at", "2018-12-06 16:04:08.415573"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nolan.com/exie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.416406"], ["updated_at", "2018-12-06 16:04:08.416406"], ["distributor_id", 14], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schaefer.co/rachael"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.418260"], ["updated_at", "2018-12-06 16:04:08.418260"], ["distributor_id", 13], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://danielzemlak.net/elsie"}, "id"=>"17"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://danielzemlak.net/elsie"], ["updated_at", "2018-12-06 16:04:08.425082"], ["id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/17 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hudson.io/sage"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.430349"], ["updated_at", "2018-12-06 16:04:08.430349"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem temporibus architecto esse."], ["url", "http://doyleschuppe.com/pete_grady"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.433113"], ["updated_at", "2018-12-06 16:04:08.433113"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid occaecati ut est."], ["info_url", "http://beckerbashirian.org/willy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.435519"], ["updated_at", "2018-12-06 16:04:08.435519"], ["developer_id", 30]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boehm.com/jeie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.436460"], ["updated_at", "2018-12-06 16:04:08.436460"], ["distributor_id", 15], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "In dolorem accusamus pariatur."], ["url", "http://bodebreitenberg.co/ronny"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.438980"], ["updated_at", "2018-12-06 16:04:08.438980"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut omnis a quo."], ["info_url", "http://reinger.biz/virgen_braun"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.440496"], ["updated_at", "2018-12-06 16:04:08.440496"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://trantow.name/marcell"], ["description", "Assumenda inventore atque doloribus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.443696"], ["updated_at", "2018-12-06 16:04:08.443696"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem quis est sequi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.444548"], ["updated_at", "2018-12-06 16:04:08.444548"], ["app_id", 24], ["offering_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feil.com/eduardo"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.446818"], ["updated_at", "2018-12-06 16:04:08.446818"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://shanahan.com/anita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.447634"], ["updated_at", "2018-12-06 16:04:08.447634"], ["distributor_id", 16], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rolfson.info/edwin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.449206"], ["updated_at", "2018-12-06 16:04:08.449206"], ["distributor_id", 15], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://thompson.biz/jc"}, "id"=>"20"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://thompson.biz/jc"], ["updated_at", "2018-12-06 16:04:08.456102"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/20 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rippinhuels.co/casey_bayer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.461700"], ["updated_at", "2018-12-06 16:04:08.461700"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Optio voluptatibus vel libero."], ["url", "http://weimannrau.biz/dustin.king"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.464775"], ["updated_at", "2018-12-06 16:04:08.464775"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos nesciunt est voluptates."], ["info_url", "http://cormierwolff.info/lane"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.467193"], ["updated_at", "2018-12-06 16:04:08.467193"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haagabshire.name/arnita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.468315"], ["updated_at", "2018-12-06 16:04:08.468315"], ["distributor_id", 17], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium porro reiciendis recusandae."], ["url", "http://joneteuber.net/neely_smitham"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.471101"], ["updated_at", "2018-12-06 16:04:08.471101"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id ut illo odio."], ["info_url", "http://goodwin.com/blanch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.472588"], ["updated_at", "2018-12-06 16:04:08.472588"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnsonrice.net/graham"], ["description", "Quia sed asperiores iusto."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.476175"], ["updated_at", "2018-12-06 16:04:08.476175"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia velit dolor quod."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.477013"], ["updated_at", "2018-12-06 16:04:08.477013"], ["app_id", 26], ["offering_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://keebler.co/dalila.zulauf"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.479310"], ["updated_at", "2018-12-06 16:04:08.479310"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hagenechultz.net/tova"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.480128"], ["updated_at", "2018-12-06 16:04:08.480128"], ["distributor_id", 18], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prosacco.info/allan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.481729"], ["updated_at", "2018-12-06 16:04:08.481729"], ["distributor_id", 17], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"23"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herman.info/lucas.donnelly"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.489256"], ["updated_at", "2018-12-06 16:04:08.489256"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Officiis cumque et ab."], ["url", "http://monahanrunolfon.io/renaldo"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.491927"], ["updated_at", "2018-12-06 16:04:08.491927"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est ex dicta et."], ["info_url", "http://murrayrunolfon.net/romeo_breitenberg"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.494317"], ["updated_at", "2018-12-06 16:04:08.494317"], ["developer_id", 34]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://adams.co/ila.schmitt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.495215"], ["updated_at", "2018-12-06 16:04:08.495215"], ["distributor_id", 19], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Cum et impedit magni."], ["url", "http://rueljerde.co/sonny"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.497721"], ["updated_at", "2018-12-06 16:04:08.497721"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatibus voluptate pariatur et."], ["info_url", "http://leannoncruickshank.io/etsuko"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.499114"], ["updated_at", "2018-12-06 16:04:08.499114"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schaefergerhold.info/vergie"], ["description", "Rem reiciendis fugit expedita."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.502275"], ["updated_at", "2018-12-06 16:04:08.502275"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum qui facilis a."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.503067"], ["updated_at", "2018-12-06 16:04:08.503067"], ["app_id", 28], ["offering_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oberbrunnerjacobs.name/mara"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.505185"], ["updated_at", "2018-12-06 16:04:08.505185"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://king.com/carter"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.505928"], ["updated_at", "2018-12-06 16:04:08.505928"], ["distributor_id", 20], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerhold.org/michel_ward"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.507479"], ["updated_at", "2018-12-06 16:04:08.507479"], ["distributor_id", 19], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"26"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnson.net/lin_smitham"], ["description", "Consequuntur asperiores ut qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.543447"], ["updated_at", "2018-12-06 16:04:08.543447"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil repellat nostrum dolore."], ["url", "http://mayertschimmel.co/rosalva.berge"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.546251"], ["updated_at", "2018-12-06 16:04:08.546251"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "A quidem aut aspernatur."], ["info_url", "http://grant.info/renaldo.spencer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.548321"], ["updated_at", "2018-12-06 16:04:08.548321"], ["developer_id", 36]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam facere et consequuntur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.549265"], ["updated_at", "2018-12-06 16:04:08.549265"], ["app_id", 29], ["offering_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur provident illo et."], ["url", "http://hammes.io/jarrett_collins"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.552086"], ["updated_at", "2018-12-06 16:04:08.552086"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem quod exercitationem qui."], ["info_url", "http://kshlerinfay.com/deidre.wilderman"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.553668"], ["updated_at", "2018-12-06 16:04:08.553668"], ["developer_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hartmannwolff.org/vincenzo"], ["description", "Facere fuga delectus voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.556848"], ["updated_at", "2018-12-06 16:04:08.556848"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus ut non quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.557704"], ["updated_at", "2018-12-06 16:04:08.557704"], ["app_id", 30], ["offering_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oconnellhamill.name/dudley"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.560017"], ["updated_at", "2018-12-06 16:04:08.560017"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://conroylowe.biz/wallace"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.560733"], ["updated_at", "2018-12-06 16:04:08.560733"], ["distributor_id", 21], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nemo eos magni consectetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.562252"], ["updated_at", "2018-12-06 16:04:08.562252"], ["app_id", 30], ["offering_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"33"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://king.co/alden"], ["description", "Optio doloribus qui id."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.571330"], ["updated_at", "2018-12-06 16:04:08.571330"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas ex magni facilis."], ["url", "http://halvorson.io/lauran.grimes"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.574004"], ["updated_at", "2018-12-06 16:04:08.574004"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis et dolores eos."], ["info_url", "http://kunde.biz/genaro"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.576259"], ["updated_at", "2018-12-06 16:04:08.576259"], ["developer_id", 38]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident eaque quis dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.577188"], ["updated_at", "2018-12-06 16:04:08.577188"], ["app_id", 31], ["offering_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum voluptatibus qui consequatur."], ["url", "http://lockman.io/paige"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.579771"], ["updated_at", "2018-12-06 16:04:08.579771"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Suscipit quod ullam repudiandae."], ["info_url", "http://trantowhayes.io/kristen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.581260"], ["updated_at", "2018-12-06 16:04:08.581260"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoppe.net/cristobal"], ["description", "Dolor molestias et quasi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.584335"], ["updated_at", "2018-12-06 16:04:08.584335"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt expedita commodi rem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.585362"], ["updated_at", "2018-12-06 16:04:08.585362"], ["app_id", 32], ["offering_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummerata.name/alberta"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.587665"], ["updated_at", "2018-12-06 16:04:08.587665"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://feeneyruel.info/maryjane"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.588422"], ["updated_at", "2018-12-06 16:04:08.588422"], ["distributor_id", 22], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae asperiores fugiat ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.589963"], ["updated_at", "2018-12-06 16:04:08.589963"], ["app_id", 32], ["offering_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"36"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zboncak.biz/mathew"], ["description", "Quidem accusamus maxime rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.596628"], ["updated_at", "2018-12-06 16:04:08.596628"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem voluptatem facilis distinctio."], ["url", "http://erdman.biz/wanita_ankunding"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.599161"], ["updated_at", "2018-12-06 16:04:08.599161"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi ut voluptatem quidem."], ["info_url", "http://davis.co/valentin_gutkowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.601147"], ["updated_at", "2018-12-06 16:04:08.601147"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex est quod facilis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.602002"], ["updated_at", "2018-12-06 16:04:08.602002"], ["app_id", 33], ["offering_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quos labore est vitae."], ["url", "http://heathcote.info/sherryl"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.604548"], ["updated_at", "2018-12-06 16:04:08.604548"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Delectus laborum excepturi reprehenderit."], ["info_url", "http://christiansen.net/tena"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.605992"], ["updated_at", "2018-12-06 16:04:08.605992"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hodkiewiczkling.info/elisabeth.harvey"], ["description", "Impedit labore similique enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.608975"], ["updated_at", "2018-12-06 16:04:08.608975"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio non est doloremque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.609746"], ["updated_at", "2018-12-06 16:04:08.609746"], ["app_id", 34], ["offering_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wolf.co/kristan_muller"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.611924"], ["updated_at", "2018-12-06 16:04:08.611924"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pfefferkohler.name/laurine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.612641"], ["updated_at", "2018-12-06 16:04:08.612641"], ["distributor_id", 23], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint ipsa laboriosam ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.614138"], ["updated_at", "2018-12-06 16:04:08.614138"], ["app_id", 34], ["offering_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"39"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padberg.com/arielle.koelpin"], ["description", "Est nostrum facere dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.637073"], ["updated_at", "2018-12-06 16:04:08.637073"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores sed soluta dolorem."], ["url", "http://rueloconnell.co/isiah_murazik"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.639810"], ["updated_at", "2018-12-06 16:04:08.639810"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus eaque libero et."], ["info_url", "http://borer.name/dinah_wiza"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.641960"], ["updated_at", "2018-12-06 16:04:08.641960"], ["developer_id", 42]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores et quas iusto."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.642855"], ["updated_at", "2018-12-06 16:04:08.642855"], ["app_id", 35], ["offering_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos ad nam iusto."], ["url", "http://corkery.biz/lynwood_mohr"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.645327"], ["updated_at", "2018-12-06 16:04:08.645327"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod eum labore dolor."], ["info_url", "http://haag.info/ludivina.armstrong"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.646901"], ["updated_at", "2018-12-06 16:04:08.646901"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermann.co/wilfredo"], ["description", "Vel molestias qui aspernatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.649895"], ["updated_at", "2018-12-06 16:04:08.649895"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut maiores est nam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.650814"], ["updated_at", "2018-12-06 16:04:08.650814"], ["app_id", 36], ["offering_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strosin.name/robena_rolfson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.653116"], ["updated_at", "2018-12-06 16:04:08.653116"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lowelynch.net/vern.ward"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.653896"], ["updated_at", "2018-12-06 16:04:08.653896"], ["distributor_id", 24], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae omnis velit mollitia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.655433"], ["updated_at", "2018-12-06 16:04:08.655433"], ["app_id", 36], ["offering_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Tempora consequatur fugiat rerum.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"42"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Tempora consequatur fugiat rerum."], ["updated_at", "2018-12-06 16:04:08.661564"], ["id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/42 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langosh.org/giselle.upton"], ["description", "Nostrum ullam non facere."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.666376"], ["updated_at", "2018-12-06 16:04:08.666376"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Saepe deserunt sit nulla."], ["url", "http://moriette.io/dennis"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.669108"], ["updated_at", "2018-12-06 16:04:08.669108"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloribus corporis quia omnis."], ["info_url", "http://crist.io/millard"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.671340"], ["updated_at", "2018-12-06 16:04:08.671340"], ["developer_id", 44]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Cumque omnis placeat dolorum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.672282"], ["updated_at", "2018-12-06 16:04:08.672282"], ["app_id", 37], ["offering_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat qui perspiciatis illo."], ["url", "http://gerlach.name/erna"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.674861"], ["updated_at", "2018-12-06 16:04:08.674861"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nemo est odio repellat."], ["info_url", "http://bodecorwin.net/grady_harris"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.676298"], ["updated_at", "2018-12-06 16:04:08.676298"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bernierlehner.org/samella.tillman"], ["description", "Ut dolore aliquam voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.679322"], ["updated_at", "2018-12-06 16:04:08.679322"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab et architecto ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.680098"], ["updated_at", "2018-12-06 16:04:08.680098"], ["app_id", 38], ["offering_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://considine.io/jeane.terry"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.682318"], ["updated_at", "2018-12-06 16:04:08.682318"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stantoncormier.io/shelia_metz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.683151"], ["updated_at", "2018-12-06 16:04:08.683151"], ["distributor_id", 25], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel et quo unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.684798"], ["updated_at", "2018-12-06 16:04:08.684798"], ["app_id", 38], ["offering_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Vitae rerum velit inventore.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"45"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Vitae rerum velit inventore."], ["updated_at", "2018-12-06 16:04:08.691194"], ["id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/45 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blickmills.name/kina"], ["description", "Adipisci est odio aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.696397"], ["updated_at", "2018-12-06 16:04:08.696397"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis praesentium iure nihil."], ["url", "http://swift.biz/august"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.698912"], ["updated_at", "2018-12-06 16:04:08.698912"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed ducimus iste aut."], ["info_url", "http://dickinson.co/laurence"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.700910"], ["updated_at", "2018-12-06 16:04:08.700910"], ["developer_id", 46]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Error consequatur repellat consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.701823"], ["updated_at", "2018-12-06 16:04:08.701823"], ["app_id", 39], ["offering_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Porro minima sed non."], ["url", "http://kublittel.net/giovanni"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.704247"], ["updated_at", "2018-12-06 16:04:08.704247"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et quasi nobis cum."], ["info_url", "http://steuber.biz/rigoberto.quigley"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.705681"], ["updated_at", "2018-12-06 16:04:08.705681"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bogan.org/haan"], ["description", "Quis in ut sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.708600"], ["updated_at", "2018-12-06 16:04:08.708600"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit est rem natus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.709450"], ["updated_at", "2018-12-06 16:04:08.709450"], ["app_id", 40], ["offering_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://breitenberg.name/bill.auer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.711698"], ["updated_at", "2018-12-06 16:04:08.711698"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gleason.co/mariel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.712452"], ["updated_at", "2018-12-06 16:04:08.712452"], ["distributor_id", 26], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Delectus vel incidunt et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.713901"], ["updated_at", "2018-12-06 16:04:08.713901"], ["app_id", 40], ["offering_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Accusamus cum iure dolores.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"48"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Accusamus cum iure dolores."], ["updated_at", "2018-12-06 16:04:08.719938"], ["id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/48 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis et consequatur exercitationem."], ["url", "http://hackett.biz/billye"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.725374"], ["updated_at", "2018-12-06 16:04:08.725374"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo dolor enim vero."], ["info_url", "http://paucekjohnson.io/angella"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.727137"], ["updated_at", "2018-12-06 16:04:08.727137"], ["developer_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crooks.info/tam"], ["description", "Pariatur velit est error."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.730835"], ["updated_at", "2018-12-06 16:04:08.730835"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non rerum voluptas explicabo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.731760"], ["updated_at", "2018-12-06 16:04:08.731760"], ["app_id", 41], ["offering_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://goldner.info/domenic"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.734289"], ["updated_at", "2018-12-06 16:04:08.734289"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobsonboyle.co/patricia_kunde"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.735206"], ["updated_at", "2018-12-06 16:04:08.735206"], ["distributor_id", 27], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"41"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat culpa at vitae."], ["url", "http://reynolds.biz/shizuko.kemmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.744743"], ["updated_at", "2018-12-06 16:04:08.744743"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum qui sed voluptates."], ["info_url", "http://schaden.net/tresa.christiansen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.746472"], ["updated_at", "2018-12-06 16:04:08.746472"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swift.com/jewel.schroeder"], ["description", "Voluptatum et ipsum inventore."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.749893"], ["updated_at", "2018-12-06 16:04:08.749893"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis vero quibusdam aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.750778"], ["updated_at", "2018-12-06 16:04:08.750778"], ["app_id", 42], ["offering_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rau.biz/dalton_abbott"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.753355"], ["updated_at", "2018-12-06 16:04:08.753355"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dickinsonbartell.info/walter_gibson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.754259"], ["updated_at", "2018-12-06 16:04:08.754259"], ["distributor_id", 28], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"42"}
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsa fugit laboriosam laudantium."], ["url", "http://bogisichabbott.net/chester"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.761331"], ["updated_at", "2018-12-06 16:04:08.761331"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore veritatis modi qui."], ["info_url", "http://prohaska.org/erich.keler"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.762855"], ["updated_at", "2018-12-06 16:04:08.762855"], ["developer_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zieme.co/alanna_wisozk"], ["description", "Sapiente velit sint eos."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.766023"], ["updated_at", "2018-12-06 16:04:08.766023"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates fugit atque omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.766867"], ["updated_at", "2018-12-06 16:04:08.766867"], ["app_id", 43], ["offering_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wiegand.io/jerome"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.769270"], ["updated_at", "2018-12-06 16:04:08.769270"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kubgusikowski.com/lance.moriette"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.770099"], ["updated_at", "2018-12-06 16:04:08.770099"], ["distributor_id", 29], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"43"}
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et hic consectetur laborum."], ["url", "http://conroy.name/ezra"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.791029"], ["updated_at", "2018-12-06 16:04:08.791029"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis voluptatem quasi architecto."], ["info_url", "http://harvey.name/pennie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.792832"], ["updated_at", "2018-12-06 16:04:08.792832"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://williamson.co/jeffery.brekke"], ["description", "Et ut dolor sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.796115"], ["updated_at", "2018-12-06 16:04:08.796115"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem qui provident voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.796924"], ["updated_at", "2018-12-06 16:04:08.796924"], ["app_id", 44], ["offering_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://conroy.com/johnathon"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.799209"], ["updated_at", "2018-12-06 16:04:08.799209"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cronin.co/jarrett"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.799956"], ["updated_at", "2018-12-06 16:04:08.799956"], ["distributor_id", 30], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Animi amet nihil sit.", "info_url"=>"http://gibson.io/lazaro", "is_live"=>"true", "name"=>"app_name"}, "id"=>"44"}
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Animi amet nihil sit."], ["updated_at", "2018-12-06 16:04:08.804749"], ["id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/44 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore dolore molestiae consequuntur."], ["url", "http://shields.io/delphia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.810305"], ["updated_at", "2018-12-06 16:04:08.810305"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aperiam tempore ut et."], ["info_url", "http://lehner.co/eladia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.811912"], ["updated_at", "2018-12-06 16:04:08.811912"], ["developer_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padberg.biz/naida.kiehn"], ["description", "Qui sunt maxime amet."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.814972"], ["updated_at", "2018-12-06 16:04:08.814972"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem dolores aut eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.815745"], ["updated_at", "2018-12-06 16:04:08.815745"], ["app_id", 45], ["offering_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haleybeer.io/xiomara_glover"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.818260"], ["updated_at", "2018-12-06 16:04:08.818260"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://simonis.io/joannie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.819138"], ["updated_at", "2018-12-06 16:04:08.819138"], ["distributor_id", 31], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Autem perspiciatis tempora excepturi.", "info_url"=>"http://casper.name/paulette", "is_live"=>"true", "name"=>"app_name"}, "id"=>"45"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Autem perspiciatis tempora excepturi."], ["updated_at", "2018-12-06 16:04:08.824391"], ["id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/45 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora necessitatibus qui nisi."], ["url", "http://wilkinson.name/cody.ratke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.829596"], ["updated_at", "2018-12-06 16:04:08.829596"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem magni quaerat deserunt."], ["info_url", "http://daughertycrona.biz/bernita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.831453"], ["updated_at", "2018-12-06 16:04:08.831453"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://flatley.co/cristobal"], ["description", "Et nisi asperiores qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.835345"], ["updated_at", "2018-12-06 16:04:08.835345"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque est non sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.836336"], ["updated_at", "2018-12-06 16:04:08.836336"], ["app_id", 46], ["offering_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://halvorsonstoltenberg.biz/randell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.838909"], ["updated_at", "2018-12-06 16:04:08.838909"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://denesik.co/elayne"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.839717"], ["updated_at", "2018-12-06 16:04:08.839717"], ["distributor_id", 32], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Incidunt a perferendis et.", "info_url"=>"http://veumlind.co/jamar", "is_live"=>"true", "name"=>"app_name"}, "id"=>"46"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Incidunt a perferendis et."], ["updated_at", "2018-12-06 16:04:08.844979"], ["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/46 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates sit dolorum consequatur."], ["url", "http://haagdurgan.org/lowell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.850351"], ["updated_at", "2018-12-06 16:04:08.850351"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem quod velit voluptatem."], ["info_url", "http://emardmueller.info/stephen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.852251"], ["updated_at", "2018-12-06 16:04:08.852251"], ["developer_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobson.name/shaun_paucek"], ["description", "Doloribus dicta aliquam quo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.855650"], ["updated_at", "2018-12-06 16:04:08.855650"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia veniam alias quam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.856542"], ["updated_at", "2018-12-06 16:04:08.856542"], ["app_id", 47], ["offering_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://goyettedare.co/mario.cartwright"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.858993"], ["updated_at", "2018-12-06 16:04:08.858993"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesen.name/yon_kerluke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.859844"], ["updated_at", "2018-12-06 16:04:08.859844"], ["distributor_id", 33], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://framicummings.biz/wilbert.jast"], ["description", "Ullam dolorem ipsam officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.895175"], ["updated_at", "2018-12-06 16:04:08.895175"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Unde reprehenderit a nisi."], ["url", "http://windler.name/lenny"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.898100"], ["updated_at", "2018-12-06 16:04:08.898100"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis necessitatibus minus sint."], ["info_url", "http://hansen.com/yeenia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.900284"], ["updated_at", "2018-12-06 16:04:08.900284"], ["developer_id", 55]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Occaecati nisi voluptatibus et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.901301"], ["updated_at", "2018-12-06 16:04:08.901301"], ["app_id", 48], ["offering_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Vero architecto possimus sunt."], ["url", "http://gleichnersauer.info/cedrick"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.904320"], ["updated_at", "2018-12-06 16:04:08.904320"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum eos velit ullam."], ["info_url", "http://stoltenbergoconner.com/rosemary_tremblay"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.905961"], ["updated_at", "2018-12-06 16:04:08.905961"], ["developer_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wehner.name/lynsey"], ["description", "Quidem impedit sequi qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.909311"], ["updated_at", "2018-12-06 16:04:08.909311"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae sequi facere commodi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.910209"], ["updated_at", "2018-12-06 16:04:08.910209"], ["app_id", 49], ["offering_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://erdman.net/rickie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.912625"], ["updated_at", "2018-12-06 16:04:08.912625"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ruelprohaska.net/herb.stanton"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.913420"], ["updated_at", "2018-12-06 16:04:08.913420"], ["distributor_id", 34], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium illum non est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.915058"], ["updated_at", "2018-12-06 16:04:08.915058"], ["app_id", 49], ["offering_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schaefer.net/freddie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.923275"], ["updated_at", "2018-12-06 16:04:08.923275"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum aspernatur qui nihil."], ["url", "http://mclaughlinmosciski.org/meggan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.926029"], ["updated_at", "2018-12-06 16:04:08.926029"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel ea nemo recusandae."], ["info_url", "http://parkerhauck.io/marion"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.928668"], ["updated_at", "2018-12-06 16:04:08.928668"], ["developer_id", 57]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yundt.com/omar.frami"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.929574"], ["updated_at", "2018-12-06 16:04:08.929574"], ["distributor_id", 35], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat minima quidem esse."], ["url", "http://treutelreilly.biz/sal"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.932226"], ["updated_at", "2018-12-06 16:04:08.932226"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius rerum et architecto."], ["info_url", "http://greenfelder.net/janine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.933922"], ["updated_at", "2018-12-06 16:04:08.933922"], ["developer_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murphy.info/jackson"], ["description", "Aut odit ducimus commodi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.937275"], ["updated_at", "2018-12-06 16:04:08.937275"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nisi sint iusto aliquid."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.938192"], ["updated_at", "2018-12-06 16:04:08.938192"], ["app_id", 51], ["offering_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walter.info/ileana.lynch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.940488"], ["updated_at", "2018-12-06 16:04:08.940488"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okeefe.net/mike"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.941232"], ["updated_at", "2018-12-06 16:04:08.941232"], ["distributor_id", 36], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis explicabo sit rerum."], ["url", "http://schneider.net/perry"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.957869"], ["updated_at", "2018-12-06 16:04:08.957869"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bogisich.org/floy.hane"], ["description", "Ullam aut occaecati sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.965473"], ["updated_at", "2018-12-06 16:04:08.965473"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Officia maxime perferendis et."], ["url", "http://bergnaum.info/jose"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.968395"], ["updated_at", "2018-12-06 16:04:08.968395"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur earum voluptas officiis."], ["info_url", "http://fahey.name/jeffry"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.970795"], ["updated_at", "2018-12-06 16:04:08.970795"], ["developer_id", 60]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas ut corrupti deserunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.971868"], ["updated_at", "2018-12-06 16:04:08.971868"], ["app_id", 52], ["offering_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem ut aut debitis."], ["url", "http://grahamhowell.biz/margarito_orn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.974516"], ["updated_at", "2018-12-06 16:04:08.974516"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut dolorem non ex."], ["info_url", "http://rodriguez.info/natalya.macejkovic"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.976096"], ["updated_at", "2018-12-06 16:04:08.976096"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmeler.org/amos_jerde"], ["description", "Facere necessitatibus earum quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.979238"], ["updated_at", "2018-12-06 16:04:08.979238"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur est deserunt amet."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.980048"], ["updated_at", "2018-12-06 16:04:08.980048"], ["app_id", 53], ["offering_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rolfson.com/ernest_king"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.982385"], ["updated_at", "2018-12-06 16:04:08.982385"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://marquardtkshlerin.net/alesia.green"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.983143"], ["updated_at", "2018-12-06 16:04:08.983143"], ["distributor_id", 37], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur temporibus et quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:08.984709"], ["updated_at", "2018-12-06 16:04:08.984709"], ["app_id", 53], ["offering_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://adamtehr.co/jeica"], ["description", "Facere iste necessitatibus inventore."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.008620"], ["updated_at", "2018-12-06 16:04:09.008620"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Esse explicabo voluptatem dignissimos."], ["url", "http://wilderman.biz/alpha.wisoky"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.011402"], ["updated_at", "2018-12-06 16:04:09.011402"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit architecto et voluptatem."], ["info_url", "http://mclaughlinreichert.biz/oneida_lind"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.013631"], ["updated_at", "2018-12-06 16:04:09.013631"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem ipsum quia mollitia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.014573"], ["updated_at", "2018-12-06 16:04:09.014573"], ["app_id", 54], ["offering_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia sint eos molestiae."], ["url", "http://bernharddach.io/eddy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.017158"], ["updated_at", "2018-12-06 16:04:09.017158"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consectetur ut id dolores."], ["info_url", "http://weber.name/tammy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.018878"], ["updated_at", "2018-12-06 16:04:09.018878"], ["developer_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hand.com/gena"], ["description", "Voluptatem nostrum quia error."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.022119"], ["updated_at", "2018-12-06 16:04:09.022119"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti possimus praesentium enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.022956"], ["updated_at", "2018-12-06 16:04:09.022956"], ["app_id", 55], ["offering_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mayert.org/weldon.ohara"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.025407"], ["updated_at", "2018-12-06 16:04:09.025407"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://metz.biz/eduardo.pollich"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.026252"], ["updated_at", "2018-12-06 16:04:09.026252"], ["distributor_id", 38], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est sequi ullam unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.027918"], ["updated_at", "2018-12-06 16:04:09.027918"], ["app_id", 55], ["offering_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Doloribus ipsa dolores occaecati."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.029818"], ["updated_at", "2018-12-06 16:04:09.029818"], ["works_with_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Laboriosam molestiae libero repudiandae.", "image_url"=>"http://hanepurdy.io/bernarda", "is_live"=>"true"}, "id"=>"1"}
ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Laboriosam molestiae libero repudiandae."], ["updated_at", "2018-12-06 16:04:09.041365"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/1 Completed 302 Found in 9ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://friesenfeest.co/luis"], ["description", "Et in ut enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.047969"], ["updated_at", "2018-12-06 16:04:09.047969"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et quas vitae quaerat."], ["url", "http://koch.info/errol_jaskolski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.050741"], ["updated_at", "2018-12-06 16:04:09.050741"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Excepturi saepe cum labore."], ["info_url", "http://mertz.name/josefine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.053136"], ["updated_at", "2018-12-06 16:04:09.053136"], ["developer_id", 64]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium aut repellendus ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.054112"], ["updated_at", "2018-12-06 16:04:09.054112"], ["app_id", 56], ["offering_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut nemo officia id."], ["url", "http://barrows.name/letitia.kilback"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.056810"], ["updated_at", "2018-12-06 16:04:09.056810"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quos ea ea magni."], ["info_url", "http://bernhard.info/antonio"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.058367"], ["updated_at", "2018-12-06 16:04:09.058367"], ["developer_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padberg.co/elva_homenick"], ["description", "Magni sed sit ullam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.067324"], ["updated_at", "2018-12-06 16:04:09.067324"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam placeat voluptas et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.068337"], ["updated_at", "2018-12-06 16:04:09.068337"], ["app_id", 57], ["offering_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hane.com/louie_cormier"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.070847"], ["updated_at", "2018-12-06 16:04:09.070847"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondricka.info/jonah_monahan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.071677"], ["updated_at", "2018-12-06 16:04:09.071677"], ["distributor_id", 39], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum et voluptatem nihil."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.073349"], ["updated_at", "2018-12-06 16:04:09.073349"], ["app_id", 57], ["offering_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quae aut ex culpa."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.075134"], ["updated_at", "2018-12-06 16:04:09.075134"], ["works_with_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Fuga nulla quia in.", "image_url"=>"http://prohaskareilly.org/chet", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Fuga nulla quia in."], ["updated_at", "2018-12-06 16:04:09.083309"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobiwunsch.org/beverley"], ["description", "Incidunt non sed aliquid."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.089660"], ["updated_at", "2018-12-06 16:04:09.089660"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dignissimos autem eos dolorum."], ["url", "http://pourosbode.info/hien"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.092329"], ["updated_at", "2018-12-06 16:04:09.092329"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et et quia non."], ["info_url", "http://rodriguezwelch.org/rashad_howell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.094624"], ["updated_at", "2018-12-06 16:04:09.094624"], ["developer_id", 66]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam et quod odio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.095556"], ["updated_at", "2018-12-06 16:04:09.095556"], ["app_id", 58], ["offering_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto blanditiis impedit porro."], ["url", "http://lefflerrowe.org/dario"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.098215"], ["updated_at", "2018-12-06 16:04:09.098215"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus voluptatibus eum deleniti."], ["info_url", "http://murray.io/ruell.gerhold"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.099746"], ["updated_at", "2018-12-06 16:04:09.099746"], ["developer_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langworth.biz/onie_wilderman"], ["description", "Modi autem non incidunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.103009"], ["updated_at", "2018-12-06 16:04:09.103009"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum esse provident ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.103801"], ["updated_at", "2018-12-06 16:04:09.103801"], ["app_id", 59], ["offering_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://farrell.net/lakisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.106186"], ["updated_at", "2018-12-06 16:04:09.106186"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://predovic.com/caroll_lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.106976"], ["updated_at", "2018-12-06 16:04:09.106976"], ["distributor_id", 40], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae iste voluptatum sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.108508"], ["updated_at", "2018-12-06 16:04:09.108508"], ["app_id", 59], ["offering_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Autem quidem eos eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.110353"], ["updated_at", "2018-12-06 16:04:09.110353"], ["works_with_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Perferendis natus laborum in.", "image_url"=>"http://heaneyjacobson.co/windy", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Perferendis natus laborum in."], ["updated_at", "2018-12-06 16:04:09.118083"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://klocko.name/penny"], ["description", "Et nihil repellat odio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.124854"], ["updated_at", "2018-12-06 16:04:09.124854"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam quis nemo consectetur."], ["url", "http://dubuquebradtke.biz/shirley_raynor"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.127532"], ["updated_at", "2018-12-06 16:04:09.127532"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut non nisi aut."], ["info_url", "http://keelingbreitenberg.co/nolan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.129622"], ["updated_at", "2018-12-06 16:04:09.129622"], ["developer_id", 68]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Pariatur mollitia eveniet nam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.130563"], ["updated_at", "2018-12-06 16:04:09.130563"], ["app_id", 60], ["offering_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis ducimus rem quasi."], ["url", "http://hills.info/hope_pouros"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.133243"], ["updated_at", "2018-12-06 16:04:09.133243"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos id et voluptas."], ["info_url", "http://koepp.com/iac"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.134866"], ["updated_at", "2018-12-06 16:04:09.134866"], ["developer_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parisian.io/ivan"], ["description", "Molestiae consequatur voluptatibus et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.138303"], ["updated_at", "2018-12-06 16:04:09.138303"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatum quia dolores et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.139223"], ["updated_at", "2018-12-06 16:04:09.139223"], ["app_id", 61], ["offering_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hudsonrippin.co/dwayne.kovacek"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.141702"], ["updated_at", "2018-12-06 16:04:09.141702"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dooley.name/seema"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.142453"], ["updated_at", "2018-12-06 16:04:09.142453"], ["distributor_id", 41], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus dolor suscipit quidem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.144075"], ["updated_at", "2018-12-06 16:04:09.144075"], ["app_id", 61], ["offering_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Vel blanditiis adipisci molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.145870"], ["updated_at", "2018-12-06 16:04:09.145870"], ["works_with_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mckenzie.net/jamar"], ["description", "Ex quis consequatur culpa."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.168075"], ["updated_at", "2018-12-06 16:04:09.168075"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia veritatis mollitia sit."], ["url", "http://pagackuhlman.biz/brice.stamm"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.170861"], ["updated_at", "2018-12-06 16:04:09.170861"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nemo est quo quidem."], ["info_url", "http://hamill.com/donn.brakus"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.173060"], ["updated_at", "2018-12-06 16:04:09.173060"], ["developer_id", 70]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis soluta voluptatibus est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.173996"], ["updated_at", "2018-12-06 16:04:09.173996"], ["app_id", 62], ["offering_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Culpa corrupti ratione est."], ["url", "http://swift.name/marlin_considine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.176581"], ["updated_at", "2018-12-06 16:04:09.176581"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta dolorum vitae incidunt."], ["info_url", "http://dach.biz/etsuko"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.178021"], ["updated_at", "2018-12-06 16:04:09.178021"], ["developer_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nicolas.io/pasquale_towne"], ["description", "Porro itaque iure autem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.181228"], ["updated_at", "2018-12-06 16:04:09.181228"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et tempora nam quo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.182037"], ["updated_at", "2018-12-06 16:04:09.182037"], ["app_id", 63], ["offering_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kihn.info/damion.gibson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.184372"], ["updated_at", "2018-12-06 16:04:09.184372"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johns.org/yahaira"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.185322"], ["updated_at", "2018-12-06 16:04:09.185322"], ["distributor_id", 42], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore voluptatem et optio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.186901"], ["updated_at", "2018-12-06 16:04:09.186901"], ["app_id", 63], ["offering_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "In aut fugit minus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.188693"], ["updated_at", "2018-12-06 16:04:09.188693"], ["works_with_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parisianhammes.org/dallas_oberbrunner"], ["description", "Sed fugiat porro ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.198763"], ["updated_at", "2018-12-06 16:04:09.198763"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aspernatur iure dicta cupiditate."], ["url", "http://markscarroll.name/patricia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.201826"], ["updated_at", "2018-12-06 16:04:09.201826"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deserunt voluptas omnis ipsa."], ["info_url", "http://bernhardanderson.name/aleisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.204012"], ["updated_at", "2018-12-06 16:04:09.204012"], ["developer_id", 72]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Esse aut et enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.204889"], ["updated_at", "2018-12-06 16:04:09.204889"], ["app_id", 64], ["offering_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Enim quia vitae consequuntur."], ["url", "http://stroman.com/maryrose.little"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.207273"], ["updated_at", "2018-12-06 16:04:09.207273"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas consectetur voluptatem sit."], ["info_url", "http://roobdach.co/latrina"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.208661"], ["updated_at", "2018-12-06 16:04:09.208661"], ["developer_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://legros.io/edmond.armstrong"], ["description", "At exercitationem cumque accusantium."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.211581"], ["updated_at", "2018-12-06 16:04:09.211581"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Delectus temporibus aut voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.212304"], ["updated_at", "2018-12-06 16:04:09.212304"], ["app_id", 65], ["offering_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jast.co/gregg"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.214381"], ["updated_at", "2018-12-06 16:04:09.214381"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schumm.com/illa"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.215128"], ["updated_at", "2018-12-06 16:04:09.215128"], ["distributor_id", 43], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut suscipit cupiditate ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.216706"], ["updated_at", "2018-12-06 16:04:09.216706"], ["app_id", 65], ["offering_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "In possimus blanditiis quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.218606"], ["updated_at", "2018-12-06 16:04:09.218606"], ["works_with_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ruelbatz.org/jamie"], ["description", "Facere est officia nobis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.227527"], ["updated_at", "2018-12-06 16:04:09.227527"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quas accusantium dolorum eum."], ["url", "http://bauch.biz/charlyn_feest"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.230262"], ["updated_at", "2018-12-06 16:04:09.230262"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestias aut consequatur perspiciatis."], ["info_url", "http://pourosthompson.co/doria.kulas"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.232538"], ["updated_at", "2018-12-06 16:04:09.232538"], ["developer_id", 74]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam alias ipsum voluptates."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.233499"], ["updated_at", "2018-12-06 16:04:09.233499"], ["app_id", 66], ["offering_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Cupiditate sit ut veritatis."], ["url", "http://purdy.net/pinkie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.236111"], ["updated_at", "2018-12-06 16:04:09.236111"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In est placeat sed."], ["info_url", "http://sanfordmcdermott.com/margarete_ledner"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.237594"], ["updated_at", "2018-12-06 16:04:09.237594"], ["developer_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://flatleycarroll.co/chriy.tremblay"], ["description", "Veritatis odit recusandae quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.240774"], ["updated_at", "2018-12-06 16:04:09.240774"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum esse nisi sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.241652"], ["updated_at", "2018-12-06 16:04:09.241652"], ["app_id", 67], ["offering_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nicolas.net/veronique"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.243889"], ["updated_at", "2018-12-06 16:04:09.243889"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://casper.org/toi"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.244626"], ["updated_at", "2018-12-06 16:04:09.244626"], ["distributor_id", 44], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut quisquam qui nostrum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.246152"], ["updated_at", "2018-12-06 16:04:09.246152"], ["app_id", 67], ["offering_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quis earum quod doloremque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.247834"], ["updated_at", "2018-12-06 16:04:09.247834"], ["works_with_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gleason.name/delphine.kuhn"], ["description", "Autem dolores vero modi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.255262"], ["updated_at", "2018-12-06 16:04:09.255262"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos praesentium voluptates maxime."], ["url", "http://walsh.net/olene"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.257979"], ["updated_at", "2018-12-06 16:04:09.257979"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti id possimus omnis."], ["info_url", "http://terrygoldner.net/aunta"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.260278"], ["updated_at", "2018-12-06 16:04:09.260278"], ["developer_id", 76]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque officiis reprehenderit quas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.261232"], ["updated_at", "2018-12-06 16:04:09.261232"], ["app_id", 68], ["offering_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padbergkeler.org/sang_rath"], ["description", "Quam quasi totam non."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.281962"], ["updated_at", "2018-12-06 16:04:09.281962"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui libero iste quidem."], ["url", "http://gottlieb.net/quentin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.285086"], ["updated_at", "2018-12-06 16:04:09.285086"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat qui soluta dolorum."], ["info_url", "http://barrowszieme.info/ernest.cormier"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.287319"], ["updated_at", "2018-12-06 16:04:09.287319"], ["developer_id", 77]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut earum sit quibusdam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.288244"], ["updated_at", "2018-12-06 16:04:09.288244"], ["app_id", 69], ["offering_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"62"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fisherhudson.com/vicki.bartell"], ["description", "Atque itaque id qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.295695"], ["updated_at", "2018-12-06 16:04:09.295695"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita est neque sint."], ["url", "http://streich.io/merrill"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.298700"], ["updated_at", "2018-12-06 16:04:09.298700"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ullam culpa inventore."], ["info_url", "http://wilkinsonharvey.org/pasquale"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.300854"], ["updated_at", "2018-12-06 16:04:09.300854"], ["developer_id", 78]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Amet voluptatem atque labore."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.301800"], ["updated_at", "2018-12-06 16:04:09.301800"], ["app_id", 70], ["offering_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"63"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bauchcasper.name/christopher"], ["description", "Sequi ipsa sint non."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.308685"], ["updated_at", "2018-12-06 16:04:09.308685"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit asperiores nemo sit."], ["url", "http://streichgreenholt.co/benton_waelchi"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.311281"], ["updated_at", "2018-12-06 16:04:09.311281"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatum culpa occaecati eum."], ["info_url", "http://medhurst.biz/youlanda"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.313412"], ["updated_at", "2018-12-06 16:04:09.313412"], ["developer_id", 79]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas nemo eveniet rem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.314360"], ["updated_at", "2018-12-06 16:04:09.314360"], ["app_id", 71], ["offering_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Voluptatibus nam quia sit.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://nitzsche.name/gary"}, "id"=>"64"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Voluptatibus nam quia sit."], ["shop_link", "http://nitzsche.name/gary"], ["updated_at", "2018-12-06 16:04:09.318842"], ["id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/64 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lowelemke.co/tom"], ["description", "Est cumque voluptatem eligendi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.323525"], ["updated_at", "2018-12-06 16:04:09.323525"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat et autem sequi."], ["url", "http://purdyruecker.org/jazmin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.326135"], ["updated_at", "2018-12-06 16:04:09.326135"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Libero perspiciatis exercitationem porro."], ["info_url", "http://monahanmorar.net/sharri_breitenberg"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.328412"], ["updated_at", "2018-12-06 16:04:09.328412"], ["developer_id", 80]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto quis eaque distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.329324"], ["updated_at", "2018-12-06 16:04:09.329324"], ["app_id", 72], ["offering_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Culpa modi similique quos.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://stehr.info/dion.dare"}, "id"=>"65"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Culpa modi similique quos."], ["shop_link", "http://stehr.info/dion.dare"], ["updated_at", "2018-12-06 16:04:09.333521"], ["id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/65 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergedaugherty.net/josh_oconner"], ["description", "Sunt enim qui voluptates."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.337964"], ["updated_at", "2018-12-06 16:04:09.337964"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Minima voluptatum expedita enim."], ["url", "http://pfannerstillmorar.net/colette"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.340569"], ["updated_at", "2018-12-06 16:04:09.340569"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut corporis id ullam."], ["info_url", "http://herzogbotsford.com/rashad"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.342817"], ["updated_at", "2018-12-06 16:04:09.342817"], ["developer_id", 81]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam sed excepturi modi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.343781"], ["updated_at", "2018-12-06 16:04:09.343781"], ["app_id", 73], ["offering_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Neque aut a ea.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://nienowrogahn.info/brenton"}, "id"=>"66"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Neque aut a ea."], ["shop_link", "http://nienowrogahn.info/brenton"], ["updated_at", "2018-12-06 16:04:09.347855"], ["id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/66 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobi.co/elza"], ["description", "Ipsam ex velit et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.353250"], ["updated_at", "2018-12-06 16:04:09.353250"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Harum molestias quaerat sint."], ["url", "http://satterfield.io/tia_ward"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.356171"], ["updated_at", "2018-12-06 16:04:09.356171"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quisquam officia ipsa mollitia."], ["info_url", "http://hagenes.name/dominique.windler"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.358458"], ["updated_at", "2018-12-06 16:04:09.358458"], ["developer_id", 82]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et magnam sunt vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:09.359460"], ["updated_at", "2018-12-06 16:04:09.359460"], ["app_id", 74], ["offering_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"67"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-06 11:04:09 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.3ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (14.1ms)
Rendered components/_navigation.html.haml (15.1ms)
Rendered components/_footer.html.haml (6.7ms)

Completed 200 OK in 1016ms (Views: 1008.2ms | ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-06 11:04:10 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.2ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (2.8ms)
Rendered components/_navigation.html.haml (1.6ms)
Rendered components/_footer.html.haml (0.7ms)

Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://smith.info/alexander_zulauf"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.399950"], ["updated_at", "2018-12-06 16:04:10.399950"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequuntur aut officia ut."], ["url", "http://zemlak.info/tiera.sauer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.402647"], ["updated_at", "2018-12-06 16:04:10.402647"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit aut voluptate tenetur."], ["info_url", "http://moriette.org/breanne"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.405064"], ["updated_at", "2018-12-06 16:04:10.405064"], ["developer_id", 83]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okonhintz.net/jeff"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.406550"], ["updated_at", "2018-12-06 16:04:10.406550"], ["distributor_id", 45], ["app_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"45"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://olson.net/foster.hansen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.425655"], ["updated_at", "2018-12-06 16:04:10.425655"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Velit cum et recusandae."], ["url", "http://beahan.io/lamont_kuvalis"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.428224"], ["updated_at", "2018-12-06 16:04:10.428224"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet quia beatae qui."], ["info_url", "http://grant.io/fernando_brekke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.430615"], ["updated_at", "2018-12-06 16:04:10.430615"], ["developer_id", 84]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://robel.com/jeri"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.431460"], ["updated_at", "2018-12-06 16:04:10.431460"], ["distributor_id", 46], ["app_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://kutch.name/doreen.kshlerin", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"46"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://kutch.name/doreen.kshlerin"], ["updated_at", "2018-12-06 16:04:10.435937"], ["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/46 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://vonrueden.org/kelvin_kertzmann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.440108"], ["updated_at", "2018-12-06 16:04:10.440108"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla consequatur ullam voluptatem."], ["url", "http://koepp.org/emmanuel.marquardt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.442820"], ["updated_at", "2018-12-06 16:04:10.442820"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex architecto animi debitis."], ["info_url", "http://braunconn.name/roscoe.berge"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.445214"], ["updated_at", "2018-12-06 16:04:10.445214"], ["developer_id", 85]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://goyettecummerata.info/jaleesa_schaden"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.446221"], ["updated_at", "2018-12-06 16:04:10.446221"], ["distributor_id", 47], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://lind.io/roman_jakubowski", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"47"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://lind.io/roman_jakubowski"], ["updated_at", "2018-12-06 16:04:10.450283"], ["id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/47 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermiston.biz/lidia_davis"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.455386"], ["updated_at", "2018-12-06 16:04:10.455386"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Provident in reiciendis soluta."], ["url", "http://dickenswolff.name/lorena"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.458337"], ["updated_at", "2018-12-06 16:04:10.458337"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et est rem animi."], ["info_url", "http://king.net/antonio"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.461522"], ["updated_at", "2018-12-06 16:04:10.461522"], ["developer_id", 86]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kozey.org/naomi.streich"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.462635"], ["updated_at", "2018-12-06 16:04:10.462635"], ["distributor_id", 48], ["app_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://stracke.info/foster", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"48"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://stracke.info/foster"], ["updated_at", "2018-12-06 16:04:10.467067"], ["id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/48 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerlach.io/yuriko"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.472137"], ["updated_at", "2018-12-06 16:04:10.472137"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Cumque ipsa nihil expedita."], ["url", "http://boscodurgan.biz/ismael.orn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.475525"], ["updated_at", "2018-12-06 16:04:10.475525"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe fugit ipsam expedita."], ["info_url", "http://yost.org/armando"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.478406"], ["updated_at", "2018-12-06 16:04:10.478406"], ["developer_id", 87]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://denesikcremin.biz/rolando.rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.479483"], ["updated_at", "2018-12-06 16:04:10.479483"], ["distributor_id", 49], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"49"}
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://miller.net/edris"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.486614"], ["updated_at", "2018-12-06 16:04:10.486614"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis reiciendis sint eveniet."], ["url", "http://ebert.com/alysha_schaden"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.489765"], ["updated_at", "2018-12-06 16:04:10.489765"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore id qui quam."], ["info_url", "http://beahanjacobs.info/winston.rowe"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.492777"], ["updated_at", "2018-12-06 16:04:10.492777"], ["developer_id", 88]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://considinewalsh.org/caridad"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.493933"], ["updated_at", "2018-12-06 16:04:10.493933"], ["distributor_id", 50], ["app_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"50"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://will.name/jarred_gusikowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.502145"], ["updated_at", "2018-12-06 16:04:10.502145"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore voluptatem et incidunt."], ["url", "http://smithammorar.co/maud_weinat"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.505371"], ["updated_at", "2018-12-06 16:04:10.505371"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Optio quasi ratione quia."], ["info_url", "http://koepp.info/tyler_gulgowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.508165"], ["updated_at", "2018-12-06 16:04:10.508165"], ["developer_id", 89]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schneider.name/dori"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.509235"], ["updated_at", "2018-12-06 16:04:10.509235"], ["distributor_id", 51], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harris.org/trudie_nienow"], ["description", "Nemo quia earum molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.519711"], ["updated_at", "2018-12-06 16:04:10.519711"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt aut fugit ea."], ["url", "http://bruen.info/carmela"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.523125"], ["updated_at", "2018-12-06 16:04:10.523125"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore ut veritatis dolores."], ["info_url", "http://krismayer.co/carroll"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.525559"], ["updated_at", "2018-12-06 16:04:10.525559"], ["developer_id", 90]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut et ipsum nemo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.526645"], ["updated_at", "2018-12-06 16:04:10.526645"], ["app_id", 82], ["offering_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Facilis voluptates autem et."], ["url", "http://botsford.net/donald"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.529833"], ["updated_at", "2018-12-06 16:04:10.529833"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore et omnis magnam."], ["info_url", "http://carroll.biz/jeromy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.531365"], ["updated_at", "2018-12-06 16:04:10.531365"], ["developer_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ernser.net/lana.rogahn"], ["description", "Eum consectetur sint sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.535053"], ["updated_at", "2018-12-06 16:04:10.535053"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores molestias dolorem animi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.535988"], ["updated_at", "2018-12-06 16:04:10.535988"], ["app_id", 83], ["offering_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://macgyver.org/rita_rippin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.545438"], ["updated_at", "2018-12-06 16:04:10.545438"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jenkinsbode.io/katharina"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.546331"], ["updated_at", "2018-12-06 16:04:10.546331"], ["distributor_id", 52], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis dolor aliquam provident."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.547931"], ["updated_at", "2018-12-06 16:04:10.547931"], ["app_id", 83], ["offering_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://barrows.name/pedro.sauer"], ["description", "Omnis rerum deserunt optio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.553275"], ["updated_at", "2018-12-06 16:04:10.553275"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque quis iusto sunt."], ["url", "http://fahey.co/adelia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.555945"], ["updated_at", "2018-12-06 16:04:10.555945"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et dolor omnis quia."], ["info_url", "http://metz.net/heriberto"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.558090"], ["updated_at", "2018-12-06 16:04:10.558090"], ["developer_id", 92]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non molestias porro aliquid."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.559027"], ["updated_at", "2018-12-06 16:04:10.559027"], ["app_id", 84], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam itaque nemo consectetur."], ["url", "http://harris.net/ezekiel.shields"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.561729"], ["updated_at", "2018-12-06 16:04:10.561729"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus amet vero quibusdam."], ["info_url", "http://graham.biz/cherryl_corkery"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.563208"], ["updated_at", "2018-12-06 16:04:10.563208"], ["developer_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stromanprice.com/cleotilde"], ["description", "Id explicabo placeat quisquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.566572"], ["updated_at", "2018-12-06 16:04:10.566572"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit quia nemo facere."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.567508"], ["updated_at", "2018-12-06 16:04:10.567508"], ["app_id", 85], ["offering_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walker.biz/deloras.littel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.570127"], ["updated_at", "2018-12-06 16:04:10.570127"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ryanklein.org/celestine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.570897"], ["updated_at", "2018-12-06 16:04:10.570897"], ["distributor_id", 53], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere impedit consequuntur qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.572469"], ["updated_at", "2018-12-06 16:04:10.572469"], ["app_id", 85], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Porro sed et et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.575164"], ["updated_at", "2018-12-06 16:04:10.575164"], ["works_with_id", 96], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quis magnam recusandae non."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"2"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cole.co/elisha"], ["description", "Repellat sed molestiae accusamus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.598211"], ["updated_at", "2018-12-06 16:04:10.598211"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est eos asperiores minima."], ["url", "http://mitchellgleason.org/claude"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.600908"], ["updated_at", "2018-12-06 16:04:10.600908"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora nihil odit id."], ["info_url", "http://bruenhamill.co/tory"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.602965"], ["updated_at", "2018-12-06 16:04:10.602965"], ["developer_id", 94]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia inventore qui quaerat."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.603869"], ["updated_at", "2018-12-06 16:04:10.603869"], ["app_id", 86], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Enim ut molestiae maxime."], ["url", "http://padbergcrona.org/jeramy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.606284"], ["updated_at", "2018-12-06 16:04:10.606284"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab porro voluptas perspiciatis."], ["info_url", "http://cummeratabeatty.net/salena"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.607687"], ["updated_at", "2018-12-06 16:04:10.607687"], ["developer_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://becker.co/quinton.wisoky"], ["description", "Sed temporibus vel adipisci."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.610715"], ["updated_at", "2018-12-06 16:04:10.610715"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt temporibus repellat quae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.611507"], ["updated_at", "2018-12-06 16:04:10.611507"], ["app_id", 87], ["offering_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sporer.info/ali_blick"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.614191"], ["updated_at", "2018-12-06 16:04:10.614191"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oreillyconroy.co/errol"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.615019"], ["updated_at", "2018-12-06 16:04:10.615019"], ["distributor_id", 54], ["app_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui iure expedita dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.616546"], ["updated_at", "2018-12-06 16:04:10.616546"], ["app_id", 87], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Harum sunt animi doloremque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.619626"], ["updated_at", "2018-12-06 16:04:10.619626"], ["works_with_id", 99], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sit reprehenderit cumque rerum."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Est magnam fugit ut.", "is_live"=>"true", "promo_image_url"=>"http://stehr.org/gaynelle.kaulke", "promo_text"=>"Sit non pariatur et.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 99], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Est magnam fugit ut."], ["promo_text", "Sit non pariatur et."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:04:10.628912"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hand.net/sherrie.jenkins"], ["description", "Dignissimos id et officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.635052"], ["updated_at", "2018-12-06 16:04:10.635052"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit tempore quo sunt."], ["url", "http://spencer.org/avery"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.637818"], ["updated_at", "2018-12-06 16:04:10.637818"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore voluptas non et."], ["info_url", "http://wiegand.biz/javier_kutch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.640028"], ["updated_at", "2018-12-06 16:04:10.640028"], ["developer_id", 96]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum enim et iusto."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.640928"], ["updated_at", "2018-12-06 16:04:10.640928"], ["app_id", 88], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta quis est deleniti."], ["url", "http://padbergullrich.co/dennis_schneider"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.643539"], ["updated_at", "2018-12-06 16:04:10.643539"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid dolorem nostrum harum."], ["info_url", "http://champlin.com/huong_ledner"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.645004"], ["updated_at", "2018-12-06 16:04:10.645004"], ["developer_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koelpin.io/waylon"], ["description", "Inventore quia molestiae aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.670598"], ["updated_at", "2018-12-06 16:04:10.670598"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Minus dolores quidem ratione."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.672182"], ["updated_at", "2018-12-06 16:04:10.672182"], ["app_id", 89], ["offering_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://casper.name/klara_damore"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.675393"], ["updated_at", "2018-12-06 16:04:10.675393"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fritschking.name/lucius.heathcote"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.676390"], ["updated_at", "2018-12-06 16:04:10.676390"], ["distributor_id", 55], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint autem mollitia assumenda."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.678347"], ["updated_at", "2018-12-06 16:04:10.678347"], ["app_id", 89], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et voluptates vero ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.681808"], ["updated_at", "2018-12-06 16:04:10.681808"], ["works_with_id", 102], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sit placeat sit et."], ["publish_date", "2018-12-05"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Hic ut dolore cum.", "is_live"=>"true", "promo_image_url"=>"http://hillsmann.info/keva", "promo_text"=>"Quae qui impedit veniam.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 102], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
SQL (2.2ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Hic ut dolore cum."], ["promo_text", "Quae qui impedit veniam."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:04:10.693715"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 12ms (ActiveRecord: 3.5ms)

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ullrich.net/cari.hackett"], ["description", "Ipsam sed est quas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.703683"], ["updated_at", "2018-12-06 16:04:10.703683"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque facere et earum."], ["url", "http://fahey.org/rory.kovacek"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.706838"], ["updated_at", "2018-12-06 16:04:10.706838"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur non dolor pariatur."], ["info_url", "http://watersmraz.name/eleonor_schowalter"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.709854"], ["updated_at", "2018-12-06 16:04:10.709854"], ["developer_id", 98]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti consequatur facere distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.711046"], ["updated_at", "2018-12-06 16:04:10.711046"], ["app_id", 90], ["offering_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus nihil molestiae a."], ["url", "http://hansenconn.co/lindsay_cormier"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.714659"], ["updated_at", "2018-12-06 16:04:10.714659"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia vero et veniam."], ["info_url", "http://terrybednar.biz/myles_kuvalis"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.716394"], ["updated_at", "2018-12-06 16:04:10.716394"], ["developer_id", 99]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pollich.net/hong"], ["description", "Aut voluptas doloremque quae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.721060"], ["updated_at", "2018-12-06 16:04:10.721060"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut sed hic nam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.722354"], ["updated_at", "2018-12-06 16:04:10.722354"], ["app_id", 91], ["offering_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herman.info/raina"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.725632"], ["updated_at", "2018-12-06 16:04:10.725632"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcglynnyost.com/marcy_raynor"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.726694"], ["updated_at", "2018-12-06 16:04:10.726694"], ["distributor_id", 56], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Harum quis nisi sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.728942"], ["updated_at", "2018-12-06 16:04:10.728942"], ["app_id", 91], ["offering_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Libero qui quas quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.732721"], ["updated_at", "2018-12-06 16:04:10.732721"], ["works_with_id", 105], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Libero ut sit aspernatur."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Rerum reprehenderit dolorem facilis.", "is_live"=>"true", "promo_image_url"=>"http://kulaskrajcik.co/kirsten", "promo_text"=>"Deleniti aspernatur sit nam.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"5"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 105], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 99], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Rerum reprehenderit dolorem facilis."], ["promo_text", "Deleniti aspernatur sit nam."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:04:10.743650"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/5 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://veum.info/myung"], ["description", "Perspiciatis quibusdam est quidem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.751545"], ["updated_at", "2018-12-06 16:04:10.751545"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est dolorem sit sed."], ["url", "http://grimeshudson.name/jarod"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.754669"], ["updated_at", "2018-12-06 16:04:10.754669"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati repellendus voluptatibus consequuntur."], ["info_url", "http://volkman.com/sadie_christiansen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.757069"], ["updated_at", "2018-12-06 16:04:10.757069"], ["developer_id", 100]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis quibusdam voluptatem fugit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.758133"], ["updated_at", "2018-12-06 16:04:10.758133"], ["app_id", 92], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam aut doloribus voluptas."], ["url", "http://schowalter.info/tyrell_greenholt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.761167"], ["updated_at", "2018-12-06 16:04:10.761167"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum placeat molestiae non."], ["info_url", "http://nolanskiles.co/edward.turcotte"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.762814"], ["updated_at", "2018-12-06 16:04:10.762814"], ["developer_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://casper.info/ariel"], ["description", "Eum expedita quo fugit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.783547"], ["updated_at", "2018-12-06 16:04:10.783547"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto ut neque exercitationem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.784686"], ["updated_at", "2018-12-06 16:04:10.784686"], ["app_id", 93], ["offering_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://corkery.biz/elden"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.787821"], ["updated_at", "2018-12-06 16:04:10.787821"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zulauf.io/clayton.lubowitz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.788766"], ["updated_at", "2018-12-06 16:04:10.788766"], ["distributor_id", 57], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et enim laborum et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.790551"], ["updated_at", "2018-12-06 16:04:10.790551"], ["app_id", 93], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ea doloremque velit enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.793633"], ["updated_at", "2018-12-06 16:04:10.793633"], ["works_with_id", 108], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ut dolorum eaque sint."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://flatleycartwright.co/andrea_wolff"], ["description", "Et delectus impedit fugiat."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.801192"], ["updated_at", "2018-12-06 16:04:10.801192"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum doloribus quo pariatur."], ["url", "http://okuneva.name/darron_hudson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.803993"], ["updated_at", "2018-12-06 16:04:10.803993"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est quo aut ut."], ["info_url", "http://metzbeahan.net/charlena"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.806294"], ["updated_at", "2018-12-06 16:04:10.806294"], ["developer_id", 102]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Pariatur molestias et aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.807295"], ["updated_at", "2018-12-06 16:04:10.807295"], ["app_id", 94], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore quidem quo voluptatem."], ["url", "http://von.io/paola_macejkovic"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.809972"], ["updated_at", "2018-12-06 16:04:10.809972"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure et aut provident."], ["info_url", "http://wolff.net/kaci_torp"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.811539"], ["updated_at", "2018-12-06 16:04:10.811539"], ["developer_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rath.net/seema"], ["description", "Nihil rerum reprehenderit dicta."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.814842"], ["updated_at", "2018-12-06 16:04:10.814842"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste omnis quisquam aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.815890"], ["updated_at", "2018-12-06 16:04:10.815890"], ["app_id", 95], ["offering_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bartoletti.info/tommie_ondricka"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.818988"], ["updated_at", "2018-12-06 16:04:10.818988"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://price.co/rae"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.820023"], ["updated_at", "2018-12-06 16:04:10.820023"], ["distributor_id", 58], ["app_id", 95]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic ea illo sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.838441"], ["updated_at", "2018-12-06 16:04:10.838441"], ["app_id", 95], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatum fuga odit sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.841416"], ["updated_at", "2018-12-06 16:04:10.841416"], ["works_with_id", 111], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Aut ut reiciendis tenetur."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kiehngleichner.co/christia_watsica"], ["description", "Voluptate ad suscipit voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.850213"], ["updated_at", "2018-12-06 16:04:10.850213"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis quia consequuntur quaerat."], ["url", "http://fisherfunk.io/mackenzie_parker"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.853133"], ["updated_at", "2018-12-06 16:04:10.853133"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro expedita beatae consequuntur."], ["info_url", "http://bashirian.com/buford.brekke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.855375"], ["updated_at", "2018-12-06 16:04:10.855375"], ["developer_id", 104]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Inventore id explicabo minus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.856287"], ["updated_at", "2018-12-06 16:04:10.856287"], ["app_id", 96], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Animi ut totam ea."], ["url", "http://bergeernser.com/phil"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.858674"], ["updated_at", "2018-12-06 16:04:10.858674"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil voluptatum qui saepe."], ["info_url", "http://buckridgekaulke.net/lorna"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.860078"], ["updated_at", "2018-12-06 16:04:10.860078"], ["developer_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://skiles.name/kenneth"], ["description", "Deleniti quidem aut a."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.863185"], ["updated_at", "2018-12-06 16:04:10.863185"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi omnis adipisci assumenda."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.863969"], ["updated_at", "2018-12-06 16:04:10.863969"], ["app_id", 97], ["offering_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howekulas.net/frankie_kuhlman"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.866163"], ["updated_at", "2018-12-06 16:04:10.866163"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mante.name/alvera"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.866930"], ["updated_at", "2018-12-06 16:04:10.866930"], ["distributor_id", 59], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt ducimus ea deserunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.868590"], ["updated_at", "2018-12-06 16:04:10.868590"], ["app_id", 97], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aliquam hic aut officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.871192"], ["updated_at", "2018-12-06 16:04:10.871192"], ["works_with_id", 114], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptatem soluta et voluptate."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"8"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bauch.org/forest.dach"], ["description", "Dolorem aut minima tempore."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.879752"], ["updated_at", "2018-12-06 16:04:10.879752"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut provident enim vitae."], ["url", "http://quigleykilback.com/maurice_rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.882320"], ["updated_at", "2018-12-06 16:04:10.882320"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consectetur aut quod recusandae."], ["info_url", "http://haag.org/moriah"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.884632"], ["updated_at", "2018-12-06 16:04:10.884632"], ["developer_id", 106]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis et voluptates ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.885922"], ["updated_at", "2018-12-06 16:04:10.885922"], ["app_id", 98], ["offering_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Optio quasi minus sed."], ["url", "http://koelpin.name/nestor_dibbert"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.888723"], ["updated_at", "2018-12-06 16:04:10.888723"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil sit odio nulla."], ["info_url", "http://bauchdooley.co/dulce"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.890296"], ["updated_at", "2018-12-06 16:04:10.890296"], ["developer_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kautzer.biz/agueda"], ["description", "Sit officia eaque vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.893570"], ["updated_at", "2018-12-06 16:04:10.893570"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut dolores provident voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.894422"], ["updated_at", "2018-12-06 16:04:10.894422"], ["app_id", 99], ["offering_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grantcrona.io/vera.harvey"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.896736"], ["updated_at", "2018-12-06 16:04:10.896736"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lemke.name/lynwood_reichert"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.897522"], ["updated_at", "2018-12-06 16:04:10.897522"], ["distributor_id", 60], ["app_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhn.name/mercy"], ["description", "Doloremque laborum ullam quo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.908306"], ["updated_at", "2018-12-06 16:04:10.908306"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Officiis omnis mollitia nisi."], ["url", "http://hermistonklein.net/murray_yundt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.910918"], ["updated_at", "2018-12-06 16:04:10.910918"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestias accusamus ullam aliquam."], ["info_url", "http://spinkapouros.co/gene_hermann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.913480"], ["updated_at", "2018-12-06 16:04:10.913480"], ["developer_id", 108]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt animi libero corporis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.914458"], ["updated_at", "2018-12-06 16:04:10.914458"], ["app_id", 100], ["offering_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia ea aut ut."], ["url", "http://walsh.net/guadalupe_herman"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.917043"], ["updated_at", "2018-12-06 16:04:10.917043"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore voluptatibus sint et."], ["info_url", "http://lindgrenblock.name/jospeh.bayer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.918653"], ["updated_at", "2018-12-06 16:04:10.918653"], ["developer_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmitt.org/edith_king"], ["description", "Cumque quos dignissimos deleniti."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.921695"], ["updated_at", "2018-12-06 16:04:10.921695"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda voluptas sunt ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.922467"], ["updated_at", "2018-12-06 16:04:10.922467"], ["app_id", 101], ["offering_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://crooksroob.net/hayden_stiedemann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.924580"], ["updated_at", "2018-12-06 16:04:10.924580"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grant.name/maria"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.925321"], ["updated_at", "2018-12-06 16:04:10.925321"], ["distributor_id", 61], ["app_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto officiis temporibus dolore."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.926854"], ["updated_at", "2018-12-06 16:04:10.926854"], ["app_id", 101], ["offering_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Officiis et inventore est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.929311"], ["updated_at", "2018-12-06 16:04:10.929311"], ["works_with_id", 119], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cupiditate et corporis natus."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Fugit itaque quidem voluptatem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:10.931310"], ["updated_at", "2018-12-06 16:04:10.931310"], ["testimonial_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"1"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcculloughlockman.org/logan"], ["description", "Ducimus consequatur amet quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.941143"], ["updated_at", "2018-12-06 16:04:10.941143"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis voluptatem a voluptas."], ["url", "http://okongoodwin.biz/jamila_marquardt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.943613"], ["updated_at", "2018-12-06 16:04:10.943613"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi asperiores animi id."], ["info_url", "http://bradtkekulas.name/karina_konopelski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.945610"], ["updated_at", "2018-12-06 16:04:10.945610"], ["developer_id", 110]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio recusandae qui minus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.946475"], ["updated_at", "2018-12-06 16:04:10.946475"], ["app_id", 102], ["offering_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque sunt explicabo asperiores."], ["url", "http://towne.biz/lacy.lynch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.948760"], ["updated_at", "2018-12-06 16:04:10.948760"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti corporis modi nisi."], ["info_url", "http://emmerichweimann.org/sherwood"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.950163"], ["updated_at", "2018-12-06 16:04:10.950163"], ["developer_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schowalter.io/santo"], ["description", "Aspernatur eos saepe dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.953393"], ["updated_at", "2018-12-06 16:04:10.953393"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Id voluptatem itaque debitis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.954201"], ["updated_at", "2018-12-06 16:04:10.954201"], ["app_id", 103], ["offering_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bechtelar.co/caroline"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.956467"], ["updated_at", "2018-12-06 16:04:10.956467"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://parker.net/chad"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.957229"], ["updated_at", "2018-12-06 16:04:10.957229"], ["distributor_id", 62], ["app_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil incidunt eum qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.958756"], ["updated_at", "2018-12-06 16:04:10.958756"], ["app_id", 103], ["offering_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Delectus harum animi numquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.961435"], ["updated_at", "2018-12-06 16:04:10.961435"], ["works_with_id", 122], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptatum incidunt modi expedita."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "In sed omnis sunt."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:10.963512"], ["updated_at", "2018-12-06 16:04:10.963512"], ["testimonial_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feil.co/calvin.wilderman"], ["description", "Sint debitis eos qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.972680"], ["updated_at", "2018-12-06 16:04:10.972680"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae eos dolores corporis."], ["url", "http://koepp.co/lizzie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.975206"], ["updated_at", "2018-12-06 16:04:10.975206"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut qui debitis asperiores."], ["info_url", "http://bailey.biz/diego"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.977528"], ["updated_at", "2018-12-06 16:04:10.977528"], ["developer_id", 112]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut autem alias aperiam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.978394"], ["updated_at", "2018-12-06 16:04:10.978394"], ["app_id", 104], ["offering_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt aut reprehenderit ut."], ["url", "http://streichsteuber.net/sherrie_walsh"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.980686"], ["updated_at", "2018-12-06 16:04:10.980686"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum qui vel voluptate."], ["info_url", "http://mohrmitchell.com/aura"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.982092"], ["updated_at", "2018-12-06 16:04:10.982092"], ["developer_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marvin.info/brook_larkin"], ["description", "Facilis dolores animi ipsum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.985101"], ["updated_at", "2018-12-06 16:04:10.985101"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius incidunt ipsa eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.985927"], ["updated_at", "2018-12-06 16:04:10.985927"], ["app_id", 105], ["offering_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mitchell.name/candra"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.988279"], ["updated_at", "2018-12-06 16:04:10.988279"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcdermottjones.io/anjanette.bauch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.989196"], ["updated_at", "2018-12-06 16:04:10.989196"], ["distributor_id", 63], ["app_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit eius modi et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.990945"], ["updated_at", "2018-12-06 16:04:10.990945"], ["app_id", 105], ["offering_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quod sapiente aut dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:10.993633"], ["updated_at", "2018-12-06 16:04:10.993633"], ["works_with_id", 125], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Illo qui molestiae aut."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Officiis velit et voluptatem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:10.995762"], ["updated_at", "2018-12-06 16:04:10.995762"], ["testimonial_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padberg.info/monte"], ["description", "Reiciendis consequatur sit sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.017185"], ["updated_at", "2018-12-06 16:04:11.017185"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sint voluptatem at laboriosam."], ["url", "http://baumbach.com/clint"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.019838"], ["updated_at", "2018-12-06 16:04:11.019838"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut omnis tempore quidem."], ["info_url", "http://dickens.co/domonique"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.021849"], ["updated_at", "2018-12-06 16:04:11.021849"], ["developer_id", 114]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est eaque ut repellat."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.022702"], ["updated_at", "2018-12-06 16:04:11.022702"], ["app_id", 106], ["offering_id", 92]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quod cumque aut ut."], ["url", "http://smithgleichner.io/arnette"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.025214"], ["updated_at", "2018-12-06 16:04:11.025214"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci dolorem aut sint."], ["info_url", "http://ziemann.com/treva"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.026652"], ["updated_at", "2018-12-06 16:04:11.026652"], ["developer_id", 115]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kub.biz/kim"], ["description", "Et natus pariatur temporibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.029489"], ["updated_at", "2018-12-06 16:04:11.029489"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat ea neque esse."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.030240"], ["updated_at", "2018-12-06 16:04:11.030240"], ["app_id", 107], ["offering_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prohaskavon.info/marilee"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.032526"], ["updated_at", "2018-12-06 16:04:11.032526"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://swaniawski.name/wilfred"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.033369"], ["updated_at", "2018-12-06 16:04:11.033369"], ["distributor_id", 64], ["app_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem omnis vel repellendus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.034925"], ["updated_at", "2018-12-06 16:04:11.034925"], ["app_id", 107], ["offering_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Vero dolores consequuntur non."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.037470"], ["updated_at", "2018-12-06 16:04:11.037470"], ["works_with_id", 128], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cupiditate dolores qui pariatur."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Necessitatibus et distinctio perferendis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:11.039458"], ["updated_at", "2018-12-06 16:04:11.039458"], ["testimonial_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Voluptates beatae possimus nam.", "image_url"=>"http://leuschke.name/mona.jacobi", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 128], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Voluptates beatae possimus nam."], ["updated_at", "2018-12-06 16:04:11.047747"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunde.co/efrain.prohaska"], ["description", "Consectetur autem in iusto."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.054005"], ["updated_at", "2018-12-06 16:04:11.054005"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Odit ut totam voluptatem."], ["url", "http://dach.net/greg.lockman"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.056529"], ["updated_at", "2018-12-06 16:04:11.056529"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil facilis voluptatum culpa."], ["info_url", "http://runolfsdottirbatz.org/casey_herzog"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.058615"], ["updated_at", "2018-12-06 16:04:11.058615"], ["developer_id", 116]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur exercitationem et atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.059488"], ["updated_at", "2018-12-06 16:04:11.059488"], ["app_id", 108], ["offering_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat quae facilis sed."], ["url", "http://hills.biz/shea"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.061823"], ["updated_at", "2018-12-06 16:04:11.061823"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore voluptas blanditiis placeat."], ["info_url", "http://erdman.info/booker"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.063169"], ["updated_at", "2018-12-06 16:04:11.063169"], ["developer_id", 117]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vandervortgrady.name/chanel"], ["description", "Ut officiis fuga in."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.066122"], ["updated_at", "2018-12-06 16:04:11.066122"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut facilis quisquam sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.066881"], ["updated_at", "2018-12-06 16:04:11.066881"], ["app_id", 109], ["offering_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://konopelskihauck.com/maryanna"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.069305"], ["updated_at", "2018-12-06 16:04:11.069305"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pollich.name/dick"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.070036"], ["updated_at", "2018-12-06 16:04:11.070036"], ["distributor_id", 65], ["app_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi et ipsa ipsam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.071518"], ["updated_at", "2018-12-06 16:04:11.071518"], ["app_id", 109], ["offering_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Iusto voluptatem tempora asperiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.073943"], ["updated_at", "2018-12-06 16:04:11.073943"], ["works_with_id", 131], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Consequatur recusandae delectus et."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Eum soluta aperiam sit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:11.075884"], ["updated_at", "2018-12-06 16:04:11.075884"], ["testimonial_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Ut voluptatem qui dolorum.", "image_url"=>"http://bartellspinka.name/jamar", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 131], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 109], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 117], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Ut voluptatem qui dolorum."], ["updated_at", "2018-12-06 16:04:11.083827"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brakusnitzsche.net/meaghan_wiza"], ["description", "Possimus eaque harum consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.090922"], ["updated_at", "2018-12-06 16:04:11.090922"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta eum cupiditate recusandae."], ["url", "http://rempel.co/birgit"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.093603"], ["updated_at", "2018-12-06 16:04:11.093603"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Alias dolor odio sunt."], ["info_url", "http://heathcote.info/fredric_cain"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.095741"], ["updated_at", "2018-12-06 16:04:11.095741"], ["developer_id", 118]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae eius et aperiam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.096691"], ["updated_at", "2018-12-06 16:04:11.096691"], ["app_id", 110], ["offering_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Odit blanditiis velit nam."], ["url", "http://schuppe.name/tasia.graham"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.099170"], ["updated_at", "2018-12-06 16:04:11.099170"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur molestias sed sit."], ["info_url", "http://conroysmitham.com/nikki"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.100601"], ["updated_at", "2018-12-06 16:04:11.100601"], ["developer_id", 119]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murphy.name/tyree_kuvalis"], ["description", "Facilis dignissimos in laboriosam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.103838"], ["updated_at", "2018-12-06 16:04:11.103838"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto ab rem quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.104652"], ["updated_at", "2018-12-06 16:04:11.104652"], ["app_id", 111], ["offering_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gottliebgislason.biz/elenore"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.106901"], ["updated_at", "2018-12-06 16:04:11.106901"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmidt.org/lakeisha_sawayn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.107638"], ["updated_at", "2018-12-06 16:04:11.107638"], ["distributor_id", 66], ["app_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi doloremque repellendus soluta."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.109235"], ["updated_at", "2018-12-06 16:04:11.109235"], ["app_id", 111], ["offering_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Animi distinctio nostrum quod."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.111709"], ["updated_at", "2018-12-06 16:04:11.111709"], ["works_with_id", 134], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Modi quam reiciendis repellat."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Saepe voluptate vitae debitis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:11.113783"], ["updated_at", "2018-12-06 16:04:11.113783"], ["testimonial_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Sapiente id blanditiis reprehenderit.", "image_url"=>"http://okuneva.name/cory.runolfsdottir", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 134], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 111], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 119], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Sapiente id blanditiis reprehenderit."], ["updated_at", "2018-12-06 16:04:11.122607"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/6 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boyer.info/willian"], ["description", "Voluptate culpa sed similique."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.129016"], ["updated_at", "2018-12-06 16:04:11.129016"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut nostrum ut vero."], ["url", "http://rodriguez.biz/rolando"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.131629"], ["updated_at", "2018-12-06 16:04:11.131629"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis quo laudantium esse."], ["info_url", "http://wiegand.com/clifton"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.133806"], ["updated_at", "2018-12-06 16:04:11.133806"], ["developer_id", 120]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed quibusdam autem aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.134780"], ["updated_at", "2018-12-06 16:04:11.134780"], ["app_id", 112], ["offering_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Error non suscipit optio."], ["url", "http://bailey.net/luis.mcclure"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.137397"], ["updated_at", "2018-12-06 16:04:11.137397"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque rerum voluptas autem."], ["info_url", "http://spinka.name/coreen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.138857"], ["updated_at", "2018-12-06 16:04:11.138857"], ["developer_id", 121]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schumm.net/polly.witting"], ["description", "Voluptas quaerat temporibus deleniti."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.142325"], ["updated_at", "2018-12-06 16:04:11.142325"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere in quam consequuntur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.143085"], ["updated_at", "2018-12-06 16:04:11.143085"], ["app_id", 113], ["offering_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://damoredare.io/dominique_schultz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.145227"], ["updated_at", "2018-12-06 16:04:11.145227"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johnson.info/vince"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.145969"], ["updated_at", "2018-12-06 16:04:11.145969"], ["distributor_id", 67], ["app_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut perferendis libero ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.147414"], ["updated_at", "2018-12-06 16:04:11.147414"], ["app_id", 113], ["offering_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Cumque pariatur sit reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:11.149859"], ["updated_at", "2018-12-06 16:04:11.149859"], ["works_with_id", 137], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sit consectetur dolore commodi."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quaerat necessitatibus quas et."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:11.152264"], ["updated_at", "2018-12-06 16:04:11.152264"], ["testimonial_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-06 11:04:11 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.0ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (52.7ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.0ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kulashudson.biz/shae"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.747006"], ["updated_at", "2018-12-06 16:04:41.747006"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Iste quam qui dolores."], ["url", "http://kihnmarquardt.net/wilbur.labadie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.767404"], ["updated_at", "2018-12-06 16:04:41.767404"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut laborum sequi quia."], ["info_url", "http://feeneykoch.com/deandre"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.777945"], ["updated_at", "2018-12-06 16:04:41.777945"], ["developer_id", 1]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stoltenbergherzog.info/heriberto"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.779437"], ["updated_at", "2018-12-06 16:04:41.779437"], ["distributor_id", 1], ["app_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem perferendis ut cupiditate."], ["url", "http://kaulke.net/karren_emmerich"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.782909"], ["updated_at", "2018-12-06 16:04:41.782909"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut quisquam dolore eum."], ["info_url", "http://oconner.io/alva_homenick"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.784425"], ["updated_at", "2018-12-06 16:04:41.784425"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okeefealtenwerth.info/tamar.jaskolski"], ["description", "Molestiae id aut sequi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.804614"], ["updated_at", "2018-12-06 16:04:41.804614"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel et nihil sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.805950"], ["updated_at", "2018-12-06 16:04:41.805950"], ["app_id", 2], ["offering_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schultzbalistreri.net/jody_rohan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.808816"], ["updated_at", "2018-12-06 16:04:41.808816"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hickle.io/desire"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.809580"], ["updated_at", "2018-12-06 16:04:41.809580"], ["distributor_id", 2], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartellgutmann.org/leandro.gottlieb"], ["description", "Sapiente quidem quas provident."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.825390"], ["updated_at", "2018-12-06 16:04:41.825390"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis et deleniti sed."], ["url", "http://macgyver.io/modesto.botsford"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.827910"], ["updated_at", "2018-12-06 16:04:41.827910"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Placeat impedit eaque suscipit."], ["info_url", "http://hamill.io/ned_mann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.829860"], ["updated_at", "2018-12-06 16:04:41.829860"], ["developer_id", 3]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis non libero possimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.830808"], ["updated_at", "2018-12-06 16:04:41.830808"], ["app_id", 3], ["offering_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est neque amet ut."], ["url", "http://torphyemard.info/georgia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.833502"], ["updated_at", "2018-12-06 16:04:41.833502"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae aperiam in alias."], ["info_url", "http://oconner.name/tobias"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.835188"], ["updated_at", "2018-12-06 16:04:41.835188"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lebsack.name/diana"], ["description", "Debitis rerum a beatae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.838274"], ["updated_at", "2018-12-06 16:04:41.838274"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui distinctio est sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.839067"], ["updated_at", "2018-12-06 16:04:41.839067"], ["app_id", 4], ["offering_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://klein.com/margot"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.841164"], ["updated_at", "2018-12-06 16:04:41.841164"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heathcoteortiz.io/rodolfo_gutmann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.841903"], ["updated_at", "2018-12-06 16:04:41.841903"], ["distributor_id", 3], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://homenick.org/aja.johns"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.848044"], ["updated_at", "2018-12-06 16:04:41.848044"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fuga sed repellat ab."], ["url", "http://bode.name/bailey"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.850530"], ["updated_at", "2018-12-06 16:04:41.850530"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint fuga aut sed."], ["info_url", "http://bartellrobel.biz/alberto"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.852948"], ["updated_at", "2018-12-06 16:04:41.852948"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murray.org/aimee_adams"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.854065"], ["updated_at", "2018-12-06 16:04:41.854065"], ["distributor_id", 4], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eos nulla nihil aperiam."], ["url", "http://marvinhand.net/waldo.murazik"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.856496"], ["updated_at", "2018-12-06 16:04:41.856496"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam aut facilis labore."], ["info_url", "http://kreigerwindler.org/yanira.jacobi"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.857931"], ["updated_at", "2018-12-06 16:04:41.857931"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haley.info/becky"], ["description", "Tempore impedit culpa aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.860861"], ["updated_at", "2018-12-06 16:04:41.860861"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut doloribus non magni."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.861644"], ["updated_at", "2018-12-06 16:04:41.861644"], ["app_id", 6], ["offering_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://considineschamberger.name/jacqui_brakus"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.863720"], ["updated_at", "2018-12-06 16:04:41.863720"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kautzer.biz/william"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.864537"], ["updated_at", "2018-12-06 16:04:41.864537"], ["distributor_id", 5], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lesch.net/olin.schowalter"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.866061"], ["updated_at", "2018-12-06 16:04:41.866061"], ["distributor_id", 4], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"6"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 23ms (Views: 18.1ms | ActiveRecord: 0.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grantmayert.info/shakita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.897651"], ["updated_at", "2018-12-06 16:04:41.897651"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt aut cumque pariatur."], ["url", "http://pollichdicki.org/emilie_bogisich"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.900167"], ["updated_at", "2018-12-06 16:04:41.900167"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore facere nisi voluptatem."], ["info_url", "http://bins.org/lesha"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.903019"], ["updated_at", "2018-12-06 16:04:41.903019"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://greenholt.io/jamar.nolan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.903990"], ["updated_at", "2018-12-06 16:04:41.903990"], ["distributor_id", 6], ["app_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut quaerat alias commodi."], ["url", "http://pfannerstillerdman.info/merle"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.906426"], ["updated_at", "2018-12-06 16:04:41.906426"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloribus quia sapiente dolorem."], ["info_url", "http://schaden.org/caie_kub"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.907778"], ["updated_at", "2018-12-06 16:04:41.907778"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://connelly.net/freda_ziemann"], ["description", "Iusto ex velit alias."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.910847"], ["updated_at", "2018-12-06 16:04:41.910847"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit placeat quas possimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.911579"], ["updated_at", "2018-12-06 16:04:41.911579"], ["app_id", 8], ["offering_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boyle.info/tamar_kihn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.913750"], ["updated_at", "2018-12-06 16:04:41.913750"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boscohilpert.info/marlen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.914546"], ["updated_at", "2018-12-06 16:04:41.914546"], ["distributor_id", 7], ["app_id", 8]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kihn.com/chrystal.mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.916158"], ["updated_at", "2018-12-06 16:04:41.916158"], ["distributor_id", 6], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://purdyspencer.biz/eleanora.orn"}, "id"=>"9"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://purdyspencer.biz/eleanora.orn"], ["updated_at", "2018-12-06 16:04:41.932524"], ["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/9 Completed 302 Found in 11ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mosciski.name/alphonse.gleason"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.940061"], ["updated_at", "2018-12-06 16:04:41.940061"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nam rerum atque aut."], ["url", "http://jerde.com/tameka"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.942725"], ["updated_at", "2018-12-06 16:04:41.942725"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perferendis autem ut pariatur."], ["info_url", "http://johnsonbrekke.io/minnie.auer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.945067"], ["updated_at", "2018-12-06 16:04:41.945067"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lednerconnelly.co/bryan_bartell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.946005"], ["updated_at", "2018-12-06 16:04:41.946005"], ["distributor_id", 8], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas saepe rem in."], ["url", "http://schneider.com/shelton_considine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.948273"], ["updated_at", "2018-12-06 16:04:41.948273"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore ab animi et."], ["info_url", "http://franeckijerde.com/daniella"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.949711"], ["updated_at", "2018-12-06 16:04:41.949711"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfeffer.biz/dane_tremblay"], ["description", "Et molestias ut suscipit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.952784"], ["updated_at", "2018-12-06 16:04:41.952784"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda repellat est quas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.953636"], ["updated_at", "2018-12-06 16:04:41.953636"], ["app_id", 10], ["offering_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gislason.biz/bob"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.955722"], ["updated_at", "2018-12-06 16:04:41.955722"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heidenreich.biz/kraig"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.956512"], ["updated_at", "2018-12-06 16:04:41.956512"], ["distributor_id", 9], ["app_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wilkinson.info/emelda_feeney"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.958006"], ["updated_at", "2018-12-06 16:04:41.958006"], ["distributor_id", 8], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://hagenes.org/shanti"}, "id"=>"12"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://hagenes.org/shanti"], ["updated_at", "2018-12-06 16:04:41.964045"], ["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/12 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rosenbaum.info/ryan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.969106"], ["updated_at", "2018-12-06 16:04:41.969106"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi amet voluptas alias."], ["url", "http://brown.info/jarrett"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.971683"], ["updated_at", "2018-12-06 16:04:41.971683"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Recusandae ut incidunt labore."], ["info_url", "http://beahangoodwin.co/fermin.klein"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.974092"], ["updated_at", "2018-12-06 16:04:41.974092"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunze.biz/walter"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.975062"], ["updated_at", "2018-12-06 16:04:41.975062"], ["distributor_id", 10], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto quo est sint."], ["url", "http://dooley.com/rogelio"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.977474"], ["updated_at", "2018-12-06 16:04:41.977474"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aspernatur modi assumenda iusto."], ["info_url", "http://barrowskuhic.org/gilberte.sauer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.978924"], ["updated_at", "2018-12-06 16:04:41.978924"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://batzoconnell.name/dallas.watsica"], ["description", "Voluptas cupiditate laudantium dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.982053"], ["updated_at", "2018-12-06 16:04:41.982053"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae excepturi nemo et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.982961"], ["updated_at", "2018-12-06 16:04:41.982961"], ["app_id", 12], ["offering_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ankunding.biz/demarcus"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.985643"], ["updated_at", "2018-12-06 16:04:41.985643"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://streich.com/boyd_reilly"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.986500"], ["updated_at", "2018-12-06 16:04:41.986500"], ["distributor_id", 11], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://konopelski.info/miquel.hoppe"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:41.988038"], ["updated_at", "2018-12-06 16:04:41.988038"], ["distributor_id", 10], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://pouros.name/ellie_hoppe"}, "id"=>"15"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://pouros.name/ellie_hoppe"], ["updated_at", "2018-12-06 16:04:41.994374"], ["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/15 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://barrows.com/ladawn_brekke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.000080"], ["updated_at", "2018-12-06 16:04:42.000080"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium qui dignissimos minima."], ["url", "http://wolf.co/kellye_keebler"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.002901"], ["updated_at", "2018-12-06 16:04:42.002901"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nesciunt excepturi voluptatem ipsa."], ["info_url", "http://reinger.biz/maurice"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.005285"], ["updated_at", "2018-12-06 16:04:42.005285"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://konopelski.org/ahmad_feeney"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.006220"], ["updated_at", "2018-12-06 16:04:42.006220"], ["distributor_id", 12], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia illum ab animi."], ["url", "http://price.net/leif"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.008619"], ["updated_at", "2018-12-06 16:04:42.008619"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dignissimos est assumenda corrupti."], ["info_url", "http://reichertpouros.org/greg.okuneva"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.010064"], ["updated_at", "2018-12-06 16:04:42.010064"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kundelowe.info/alva"], ["description", "Tempore est officia atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.012992"], ["updated_at", "2018-12-06 16:04:42.012992"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et corrupti necessitatibus reiciendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.013815"], ["updated_at", "2018-12-06 16:04:42.013815"], ["app_id", 14], ["offering_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jacobsonhalvorson.co/cyrstal"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.016000"], ["updated_at", "2018-12-06 16:04:42.016000"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://labadie.io/cara.gibson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.016741"], ["updated_at", "2018-12-06 16:04:42.016741"], ["distributor_id", 13], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://satterfield.org/hilaria"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.018176"], ["updated_at", "2018-12-06 16:04:42.018176"], ["distributor_id", 12], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"18"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schneiderheaney.info/charles.murphy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.024963"], ["updated_at", "2018-12-06 16:04:42.024963"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor itaque incidunt dolorem."], ["url", "http://schamberger.info/ava"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.027309"], ["updated_at", "2018-12-06 16:04:42.027309"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis ex ut beatae."], ["info_url", "http://grantwolf.biz/magda"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.029447"], ["updated_at", "2018-12-06 16:04:42.029447"], ["developer_id", 15]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://labadie.io/marilee_botsford"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.030306"], ["updated_at", "2018-12-06 16:04:42.030306"], ["distributor_id", 14], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit tempora distinctio facilis."], ["url", "http://fritsch.io/vernie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.032912"], ["updated_at", "2018-12-06 16:04:42.032912"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor error quas debitis."], ["info_url", "http://gleichner.net/jenni"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.034502"], ["updated_at", "2018-12-06 16:04:42.034502"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wolff.co/ro_gibson"], ["description", "Ea assumenda inventore omnis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.037895"], ["updated_at", "2018-12-06 16:04:42.037895"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt consequatur enim officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.038714"], ["updated_at", "2018-12-06 16:04:42.038714"], ["app_id", 16], ["offering_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://klockokshlerin.co/daniel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.040854"], ["updated_at", "2018-12-06 16:04:42.040854"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kulatiedemann.io/emil"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.041554"], ["updated_at", "2018-12-06 16:04:42.041554"], ["distributor_id", 15], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://goyette.io/jeffrey"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.043055"], ["updated_at", "2018-12-06 16:04:42.043055"], ["distributor_id", 14], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"21"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-06 11:04:42 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.3ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (11.4ms)
Rendered components/_navigation.html.haml (9.4ms)
Rendered components/_footer.html.haml (5.8ms)

Completed 200 OK in 804ms (Views: 796.4ms | ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-06 11:04:42 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.3ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (3.5ms)
Rendered components/_navigation.html.haml (1.7ms)
Rendered components/_footer.html.haml (0.8ms)

Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hudsonherman.co/ena"], ["description", "Labore nemo perferendis ex."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.874120"], ["updated_at", "2018-12-06 16:04:42.874120"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nemo ratione blanditiis est."], ["url", "http://carter.co/chance"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.877051"], ["updated_at", "2018-12-06 16:04:42.877051"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Hic veniam aperiam et."], ["info_url", "http://quigley.name/kerry_powlowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.879203"], ["updated_at", "2018-12-06 16:04:42.879203"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam et dignissimos saepe."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.880161"], ["updated_at", "2018-12-06 16:04:42.880161"], ["app_id", 17], ["offering_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"10"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jakubowski.name/octavia_kovacek"], ["description", "Consequuntur praesentium facilis ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.899835"], ["updated_at", "2018-12-06 16:04:42.899835"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Corrupti omnis et ab."], ["url", "http://bahringer.co/julius"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.903146"], ["updated_at", "2018-12-06 16:04:42.903146"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti voluptas ut doloremque."], ["info_url", "http://weimann.co/marc.muller"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.905372"], ["updated_at", "2018-12-06 16:04:42.905372"], ["developer_id", 18]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa optio id deserunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.906374"], ["updated_at", "2018-12-06 16:04:42.906374"], ["app_id", 18], ["offering_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"11"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padberg.info/cedric"], ["description", "Veniam omnis excepturi quas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.914248"], ["updated_at", "2018-12-06 16:04:42.914248"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit corporis neque dolore."], ["url", "http://ortiz.info/joe.kunde"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.917151"], ["updated_at", "2018-12-06 16:04:42.917151"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur quasi ea sed."], ["info_url", "http://larsonrolfson.io/tyron"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.919726"], ["updated_at", "2018-12-06 16:04:42.919726"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam iste reprehenderit nihil."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.920852"], ["updated_at", "2018-12-06 16:04:42.920852"], ["app_id", 19], ["offering_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"12"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bernhard.org/elliott_greenfelder"], ["description", "Soluta vitae vel consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.928273"], ["updated_at", "2018-12-06 16:04:42.928273"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt vel qui necessitatibus."], ["url", "http://stantonernser.net/jordon.murazik"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.931164"], ["updated_at", "2018-12-06 16:04:42.931164"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laborum aspernatur unde repellat."], ["info_url", "http://orn.org/jonathan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.933771"], ["updated_at", "2018-12-06 16:04:42.933771"], ["developer_id", 20]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et voluptas qui occaecati."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.934999"], ["updated_at", "2018-12-06 16:04:42.934999"], ["app_id", 20], ["offering_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Minus consequatur placeat ea.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://jerde.name/gabriel_ebert"}, "id"=>"13"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Minus consequatur placeat ea."], ["shop_link", "http://jerde.name/gabriel_ebert"], ["updated_at", "2018-12-06 16:04:42.939716"], ["id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/13 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://maggio.biz/janina"], ["description", "In vel ut et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.944600"], ["updated_at", "2018-12-06 16:04:42.944600"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et delectus fugit blanditiis."], ["url", "http://hillspredovic.biz/brianne"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.947521"], ["updated_at", "2018-12-06 16:04:42.947521"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et et est quas."], ["info_url", "http://dietrichrice.co/dorie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.950011"], ["updated_at", "2018-12-06 16:04:42.950011"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Expedita omnis doloribus maiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.951017"], ["updated_at", "2018-12-06 16:04:42.951017"], ["app_id", 21], ["offering_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Cumque ad mollitia aliquid.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://dibbertglover.co/ramon.murray"}, "id"=>"14"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Cumque ad mollitia aliquid."], ["shop_link", "http://dibbertglover.co/ramon.murray"], ["updated_at", "2018-12-06 16:04:42.955163"], ["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/14 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sipes.com/brad.kerluke"], ["description", "Quaerat nam laudantium aperiam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.959943"], ["updated_at", "2018-12-06 16:04:42.959943"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla dolores nihil laboriosam."], ["url", "http://wehner.org/lupe_johnston"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.962842"], ["updated_at", "2018-12-06 16:04:42.962842"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est et sapiente libero."], ["info_url", "http://cronabeatty.co/louie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.965203"], ["updated_at", "2018-12-06 16:04:42.965203"], ["developer_id", 22]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo voluptatem ullam est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.966237"], ["updated_at", "2018-12-06 16:04:42.966237"], ["app_id", 22], ["offering_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Beatae in culpa ut.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://hamill.name/jeanene"}, "id"=>"15"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Beatae in culpa ut."], ["shop_link", "http://hamill.name/jeanene"], ["updated_at", "2018-12-06 16:04:42.970796"], ["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/15 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pollich.info/geoffrey"], ["description", "Eveniet accusamus aut incidunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.984568"], ["updated_at", "2018-12-06 16:04:42.984568"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit esse neque doloremque."], ["url", "http://upton.info/allan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.987592"], ["updated_at", "2018-12-06 16:04:42.987592"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit numquam porro illum."], ["info_url", "http://conroyhalvorson.io/eulalia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.989908"], ["updated_at", "2018-12-06 16:04:42.989908"], ["developer_id", 23]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis veritatis qui sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:42.990893"], ["updated_at", "2018-12-06 16:04:42.990893"], ["app_id", 23], ["offering_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nolangreen.net/jacquline"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.000652"], ["updated_at", "2018-12-06 16:04:43.000652"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut totam corporis et."], ["url", "http://kohler.net/clyde"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.003497"], ["updated_at", "2018-12-06 16:04:43.003497"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque non placeat laudantium."], ["info_url", "http://herzog.name/tanner"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.005938"], ["updated_at", "2018-12-06 16:04:43.005938"], ["developer_id", 24]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johnsonratke.net/carl"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.006887"], ["updated_at", "2018-12-06 16:04:43.006887"], ["distributor_id", 16], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cormier.org/jake.metz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.027679"], ["updated_at", "2018-12-06 16:04:43.027679"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "At quibusdam officiis est."], ["url", "http://mcdermotthammes.biz/franklyn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.030236"], ["updated_at", "2018-12-06 16:04:43.030236"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam quidem recusandae illum."], ["info_url", "http://stroman.co/elmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.032832"], ["updated_at", "2018-12-06 16:04:43.032832"], ["developer_id", 25]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmitt.name/linette"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.034112"], ["updated_at", "2018-12-06 16:04:43.034112"], ["distributor_id", 17], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"17"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cronarunolfsdottir.net/lesley_hodkiewicz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.043595"], ["updated_at", "2018-12-06 16:04:43.043595"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Velit id fugiat natus."], ["url", "http://kerlukebraun.org/mel.balistreri"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.046114"], ["updated_at", "2018-12-06 16:04:43.046114"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem voluptatibus aliquid et."], ["info_url", "http://klein.net/pearly.kovacek"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.048334"], ["updated_at", "2018-12-06 16:04:43.048334"], ["developer_id", 26]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconner.org/tod_huels"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.049265"], ["updated_at", "2018-12-06 16:04:43.049265"], ["distributor_id", 18], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"18"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hoppe.io/bert"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.055671"], ["updated_at", "2018-12-06 16:04:43.055671"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sequi dolores ea sint."], ["url", "http://reilly.biz/willow"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.058247"], ["updated_at", "2018-12-06 16:04:43.058247"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci nisi inventore fugiat."], ["info_url", "http://nader.info/kevin_crist"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.060554"], ["updated_at", "2018-12-06 16:04:43.060554"], ["developer_id", 27]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://welch.info/dante_shields"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.061416"], ["updated_at", "2018-12-06 16:04:43.061416"], ["distributor_id", 19], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"19"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://price.info/willian.farrell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.069220"], ["updated_at", "2018-12-06 16:04:43.069220"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto officia odio consequuntur."], ["url", "http://lynch.org/tenisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.071872"], ["updated_at", "2018-12-06 16:04:43.071872"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores mollitia et unde."], ["info_url", "http://reinger.biz/emanuel_barrows"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.074211"], ["updated_at", "2018-12-06 16:04:43.074211"], ["developer_id", 28]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reichel.co/myles.hintz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.075106"], ["updated_at", "2018-12-06 16:04:43.075106"], ["distributor_id", 20], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://fritsch.org/jed.prohaska", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"20"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://fritsch.org/jed.prohaska"], ["updated_at", "2018-12-06 16:04:43.078990"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/20 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lehner.co/delena.runte"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.083514"], ["updated_at", "2018-12-06 16:04:43.083514"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam eos ut voluptate."], ["url", "http://mueller.org/eun_barrows"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.086798"], ["updated_at", "2018-12-06 16:04:43.086798"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda praesentium et optio."], ["info_url", "http://johnspouros.io/reggie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.089181"], ["updated_at", "2018-12-06 16:04:43.089181"], ["developer_id", 29]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunde.name/kelli"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.090040"], ["updated_at", "2018-12-06 16:04:43.090040"], ["distributor_id", 21], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://haley.io/deborah", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"21"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://haley.io/deborah"], ["updated_at", "2018-12-06 16:04:43.093809"], ["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/21 Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://littel.co/zola_nolan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.097984"], ["updated_at", "2018-12-06 16:04:43.097984"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Esse quis et qui."], ["url", "http://ziemannkub.biz/krysta"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.100519"], ["updated_at", "2018-12-06 16:04:43.100519"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique illo porro quis."], ["info_url", "http://kub.info/ralph"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.103163"], ["updated_at", "2018-12-06 16:04:43.103163"], ["developer_id", 30]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stehrwilkinson.biz/malik_kilback"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.104143"], ["updated_at", "2018-12-06 16:04:43.104143"], ["distributor_id", 22], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://gibson.org/jamar.okon", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"22"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://gibson.org/jamar.okon"], ["updated_at", "2018-12-06 16:04:43.107774"], ["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/22 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Optio numquam iure nulla."], ["url", "http://ryan.com/erich.ratke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.113374"], ["updated_at", "2018-12-06 16:04:43.113374"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ullrichhauck.net/francisca.goodwin"], ["description", "Animi sed earum aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.140014"], ["updated_at", "2018-12-06 16:04:43.140014"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat itaque aut aliquam."], ["url", "http://schustermante.name/kandice_ritchie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.142591"], ["updated_at", "2018-12-06 16:04:43.142591"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis ullam iste placeat."], ["info_url", "http://beier.org/linwood"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.144802"], ["updated_at", "2018-12-06 16:04:43.144802"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum voluptatem molestiae aspernatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.145656"], ["updated_at", "2018-12-06 16:04:43.145656"], ["app_id", 31], ["offering_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus dolor praesentium nobis."], ["url", "http://block.name/alisia"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.148079"], ["updated_at", "2018-12-06 16:04:43.148079"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod alias cumque saepe."], ["info_url", "http://padberg.name/augustine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.149545"], ["updated_at", "2018-12-06 16:04:43.149545"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ratkemoriette.io/wilbur"], ["description", "Natus possimus fugiat quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.152771"], ["updated_at", "2018-12-06 16:04:43.152771"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor repellat expedita molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.153571"], ["updated_at", "2018-12-06 16:04:43.153571"], ["app_id", 32], ["offering_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boyercarter.info/shelby.robel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.155684"], ["updated_at", "2018-12-06 16:04:43.155684"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mrazfadel.info/gabriel.macgyver"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.156369"], ["updated_at", "2018-12-06 16:04:43.156369"], ["distributor_id", 23], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex mollitia reiciendis repellat."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.157809"], ["updated_at", "2018-12-06 16:04:43.157809"], ["app_id", 32], ["offering_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "In quia omnis est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.161286"], ["updated_at", "2018-12-06 16:04:43.161286"], ["works_with_id", 19], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Itaque dolorum nam rem."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carrollgreen.co/francisco_parisian"], ["description", "Quas harum excepturi tenetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.182277"], ["updated_at", "2018-12-06 16:04:43.182277"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Porro non ex et."], ["url", "http://nicolas.org/tiffiny_will"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.184806"], ["updated_at", "2018-12-06 16:04:43.184806"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quaerat sit voluptates vero."], ["info_url", "http://kohlermccullough.com/nathanael"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.186808"], ["updated_at", "2018-12-06 16:04:43.186808"], ["developer_id", 34]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex voluptatum in dignissimos."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.187692"], ["updated_at", "2018-12-06 16:04:43.187692"], ["app_id", 33], ["offering_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Totam occaecati ipsum est."], ["url", "http://cummerata.net/carleen"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.189989"], ["updated_at", "2018-12-06 16:04:43.189989"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut voluptatum ea minima."], ["info_url", "http://marvin.com/dedra.batz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.191230"], ["updated_at", "2018-12-06 16:04:43.191230"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koelpintrantow.io/carlie"], ["description", "Temporibus harum iure unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.194072"], ["updated_at", "2018-12-06 16:04:43.194072"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem enim aspernatur ratione."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.194780"], ["updated_at", "2018-12-06 16:04:43.194780"], ["app_id", 34], ["offering_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rice.com/annita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.196917"], ["updated_at", "2018-12-06 16:04:43.196917"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://franecki.org/jarvis"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.197592"], ["updated_at", "2018-12-06 16:04:43.197592"], ["distributor_id", 24], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam at non maxime."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.199026"], ["updated_at", "2018-12-06 16:04:43.199026"], ["app_id", 34], ["offering_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Est qui dicta odio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.201683"], ["updated_at", "2018-12-06 16:04:43.201683"], ["works_with_id", 22], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Molestias ut a necessitatibus."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://yost.co/waylon"], ["description", "Et mollitia inventore perferendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.211358"], ["updated_at", "2018-12-06 16:04:43.211358"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et hic pariatur maxime."], ["url", "http://kreigerrutherford.co/shanika"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.213799"], ["updated_at", "2018-12-06 16:04:43.213799"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere eligendi quod nisi."], ["info_url", "http://kub.co/nobuko"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.215941"], ["updated_at", "2018-12-06 16:04:43.215941"], ["developer_id", 36]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt voluptatem rerum atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.217004"], ["updated_at", "2018-12-06 16:04:43.217004"], ["app_id", 35], ["offering_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis vel est aut."], ["url", "http://runte.io/jayson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.219568"], ["updated_at", "2018-12-06 16:04:43.219568"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur qui autem vel."], ["info_url", "http://reinger.biz/iraida"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.221080"], ["updated_at", "2018-12-06 16:04:43.221080"], ["developer_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://damoreweinat.com/eleanor.yost"], ["description", "Sunt quaerat quisquam veniam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.224085"], ["updated_at", "2018-12-06 16:04:43.224085"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione eum beatae sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.224897"], ["updated_at", "2018-12-06 16:04:43.224897"], ["app_id", 36], ["offering_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://denesik.org/efren.kemmer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.227076"], ["updated_at", "2018-12-06 16:04:43.227076"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://borer.net/enda.goodwin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.227839"], ["updated_at", "2018-12-06 16:04:43.227839"], ["distributor_id", 25], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias non dolore neque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.229353"], ["updated_at", "2018-12-06 16:04:43.229353"], ["app_id", 36], ["offering_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Inventore rerum quisquam accusamus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.231870"], ["updated_at", "2018-12-06 16:04:43.231870"], ["works_with_id", 25], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Non ratione ipsam eaque."], ["publish_date", "2018-12-05"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"3"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boylemcdermott.biz/miriam_zemlak"], ["description", "Eveniet laudantium repellendus optio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.240351"], ["updated_at", "2018-12-06 16:04:43.240351"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et et pariatur unde."], ["url", "http://lehnerwilderman.org/felisa"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.242968"], ["updated_at", "2018-12-06 16:04:43.242968"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et et soluta qui."], ["info_url", "http://mccullough.co/claude_ernser"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.244945"], ["updated_at", "2018-12-06 16:04:43.244945"], ["developer_id", 38]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut rerum quia a."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.245773"], ["updated_at", "2018-12-06 16:04:43.245773"], ["app_id", 37], ["offering_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (11.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam aut voluptatem at."], ["url", "http://reichel.net/saul.king"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.248159"], ["updated_at", "2018-12-06 16:04:43.248159"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis quibusdam enim eius."], ["info_url", "http://nitzsche.co/walker"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.261762"], ["updated_at", "2018-12-06 16:04:43.261762"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ernserbruen.info/kasey"], ["description", "Enim quis laboriosam necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.265221"], ["updated_at", "2018-12-06 16:04:43.265221"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor magni est est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.266144"], ["updated_at", "2018-12-06 16:04:43.266144"], ["app_id", 38], ["offering_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fahey.biz/reginald"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.268995"], ["updated_at", "2018-12-06 16:04:43.268995"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bode.info/vincenzo.cummings"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.269824"], ["updated_at", "2018-12-06 16:04:43.269824"], ["distributor_id", 26], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus culpa optio incidunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.271442"], ["updated_at", "2018-12-06 16:04:43.271442"], ["app_id", 38], ["offering_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et consequuntur error sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.274154"], ["updated_at", "2018-12-06 16:04:43.274154"], ["works_with_id", 28], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quia non qui quibusdam."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"4"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jakubowski.org/tomas"], ["description", "Sit repellendus voluptas praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.282883"], ["updated_at", "2018-12-06 16:04:43.282883"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem voluptatem sit pariatur."], ["url", "http://schmittkertzmann.info/alyson.watsica"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.285693"], ["updated_at", "2018-12-06 16:04:43.285693"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas accusamus voluptatem perferendis."], ["info_url", "http://mayert.com/letha.heller"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.287897"], ["updated_at", "2018-12-06 16:04:43.287897"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti quia molestias accusamus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.288825"], ["updated_at", "2018-12-06 16:04:43.288825"], ["app_id", 39], ["offering_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Earum perferendis ut repellendus."], ["url", "http://collinshayes.net/amberly"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.291347"], ["updated_at", "2018-12-06 16:04:43.291347"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellendus iure excepturi sed."], ["info_url", "http://bode.co/kenisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.292895"], ["updated_at", "2018-12-06 16:04:43.292895"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://raynor.io/maryland"], ["description", "Nesciunt provident sit enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.295934"], ["updated_at", "2018-12-06 16:04:43.295934"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem doloremque facere iste."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.296717"], ["updated_at", "2018-12-06 16:04:43.296717"], ["app_id", 40], ["offering_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://balistreri.co/jan.brakus"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.299026"], ["updated_at", "2018-12-06 16:04:43.299026"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bosco.co/max"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.299849"], ["updated_at", "2018-12-06 16:04:43.299849"], ["distributor_id", 27], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut eos dolorem est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.301783"], ["updated_at", "2018-12-06 16:04:43.301783"], ["app_id", 40], ["offering_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Id commodi facere neque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.304375"], ["updated_at", "2018-12-06 16:04:43.304375"], ["works_with_id", 31], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cum commodi hic nemo."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Sed odio eligendi consequuntur.", "is_live"=>"true", "promo_image_url"=>"http://fadel.io/jacquelin_crist", "promo_text"=>"Dignissimos non commodi est.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"5"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Sed odio eligendi consequuntur."], ["promo_text", "Dignissimos non commodi est."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:04:43.313844"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/5 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnermcdermott.co/everett.okuneva"], ["description", "Architecto molestiae totam tenetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.319324"], ["updated_at", "2018-12-06 16:04:43.319324"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut iste et numquam."], ["url", "http://rosenbaum.name/cliff_pouros"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.321813"], ["updated_at", "2018-12-06 16:04:43.321813"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores qui nobis amet."], ["info_url", "http://bahringer.info/estela_jacobi"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.323825"], ["updated_at", "2018-12-06 16:04:43.323825"], ["developer_id", 42]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed nesciunt ipsa quasi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.324670"], ["updated_at", "2018-12-06 16:04:43.324670"], ["app_id", 41], ["offering_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati nulla et molestiae."], ["url", "http://kozey.io/dewey"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.327004"], ["updated_at", "2018-12-06 16:04:43.327004"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis qui officiis eaque."], ["info_url", "http://cormier.io/winford_gottlieb"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.328394"], ["updated_at", "2018-12-06 16:04:43.328394"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hahnward.name/mayra_walter"], ["description", "Quia sapiente ut rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.331186"], ["updated_at", "2018-12-06 16:04:43.331186"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem atque asperiores qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.331926"], ["updated_at", "2018-12-06 16:04:43.331926"], ["app_id", 42], ["offering_id", 28]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://volkman.name/jena"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.334406"], ["updated_at", "2018-12-06 16:04:43.334406"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mitchell.co/otto.yundt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.335392"], ["updated_at", "2018-12-06 16:04:43.335392"], ["distributor_id", 28], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia in dolores ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.337012"], ["updated_at", "2018-12-06 16:04:43.337012"], ["app_id", 42], ["offering_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Doloremque repellendus voluptatem iste."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.339565"], ["updated_at", "2018-12-06 16:04:43.339565"], ["works_with_id", 34], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Illum facilis odit cumque."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Ut possimus error est.", "is_live"=>"true", "promo_image_url"=>"http://huel.info/gabriel", "promo_text"=>"Vero alias magni explicabo.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Ut possimus error est."], ["promo_text", "Vero alias magni explicabo."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:04:43.347621"], ["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/6 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crooks.net/denis_doyle"], ["description", "Quia ullam non ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.353678"], ["updated_at", "2018-12-06 16:04:43.353678"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Labore aut assumenda sunt."], ["url", "http://schaden.info/rose_yost"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.356202"], ["updated_at", "2018-12-06 16:04:43.356202"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quisquam ab voluptatum occaecati."], ["info_url", "http://lubowitztreutel.info/neal"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.358242"], ["updated_at", "2018-12-06 16:04:43.358242"], ["developer_id", 44]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis sint distinctio vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.359115"], ["updated_at", "2018-12-06 16:04:43.359115"], ["app_id", 43], ["offering_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil nesciunt quis rerum."], ["url", "http://flatleyshanahan.com/rebeca"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.361486"], ["updated_at", "2018-12-06 16:04:43.361486"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut omnis rem enim."], ["info_url", "http://heathcotewalsh.biz/janita"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.362872"], ["updated_at", "2018-12-06 16:04:43.362872"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://willraynor.co/sheryll_gulgowski"], ["description", "Iure qui delectus et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.365681"], ["updated_at", "2018-12-06 16:04:43.365681"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum voluptatem doloremque praesentium."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.366417"], ["updated_at", "2018-12-06 16:04:43.366417"], ["app_id", 44], ["offering_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kemmerschroeder.com/johnnie_kulas"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.368725"], ["updated_at", "2018-12-06 16:04:43.368725"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wyman.biz/ila"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.369590"], ["updated_at", "2018-12-06 16:04:43.369590"], ["distributor_id", 29], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui tenetur ipsam ea."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.371184"], ["updated_at", "2018-12-06 16:04:43.371184"], ["app_id", 44], ["offering_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quia dignissimos sapiente asperiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.373670"], ["updated_at", "2018-12-06 16:04:43.373670"], ["works_with_id", 37], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptas et voluptatibus distinctio."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Odit id sed magnam.", "is_live"=>"true", "promo_image_url"=>"http://koch.org/alfonso.bernhard", "promo_text"=>"Omnis dolores autem eum.", "publish_date"=>"2018-12-05", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"7"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Odit id sed magnam."], ["promo_text", "Omnis dolores autem eum."], ["promo_image_url", nil], ["updated_at", "2018-12-06 16:04:43.381716"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/7 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-06 11:04:43 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnell.net/maribel_jacobs"], ["description", "Ut labore enim suscipit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.389608"], ["updated_at", "2018-12-06 16:04:43.389608"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quos facere ut eos."], ["url", "http://sanfordabshire.co/oneida_king"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.392010"], ["updated_at", "2018-12-06 16:04:43.392010"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aspernatur amet incidunt at."], ["info_url", "http://lubowitz.info/marcus_olson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.393961"], ["updated_at", "2018-12-06 16:04:43.393961"], ["developer_id", 46]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae magni eveniet ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.394794"], ["updated_at", "2018-12-06 16:04:43.394794"], ["app_id", 45], ["offering_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eius temporibus alias cumque."], ["url", "http://daughertykemmer.org/martin.oconnell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.397112"], ["updated_at", "2018-12-06 16:04:43.397112"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et a quis ratione."], ["info_url", "http://luettgen.io/margarito.wiegand"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.398462"], ["updated_at", "2018-12-06 16:04:43.398462"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://waelchi.com/blake_stehr"], ["description", "Voluptatem itaque quaerat consectetur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.401347"], ["updated_at", "2018-12-06 16:04:43.401347"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit quis ducimus sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.402317"], ["updated_at", "2018-12-06 16:04:43.402317"], ["app_id", 46], ["offering_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stehr.co/jeremiah"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.404474"], ["updated_at", "2018-12-06 16:04:43.404474"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hackettlebsack.name/cliff"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.405212"], ["updated_at", "2018-12-06 16:04:43.405212"], ["distributor_id", 30], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae ut quam delectus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.406735"], ["updated_at", "2018-12-06 16:04:43.406735"], ["app_id", 46], ["offering_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Eum consequatur quae voluptatibus.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"40"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Eum consequatur quae voluptatibus."], ["updated_at", "2018-12-06 16:04:43.413363"], ["id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/40 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walter.name/bret"], ["description", "Odio id temporibus minima."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.418567"], ["updated_at", "2018-12-06 16:04:43.418567"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est sunt maiores earum."], ["url", "http://torphywyman.net/rod.turcotte"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.421020"], ["updated_at", "2018-12-06 16:04:43.421020"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et fugit dolores aut."], ["info_url", "http://gibsonschmitt.biz/demetrice"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.423100"], ["updated_at", "2018-12-06 16:04:43.423100"], ["developer_id", 48]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio nobis praesentium natus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.423968"], ["updated_at", "2018-12-06 16:04:43.423968"], ["app_id", 47], ["offering_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum mollitia dolor dignissimos."], ["url", "http://wilderman.net/ashely"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.426323"], ["updated_at", "2018-12-06 16:04:43.426323"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis temporibus ipsam fugit."], ["info_url", "http://turner.co/chadwick_schroeder"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.427669"], ["updated_at", "2018-12-06 16:04:43.427669"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wolf.org/farrah_ledner"], ["description", "Dicta veritatis laborum sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.430391"], ["updated_at", "2018-12-06 16:04:43.430391"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae ipsam sint repellendus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.431098"], ["updated_at", "2018-12-06 16:04:43.431098"], ["app_id", 48], ["offering_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jaskolski.name/zachery"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.433220"], ["updated_at", "2018-12-06 16:04:43.433220"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okunevacrona.info/jame_stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.434333"], ["updated_at", "2018-12-06 16:04:43.434333"], ["distributor_id", 31], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Cumque reprehenderit eligendi dolores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.436234"], ["updated_at", "2018-12-06 16:04:43.436234"], ["app_id", 48], ["offering_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Qui deserunt amet magnam.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"43"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Qui deserunt amet magnam."], ["updated_at", "2018-12-06 16:04:43.442363"], ["id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/43 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turner.io/coralee_olson"], ["description", "Asperiores consequuntur repellat officiis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.446876"], ["updated_at", "2018-12-06 16:04:43.446876"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eum et reprehenderit quisquam."], ["url", "http://bailey.biz/kelley.lehner"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.449417"], ["updated_at", "2018-12-06 16:04:43.449417"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Optio in in aperiam."], ["info_url", "http://beer.info/chi.jakubowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.451386"], ["updated_at", "2018-12-06 16:04:43.451386"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates voluptatem ad odit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.452239"], ["updated_at", "2018-12-06 16:04:43.452239"], ["app_id", 49], ["offering_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Minus sit minima debitis."], ["url", "http://hodkiewiczbahringer.net/raymundo.macgyver"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.454625"], ["updated_at", "2018-12-06 16:04:43.454625"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea nisi sunt nostrum."], ["info_url", "http://mertzwunsch.io/callie.larson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.455985"], ["updated_at", "2018-12-06 16:04:43.455985"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mooremedhurst.net/thuy"], ["description", "Est minima neque dignissimos."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.458870"], ["updated_at", "2018-12-06 16:04:43.458870"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut quo repellat ab."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.459622"], ["updated_at", "2018-12-06 16:04:43.459622"], ["app_id", 50], ["offering_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://denesik.io/ken.boehm"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.462257"], ["updated_at", "2018-12-06 16:04:43.462257"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://keeling.org/naoma"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.463044"], ["updated_at", "2018-12-06 16:04:43.463044"], ["distributor_id", 32], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit soluta ipsum nesciunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.464598"], ["updated_at", "2018-12-06 16:04:43.464598"], ["app_id", 50], ["offering_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Ut perspiciatis qui doloremque.", "is_live"=>"true", "title"=>"works_with_title"}, "id"=>"46"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "updated_at" = $2 WHERE "works_withs"."id" = $3  [["description", "Ut perspiciatis qui doloremque."], ["updated_at", "2018-12-06 16:04:43.471007"], ["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/46 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haleyhowell.com/daren"], ["description", "Ratione culpa mollitia consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.475871"], ["updated_at", "2018-12-06 16:04:43.475871"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores soluta sit cumque."], ["url", "http://wunsch.co/chase"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.478459"], ["updated_at", "2018-12-06 16:04:43.478459"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis incidunt deleniti et."], ["info_url", "http://haag.io/kathern_muller"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.480720"], ["updated_at", "2018-12-06 16:04:43.480720"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut fugit magni et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.481656"], ["updated_at", "2018-12-06 16:04:43.481656"], ["app_id", 51], ["offering_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Harum magni et quos."], ["url", "http://jast.com/miyoko"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.484436"], ["updated_at", "2018-12-06 16:04:43.484436"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et provident enim repudiandae."], ["info_url", "http://ruel.name/hilma"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.485973"], ["updated_at", "2018-12-06 16:04:43.485973"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://smith.io/luetta"], ["description", "Fuga consequatur rerum delectus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.489032"], ["updated_at", "2018-12-06 16:04:43.489032"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut nemo et sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.489811"], ["updated_at", "2018-12-06 16:04:43.489811"], ["app_id", 52], ["offering_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boscoshanahan.co/dan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.492127"], ["updated_at", "2018-12-06 16:04:43.492127"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://durganschaefer.name/boris.wilkinson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.492889"], ["updated_at", "2018-12-06 16:04:43.492889"], ["distributor_id", 33], ["app_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde omnis sed soluta."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.494417"], ["updated_at", "2018-12-06 16:04:43.494417"], ["app_id", 52], ["offering_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"49"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunzeheidenreich.io/dong"], ["description", "Voluptatum nam aut atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.501315"], ["updated_at", "2018-12-06 16:04:43.501315"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Non fugiat architecto recusandae."], ["url", "http://gislasongrady.io/evelyne.satterfield"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.503874"], ["updated_at", "2018-12-06 16:04:43.503874"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam amet ex voluptas."], ["info_url", "http://ledner.com/mac"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.505850"], ["updated_at", "2018-12-06 16:04:43.505850"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Veniam in error ad."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.506708"], ["updated_at", "2018-12-06 16:04:43.506708"], ["app_id", 53], ["offering_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat a libero sit."], ["url", "http://ernser.info/rogelio_wisoky"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.508967"], ["updated_at", "2018-12-06 16:04:43.508967"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et est quo eveniet."], ["info_url", "http://cummerata.io/trey"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.510284"], ["updated_at", "2018-12-06 16:04:43.510284"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://conroy.com/valentine"], ["description", "Voluptas aspernatur impedit rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.513071"], ["updated_at", "2018-12-06 16:04:43.513071"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe dolore quo animi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.513807"], ["updated_at", "2018-12-06 16:04:43.513807"], ["app_id", 54], ["offering_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ziemannwitting.com/prudence"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.515951"], ["updated_at", "2018-12-06 16:04:43.515951"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmitt.net/nickie_hills"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.516709"], ["updated_at", "2018-12-06 16:04:43.516709"], ["distributor_id", 34], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur placeat id illum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.518190"], ["updated_at", "2018-12-06 16:04:43.518190"], ["app_id", 54], ["offering_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"52"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carroll.biz/troy"], ["description", "Dolor voluptatem impedit facere."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.525235"], ["updated_at", "2018-12-06 16:04:43.525235"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem ut doloribus vel."], ["url", "http://wunsch.com/melvina"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.527552"], ["updated_at", "2018-12-06 16:04:43.527552"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis nostrum ducimus sit."], ["info_url", "http://little.biz/golden"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.529503"], ["updated_at", "2018-12-06 16:04:43.529503"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste soluta necessitatibus nihil."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.530325"], ["updated_at", "2018-12-06 16:04:43.530325"], ["app_id", 55], ["offering_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ab eum aut dignissimos."], ["url", "http://barton.com/abby_crist"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.532640"], ["updated_at", "2018-12-06 16:04:43.532640"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse minus eum reprehenderit."], ["info_url", "http://hudson.net/shannon"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.534479"], ["updated_at", "2018-12-06 16:04:43.534479"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://muellerhauck.name/milagro"], ["description", "Nam qui omnis molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.537848"], ["updated_at", "2018-12-06 16:04:43.537848"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum non quis deserunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.538774"], ["updated_at", "2018-12-06 16:04:43.538774"], ["app_id", 56], ["offering_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://faydickens.biz/sergio.toy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.540966"], ["updated_at", "2018-12-06 16:04:43.540966"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hamillkertzmann.name/gregg"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.541692"], ["updated_at", "2018-12-06 16:04:43.541692"], ["distributor_id", 35], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis commodi dicta qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.543199"], ["updated_at", "2018-12-06 16:04:43.543199"], ["app_id", 56], ["offering_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"55"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut autem quam voluptate."], ["url", "http://jones.net/sung_baumbach"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.562103"], ["updated_at", "2018-12-06 16:04:43.562103"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Culpa accusamus repellendus praesentium."], ["url", "http://medhurst.info/chad"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.581848"], ["updated_at", "2018-12-06 16:04:43.581848"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Voluptatibus nobis repellat tempora.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://bechtelarziemann.co/lashawn"}, "id"=>"59"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Voluptatibus nobis repellat tempora."], ["url", "http://bechtelarziemann.co/lashawn"], ["updated_at", "2018-12-06 16:04:43.585977"], ["id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/59 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores dolore alias qui."], ["url", "http://lefflerconroy.com/kerry_rice"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.590100"], ["updated_at", "2018-12-06 16:04:43.590100"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Qui aliquid quam et.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://ebertrunolfon.biz/stella_nitzsche"}, "id"=>"60"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Qui aliquid quam et."], ["url", "http://ebertrunolfon.biz/stella_nitzsche"], ["updated_at", "2018-12-06 16:04:43.593827"], ["id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/60 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sint est saepe aliquam."], ["url", "http://spinka.org/barrie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.598737"], ["updated_at", "2018-12-06 16:04:43.598737"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Explicabo dolores nemo quae.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://oreilly.name/joe.schultz"}, "id"=>"61"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Explicabo dolores nemo quae."], ["url", "http://oreilly.name/joe.schultz"], ["updated_at", "2018-12-06 16:04:43.602891"], ["id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/61 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt ullam exercitationem molestiae."], ["url", "http://lueilwitz.co/antonio.murphy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.607645"], ["updated_at", "2018-12-06 16:04:43.607645"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"62"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.3ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta recusandae non iusto."], ["url", "http://torp.co/lianne"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.615526"], ["updated_at", "2018-12-06 16:04:43.615526"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"63"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum dignissimos in commodi."], ["url", "http://lakin.net/evelin.torphy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.622055"], ["updated_at", "2018-12-06 16:04:43.622055"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"64"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoppe.biz/frida"], ["description", "Veritatis corporis quasi non."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.669238"], ["updated_at", "2018-12-06 16:04:43.669238"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem explicabo autem nihil."], ["url", "http://gaylord.com/clemmie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.671774"], ["updated_at", "2018-12-06 16:04:43.671774"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Recusandae suscipit quam officia."], ["info_url", "http://pollichwiza.org/clinton_price"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.673748"], ["updated_at", "2018-12-06 16:04:43.673748"], ["developer_id", 65]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam omnis et nesciunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.674638"], ["updated_at", "2018-12-06 16:04:43.674638"], ["app_id", 57], ["offering_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias est dolore quisquam."], ["url", "http://bayersteuber.biz/iluminada.krajcik"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.677081"], ["updated_at", "2018-12-06 16:04:43.677081"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellendus ullam eaque consectetur."], ["info_url", "http://bogisich.biz/robin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.678463"], ["updated_at", "2018-12-06 16:04:43.678463"], ["developer_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ritchieshields.co/cary"], ["description", "Magni sit sed illum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.681180"], ["updated_at", "2018-12-06 16:04:43.681180"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Id doloremque ut aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.681915"], ["updated_at", "2018-12-06 16:04:43.681915"], ["app_id", 58], ["offering_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beckercrooks.net/rene_haag"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.684061"], ["updated_at", "2018-12-06 16:04:43.684061"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zboncak.co/abraham"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.684762"], ["updated_at", "2018-12-06 16:04:43.684762"], ["distributor_id", 36], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex repellat enim qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.686168"], ["updated_at", "2018-12-06 16:04:43.686168"], ["app_id", 58], ["offering_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hirthe.info/amal_howe"], ["description", "Magnam et ab vel."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.725080"], ["updated_at", "2018-12-06 16:04:43.725080"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci quam impedit natus."], ["url", "http://ortiz.io/ronny.hermann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.727483"], ["updated_at", "2018-12-06 16:04:43.727483"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea soluta cumque est."], ["info_url", "http://pacocha.org/kelly_blanda"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.729443"], ["updated_at", "2018-12-06 16:04:43.729443"], ["developer_id", 67]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non impedit quo qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.730250"], ["updated_at", "2018-12-06 16:04:43.730250"], ["app_id", 59], ["offering_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis ipsum accusamus quas."], ["url", "http://gibson.name/florine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.732475"], ["updated_at", "2018-12-06 16:04:43.732475"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta dicta aut tempora."], ["info_url", "http://nienow.org/clora.lebsack"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.733807"], ["updated_at", "2018-12-06 16:04:43.733807"], ["developer_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okeefe.biz/loren"], ["description", "Id ea dolores est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.736909"], ["updated_at", "2018-12-06 16:04:43.736909"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut quo illum repudiandae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.737703"], ["updated_at", "2018-12-06 16:04:43.737703"], ["app_id", 60], ["offering_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lockman.org/emery"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.739977"], ["updated_at", "2018-12-06 16:04:43.739977"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kingupton.co/jason"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.740807"], ["updated_at", "2018-12-06 16:04:43.740807"], ["distributor_id", 37], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde recusandae voluptas deserunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.742308"], ["updated_at", "2018-12-06 16:04:43.742308"], ["app_id", 60], ["offering_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quo aliquid blanditiis consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.744771"], ["updated_at", "2018-12-06 16:04:43.744771"], ["works_with_id", 61], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Et voluptatem eum quidem."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quos minima nam aut."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:43.747375"], ["updated_at", "2018-12-06 16:04:43.747375"], ["testimonial_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grimes.name/whitney"], ["description", "Eos cupiditate eaque iste."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.769084"], ["updated_at", "2018-12-06 16:04:43.769084"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Saepe dolores et nobis."], ["url", "http://hermanncole.biz/gidget"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.771652"], ["updated_at", "2018-12-06 16:04:43.771652"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores officia eum totam."], ["info_url", "http://powlowskiebert.org/kaycee"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.773676"], ["updated_at", "2018-12-06 16:04:43.773676"], ["developer_id", 69]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam possimus ipsa qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.774518"], ["updated_at", "2018-12-06 16:04:43.774518"], ["app_id", 61], ["offering_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates natus molestiae ipsam."], ["url", "http://johnson.info/valentin.greenholt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.776758"], ["updated_at", "2018-12-06 16:04:43.776758"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dignissimos non pariatur consequatur."], ["info_url", "http://jacobson.com/dawn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.778066"], ["updated_at", "2018-12-06 16:04:43.778066"], ["developer_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://simonis.com/murray"], ["description", "Sequi tenetur libero beatae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.780806"], ["updated_at", "2018-12-06 16:04:43.780806"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit et ipsum explicabo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.781569"], ["updated_at", "2018-12-06 16:04:43.781569"], ["app_id", 62], ["offering_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://danielvonrueden.net/dana"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.783612"], ["updated_at", "2018-12-06 16:04:43.783612"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://christiansenprohaska.name/vaughn_considine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.784285"], ["updated_at", "2018-12-06 16:04:43.784285"], ["distributor_id", 38], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis fuga qui iusto."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.795502"], ["updated_at", "2018-12-06 16:04:43.795502"], ["app_id", 62], ["offering_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptates qui quia sapiente."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.798325"], ["updated_at", "2018-12-06 16:04:43.798325"], ["works_with_id", 64], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quidem quas ab labore."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Animi magni non consequatur."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:43.800771"], ["updated_at", "2018-12-06 16:04:43.800771"], ["testimonial_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hettingerdavis.info/adelaida.fadel"], ["description", "Molestiae sed fuga aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.810972"], ["updated_at", "2018-12-06 16:04:43.810972"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta aut vitae odit."], ["url", "http://schulist.com/debbie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.814212"], ["updated_at", "2018-12-06 16:04:43.814212"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem mollitia dolore sed."], ["info_url", "http://hickleemmerich.biz/van"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.816418"], ["updated_at", "2018-12-06 16:04:43.816418"], ["developer_id", 71]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur ipsum et dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.817826"], ["updated_at", "2018-12-06 16:04:43.817826"], ["app_id", 63], ["offering_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quo nesciunt rem ipsum."], ["url", "http://johnstonbauch.name/shelton"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.820538"], ["updated_at", "2018-12-06 16:04:43.820538"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti atque est consectetur."], ["info_url", "http://pouros.name/corrina"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.822045"], ["updated_at", "2018-12-06 16:04:43.822045"], ["developer_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beergreenfelder.info/osvaldo.ziemann"], ["description", "Et modi alias enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.825140"], ["updated_at", "2018-12-06 16:04:43.825140"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium laboriosam quibusdam eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.825960"], ["updated_at", "2018-12-06 16:04:43.825960"], ["app_id", 64], ["offering_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moenmiller.io/chi"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.828213"], ["updated_at", "2018-12-06 16:04:43.828213"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://skiles.com/mario"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.829194"], ["updated_at", "2018-12-06 16:04:43.829194"], ["distributor_id", 39], ["app_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae accusantium dignissimos est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.830839"], ["updated_at", "2018-12-06 16:04:43.830839"], ["app_id", 64], ["offering_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Temporibus labore recusandae enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.833782"], ["updated_at", "2018-12-06 16:04:43.833782"], ["works_with_id", 67], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Et explicabo asperiores consectetur."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Facilis nemo hic maiores."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:43.835958"], ["updated_at", "2018-12-06 16:04:43.835958"], ["testimonial_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"3"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://howell.net/annamaria.beier"], ["description", "Laudantium harum rerum quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.845384"], ["updated_at", "2018-12-06 16:04:43.845384"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Harum mollitia enim quia."], ["url", "http://effertz.net/rickie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.848130"], ["updated_at", "2018-12-06 16:04:43.848130"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque quaerat autem nihil."], ["info_url", "http://donnelly.org/rebeca_hermiston"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.850496"], ["updated_at", "2018-12-06 16:04:43.850496"], ["developer_id", 73]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur eveniet rerum qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.851602"], ["updated_at", "2018-12-06 16:04:43.851602"], ["app_id", 65], ["offering_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Autem aut qui ab."], ["url", "http://bergnaumhodkiewicz.name/lavenia_wuckert"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.854380"], ["updated_at", "2018-12-06 16:04:43.854380"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum voluptas cumque consequatur."], ["info_url", "http://mitchell.net/grover"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.855904"], ["updated_at", "2018-12-06 16:04:43.855904"], ["developer_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bashirian.io/dora_oreilly"], ["description", "Veritatis qui vero laborum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.859019"], ["updated_at", "2018-12-06 16:04:43.859019"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni esse occaecati voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.859770"], ["updated_at", "2018-12-06 16:04:43.859770"], ["app_id", 66], ["offering_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cremintremblay.biz/marty_johnston"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.861988"], ["updated_at", "2018-12-06 16:04:43.861988"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://west.name/connie.senger"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.862710"], ["updated_at", "2018-12-06 16:04:43.862710"], ["distributor_id", 40], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio vero debitis molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.864289"], ["updated_at", "2018-12-06 16:04:43.864289"], ["app_id", 66], ["offering_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ad aut aut ratione."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.866942"], ["updated_at", "2018-12-06 16:04:43.866942"], ["works_with_id", 70], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sint hic quibusdam aut."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quo reiciendis ab ut."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:43.869282"], ["updated_at", "2018-12-06 16:04:43.869282"], ["testimonial_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ebert.info/rashad"], ["description", "Veritatis excepturi ipsam nemo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.879832"], ["updated_at", "2018-12-06 16:04:43.879832"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut aliquam necessitatibus earum."], ["url", "http://bauch.biz/ming.kutch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.882533"], ["updated_at", "2018-12-06 16:04:43.882533"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui aut eum hic."], ["info_url", "http://beckersipes.io/elli"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.884608"], ["updated_at", "2018-12-06 16:04:43.884608"], ["developer_id", 75]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis rerum quia aliquam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.885568"], ["updated_at", "2018-12-06 16:04:43.885568"], ["app_id", 67], ["offering_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Vel sequi nihil assumenda."], ["url", "http://mcglynnwaelchi.org/tristan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.887960"], ["updated_at", "2018-12-06 16:04:43.887960"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci magni perspiciatis consequatur."], ["info_url", "http://stroman.name/lavone"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.889380"], ["updated_at", "2018-12-06 16:04:43.889380"], ["developer_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weinat.name/randy.predovic"], ["description", "Minima est et corporis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.892257"], ["updated_at", "2018-12-06 16:04:43.892257"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat labore sint ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.892984"], ["updated_at", "2018-12-06 16:04:43.892984"], ["app_id", 68], ["offering_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reynoldslarson.io/raphael_waters"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.895130"], ["updated_at", "2018-12-06 16:04:43.895130"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://douglaslockman.org/ardella_kiehn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.895807"], ["updated_at", "2018-12-06 16:04:43.895807"], ["distributor_id", 41], ["app_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim aperiam laborum atque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.897320"], ["updated_at", "2018-12-06 16:04:43.897320"], ["app_id", 68], ["offering_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quod dicta qui cum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.899776"], ["updated_at", "2018-12-06 16:04:43.899776"], ["works_with_id", 73], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Earum pariatur autem quis."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quis similique culpa autem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:43.902010"], ["updated_at", "2018-12-06 16:04:43.902010"], ["testimonial_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Amet ipsam dolorem repellendus.", "image_url"=>"http://kertzmannkaulke.com/taneka", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Amet ipsam dolorem repellendus."], ["updated_at", "2018-12-06 16:04:43.910668"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crooks.com/damien"], ["description", "Beatae voluptatem quis dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.917611"], ["updated_at", "2018-12-06 16:04:43.917611"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "A voluptas sequi aut."], ["url", "http://medhurst.net/keely"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.920327"], ["updated_at", "2018-12-06 16:04:43.920327"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis nulla illum quidem."], ["info_url", "http://grant.io/lahoma"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.922517"], ["updated_at", "2018-12-06 16:04:43.922517"], ["developer_id", 77]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam sapiente reiciendis enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.923345"], ["updated_at", "2018-12-06 16:04:43.923345"], ["app_id", 69], ["offering_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda dolore voluptas totam."], ["url", "http://toywaelchi.co/suzy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.925865"], ["updated_at", "2018-12-06 16:04:43.925865"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia voluptatum dolor accusantium."], ["info_url", "http://littel.info/bebe_carroll"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.927214"], ["updated_at", "2018-12-06 16:04:43.927214"], ["developer_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cremin.org/phyllis"], ["description", "Non aperiam illum ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.930121"], ["updated_at", "2018-12-06 16:04:43.930121"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem fugiat id sunt."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.930918"], ["updated_at", "2018-12-06 16:04:43.930918"], ["app_id", 70], ["offering_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prosacco.org/sydney"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.933034"], ["updated_at", "2018-12-06 16:04:43.933034"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bosco.name/luetta"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.933727"], ["updated_at", "2018-12-06 16:04:43.933727"], ["distributor_id", 42], ["app_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis voluptas sint qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.935608"], ["updated_at", "2018-12-06 16:04:43.935608"], ["app_id", 70], ["offering_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Repudiandae optio quaerat ab."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.938186"], ["updated_at", "2018-12-06 16:04:43.938186"], ["works_with_id", 76], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Fugiat ab rem aut."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Perspiciatis sed dolorem molestias."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:43.940228"], ["updated_at", "2018-12-06 16:04:43.940228"], ["testimonial_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Sed quam harum voluptatem.", "image_url"=>"http://sipes.net/trenton", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Sed quam harum voluptatem."], ["updated_at", "2018-12-06 16:04:43.948408"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/6 Completed 302 Found in 8ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://effertz.io/wes.friesen"], ["description", "Consequatur asperiores dolorem quo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.955013"], ["updated_at", "2018-12-06 16:04:43.955013"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "A sunt tempora aut."], ["url", "http://jones.io/dana.davis"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.957468"], ["updated_at", "2018-12-06 16:04:43.957468"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta itaque ut sed."], ["info_url", "http://dooleydubuque.org/brenton.fadel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.959437"], ["updated_at", "2018-12-06 16:04:43.959437"], ["developer_id", 79]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non repellendus suscipit ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.960326"], ["updated_at", "2018-12-06 16:04:43.960326"], ["app_id", 71], ["offering_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum eveniet debitis qui."], ["url", "http://fisher.org/austin.ernser"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.962653"], ["updated_at", "2018-12-06 16:04:43.962653"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorum similique minus rerum."], ["info_url", "http://hoppeschuppe.net/genaro"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.964042"], ["updated_at", "2018-12-06 16:04:43.964042"], ["developer_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pouros.io/donnie_grimes"], ["description", "Quia assumenda omnis modi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.966991"], ["updated_at", "2018-12-06 16:04:43.966991"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Natus laboriosam necessitatibus excepturi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.967784"], ["updated_at", "2018-12-06 16:04:43.967784"], ["app_id", 72], ["offering_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oberbrunnerrempel.io/mariel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.970120"], ["updated_at", "2018-12-06 16:04:43.970120"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gislason.co/woodrow"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.970852"], ["updated_at", "2018-12-06 16:04:43.970852"], ["distributor_id", 43], ["app_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi est vero adipisci."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.972618"], ["updated_at", "2018-12-06 16:04:43.972618"], ["app_id", 72], ["offering_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatem sint laboriosam voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.975082"], ["updated_at", "2018-12-06 16:04:43.975082"], ["works_with_id", 79], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Esse aut maxime quo."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ipsam quis libero impedit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-06 16:04:43.977199"], ["updated_at", "2018-12-06 16:04:43.977199"], ["testimonial_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"In unde nemo nostrum.", "image_url"=>"http://hauck.name/tatiana", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"7"}
TestimonialSlide Load (0.1ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 79], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "In unde nemo nostrum."], ["updated_at", "2018-12-06 16:04:43.985302"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/7 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi ut deserunt et."], ["url", "http://hackett.net/almeda_swift"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.990592"], ["updated_at", "2018-12-06 16:04:43.990592"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis ut eos enim."], ["info_url", "http://funk.info/bradford"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.992139"], ["updated_at", "2018-12-06 16:04:43.992139"], ["developer_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rosenbaumward.net/sharon"], ["description", "Quisquam culpa in et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.995023"], ["updated_at", "2018-12-06 16:04:43.995023"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Et aspernatur ut repellendus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.995821"], ["updated_at", "2018-12-06 16:04:43.995821"], ["app_id", 73], ["offering_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kerluke.info/karmen.bauch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.997971"], ["updated_at", "2018-12-06 16:04:43.997971"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wunsch.biz/lien.schowalter"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:43.998687"], ["updated_at", "2018-12-06 16:04:43.998687"], ["distributor_id", 44], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"73"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet qui praesentium tenetur."], ["url", "http://zboncak.org/sherwood_west"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.007779"], ["updated_at", "2018-12-06 16:04:44.007779"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et sequi libero minus."], ["info_url", "http://langoshdavis.biz/shasta_schmeler"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.009342"], ["updated_at", "2018-12-06 16:04:44.009342"], ["developer_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harveyfriesen.name/wilson_bode"], ["description", "In a quae dolorum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.012566"], ["updated_at", "2018-12-06 16:04:44.012566"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam qui tempora enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.013403"], ["updated_at", "2018-12-06 16:04:44.013403"], ["app_id", 74], ["offering_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kunde.net/antione"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.015607"], ["updated_at", "2018-12-06 16:04:44.015607"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stiedemannvandervort.org/tara"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.016442"], ["updated_at", "2018-12-06 16:04:44.016442"], ["distributor_id", 45], ["app_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"74"}
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates voluptatem consequatur sunt."], ["url", "http://daugherty.info/iac_moore"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.024220"], ["updated_at", "2018-12-06 16:04:44.024220"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium velit est sunt."], ["info_url", "http://schulistkeebler.name/odis_gibson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.025827"], ["updated_at", "2018-12-06 16:04:44.025827"], ["developer_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fay.org/shala"], ["description", "Quae autem perspiciatis ducimus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.028876"], ["updated_at", "2018-12-06 16:04:44.028876"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor qui expedita aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.029639"], ["updated_at", "2018-12-06 16:04:44.029639"], ["app_id", 75], ["offering_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hills.info/jackie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.031973"], ["updated_at", "2018-12-06 16:04:44.031973"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://macejkovic.io/kattie.powlowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.032752"], ["updated_at", "2018-12-06 16:04:44.032752"], ["distributor_id", 46], ["app_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"75"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eum ut quisquam molestiae."], ["url", "http://mosciski.org/terrie.mills"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.052005"], ["updated_at", "2018-12-06 16:04:44.052005"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea incidunt iusto libero."], ["info_url", "http://ferrybrown.com/maren"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.054001"], ["updated_at", "2018-12-06 16:04:44.054001"], ["developer_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cummerata.org/melaine"], ["description", "Aliquid nam officia dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.057063"], ["updated_at", "2018-12-06 16:04:44.057063"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci eaque temporibus quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.057783"], ["updated_at", "2018-12-06 16:04:44.057783"], ["app_id", 76], ["offering_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriette.com/johnna"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.059897"], ["updated_at", "2018-12-06 16:04:44.059897"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blockcorwin.io/garth"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.060589"], ["updated_at", "2018-12-06 16:04:44.060589"], ["distributor_id", 47], ["app_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Nihil consectetur quia voluptatem.", "info_url"=>"http://waterscorwin.net/jim", "is_live"=>"true", "name"=>"app_name"}, "id"=>"76"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 84], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Nihil consectetur quia voluptatem."], ["updated_at", "2018-12-06 16:04:44.065204"], ["id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/76 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quod libero ipsam aliquam."], ["url", "http://walsh.name/melvin.johnson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.070986"], ["updated_at", "2018-12-06 16:04:44.070986"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque veritatis quia corporis."], ["info_url", "http://leannon.co/racquel_berge"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.072546"], ["updated_at", "2018-12-06 16:04:44.072546"], ["developer_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hettinger.biz/briana.cormier"], ["description", "Facere dignissimos fugiat consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.075698"], ["updated_at", "2018-12-06 16:04:44.075698"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam totam repellendus voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.076560"], ["updated_at", "2018-12-06 16:04:44.076560"], ["app_id", 77], ["offering_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://volkmancarter.org/anette"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.078742"], ["updated_at", "2018-12-06 16:04:44.078742"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runolfsdottir.com/camellia_wiza"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.079510"], ["updated_at", "2018-12-06 16:04:44.079510"], ["distributor_id", 48], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Sapiente voluptatem qui quam.", "info_url"=>"http://wolff.info/herb", "is_live"=>"true", "name"=>"app_name"}, "id"=>"77"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Sapiente voluptatem qui quam."], ["updated_at", "2018-12-06 16:04:44.084517"], ["id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/77 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quas aut eos quia."], ["url", "http://reinger.org/stephanie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.089572"], ["updated_at", "2018-12-06 16:04:44.089572"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nesciunt rerum dignissimos dolor."], ["info_url", "http://halvorson.net/chad"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.091085"], ["updated_at", "2018-12-06 16:04:44.091085"], ["developer_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunde.net/vincent"], ["description", "Labore aperiam dicta est."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.094131"], ["updated_at", "2018-12-06 16:04:44.094131"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam non consequatur culpa."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.095056"], ["updated_at", "2018-12-06 16:04:44.095056"], ["app_id", 78], ["offering_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ryan.net/phillip_robel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.097249"], ["updated_at", "2018-12-06 16:04:44.097249"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://spinka.name/brigida"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.097947"], ["updated_at", "2018-12-06 16:04:44.097947"], ["distributor_id", 49], ["app_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Voluptates esse occaecati voluptatem.", "info_url"=>"http://bins.co/monroe_erdman", "is_live"=>"true", "name"=>"app_name"}, "id"=>"78"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 86], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Voluptates esse occaecati voluptatem."], ["updated_at", "2018-12-06 16:04:44.102784"], ["id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/78 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Enim commodi sed tempora."], ["url", "http://cartwright.info/dwight"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.107963"], ["updated_at", "2018-12-06 16:04:44.107963"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur adipisci eligendi ut."], ["info_url", "http://ryan.org/jame_mayer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.109532"], ["updated_at", "2018-12-06 16:04:44.109532"], ["developer_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zulauf.io/raye.bernier"], ["description", "Sapiente officia dolorem illo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.112798"], ["updated_at", "2018-12-06 16:04:44.112798"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea qui praesentium dicta."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.113586"], ["updated_at", "2018-12-06 16:04:44.113586"], ["app_id", 79], ["offering_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lindgren.info/phil"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.115864"], ["updated_at", "2018-12-06 16:04:44.115864"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cole.name/sheba_hodkiewicz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.116893"], ["updated_at", "2018-12-06 16:04:44.116893"], ["distributor_id", 50], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://steuber.net/monet"], ["description", "Porro adipisci atque laudantium."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.135166"], ["updated_at", "2018-12-06 16:04:44.135166"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt odit sit ut."], ["url", "http://ernser.info/lizabeth"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.137887"], ["updated_at", "2018-12-06 16:04:44.137887"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quaerat harum ea praesentium."], ["info_url", "http://ziemann.net/horace"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.139945"], ["updated_at", "2018-12-06 16:04:44.139945"], ["developer_id", 88]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit accusantium sed consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.140806"], ["updated_at", "2018-12-06 16:04:44.140806"], ["app_id", 80], ["offering_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quam veniam qui eveniet."], ["url", "http://connelly.io/cay.conroy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.143378"], ["updated_at", "2018-12-06 16:04:44.143378"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nesciunt architecto error eos."], ["info_url", "http://rice.name/ellie.hettinger"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.144805"], ["updated_at", "2018-12-06 16:04:44.144805"], ["developer_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bogan.net/jasmine_herman"], ["description", "Qui tempore quam natus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.147627"], ["updated_at", "2018-12-06 16:04:44.147627"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque corrupti aut temporibus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.148388"], ["updated_at", "2018-12-06 16:04:44.148388"], ["app_id", 81], ["offering_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://halvorsongreen.info/ricky"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.150397"], ["updated_at", "2018-12-06 16:04:44.150397"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://carterwelch.biz/ruthie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.151125"], ["updated_at", "2018-12-06 16:04:44.151125"], ["distributor_id", 51], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi nihil amet quo."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.152602"], ["updated_at", "2018-12-06 16:04:44.152602"], ["app_id", 81], ["offering_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Doloremque nihil ut saepe."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.155122"], ["updated_at", "2018-12-06 16:04:44.155122"], ["works_with_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bauch.name/marcos_dubuque"], ["description", "Aspernatur eos ratione commodi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.177300"], ["updated_at", "2018-12-06 16:04:44.177300"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit ab optio unde."], ["url", "http://beier.com/seymour.hane"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.179926"], ["updated_at", "2018-12-06 16:04:44.179926"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nostrum id at eaque."], ["info_url", "http://hermistonstanton.io/melodie.rempel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.182039"], ["updated_at", "2018-12-06 16:04:44.182039"], ["developer_id", 90]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur nostrum quos sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.182942"], ["updated_at", "2018-12-06 16:04:44.182942"], ["app_id", 82], ["offering_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit doloremque autem impedit."], ["url", "http://moen.name/josphine"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.185236"], ["updated_at", "2018-12-06 16:04:44.185236"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et nisi tempora et."], ["info_url", "http://wisozk.name/rolland"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.186592"], ["updated_at", "2018-12-06 16:04:44.186592"], ["developer_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://white.co/towanda"], ["description", "Iste et voluptatem sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.189525"], ["updated_at", "2018-12-06 16:04:44.189525"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis consequatur ea voluptatum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.190239"], ["updated_at", "2018-12-06 16:04:44.190239"], ["app_id", 83], ["offering_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kutch.info/tonisha"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.192256"], ["updated_at", "2018-12-06 16:04:44.192256"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mills.net/tiana.shanahan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.192929"], ["updated_at", "2018-12-06 16:04:44.192929"], ["distributor_id", 52], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas atque provident tempora."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.194356"], ["updated_at", "2018-12-06 16:04:44.194356"], ["app_id", 83], ["offering_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Saepe est laudantium iste."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.195926"], ["updated_at", "2018-12-06 16:04:44.195926"], ["works_with_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rempelcruickshank.co/terrance.ferry"], ["description", "Doloribus nihil sed quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.204582"], ["updated_at", "2018-12-06 16:04:44.204582"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam aut sit porro."], ["url", "http://fahey.co/hermila"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.207156"], ["updated_at", "2018-12-06 16:04:44.207156"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus expedita fugiat voluptas."], ["info_url", "http://lesch.org/pearl_spinka"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.209246"], ["updated_at", "2018-12-06 16:04:44.209246"], ["developer_id", 92]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit nesciunt et quos."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.210127"], ["updated_at", "2018-12-06 16:04:44.210127"], ["app_id", 84], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta laborum qui aut."], ["url", "http://hayes.co/mauricio"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.212667"], ["updated_at", "2018-12-06 16:04:44.212667"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "A molestiae velit deleniti."], ["info_url", "http://reichert.org/lucien"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.214004"], ["updated_at", "2018-12-06 16:04:44.214004"], ["developer_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ruecker.io/randy_leannon"], ["description", "Pariatur id non ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.217367"], ["updated_at", "2018-12-06 16:04:44.217367"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt corrupti saepe at."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.218281"], ["updated_at", "2018-12-06 16:04:44.218281"], ["app_id", 85], ["offering_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://murphy.biz/jorge"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.220495"], ["updated_at", "2018-12-06 16:04:44.220495"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hicklebogisich.org/tommy.deckow"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.221242"], ["updated_at", "2018-12-06 16:04:44.221242"], ["distributor_id", 53], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Inventore reprehenderit sequi dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.222711"], ["updated_at", "2018-12-06 16:04:44.222711"], ["app_id", 85], ["offering_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Vitae autem suscipit ratione."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.224448"], ["updated_at", "2018-12-06 16:04:44.224448"], ["works_with_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beierjacobs.name/lilli"], ["description", "Molestiae omnis provident facere."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.232450"], ["updated_at", "2018-12-06 16:04:44.232450"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et assumenda ex aut."], ["url", "http://torp.name/ladawn"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.235512"], ["updated_at", "2018-12-06 16:04:44.235512"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis voluptas quis ex."], ["info_url", "http://hoppe.net/georgiann.hilpert"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.237694"], ["updated_at", "2018-12-06 16:04:44.237694"], ["developer_id", 94]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam sequi distinctio et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.238587"], ["updated_at", "2018-12-06 16:04:44.238587"], ["app_id", 86], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Velit ut omnis eaque."], ["url", "http://mcculloughjones.org/alfonzo"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.241126"], ["updated_at", "2018-12-06 16:04:44.241126"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint architecto officia ex."], ["info_url", "http://bashiriankunde.biz/woodrow_stanton"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.242470"], ["updated_at", "2018-12-06 16:04:44.242470"], ["developer_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottlieb.name/virgil"], ["description", "Ea eaque dicta doloribus."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.245465"], ["updated_at", "2018-12-06 16:04:44.245465"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim molestiae nam dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.246248"], ["updated_at", "2018-12-06 16:04:44.246248"], ["app_id", 87], ["offering_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriette.com/asa"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.248312"], ["updated_at", "2018-12-06 16:04:44.248312"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hirthe.biz/alexander.aufderhar"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.249121"], ["updated_at", "2018-12-06 16:04:44.249121"], ["distributor_id", 54], ["app_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus nulla quis adipisci."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.250563"], ["updated_at", "2018-12-06 16:04:44.250563"], ["app_id", 87], ["offering_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Alias sit modi velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.252157"], ["updated_at", "2018-12-06 16:04:44.252157"], ["works_with_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blocklubowitz.co/altha.effertz"], ["description", "In velit consequatur perferendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.262135"], ["updated_at", "2018-12-06 16:04:44.262135"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Harum sit error aliquam."], ["url", "http://haley.com/larry_crona"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.264765"], ["updated_at", "2018-12-06 16:04:44.264765"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corporis recusandae inventore nulla."], ["info_url", "http://kris.info/nikita_ruel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.267133"], ["updated_at", "2018-12-06 16:04:44.267133"], ["developer_id", 96]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti debitis voluptates velit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.268177"], ["updated_at", "2018-12-06 16:04:44.268177"], ["app_id", 88], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi rerum odit itaque."], ["url", "http://huelskoepp.biz/rick.kerluke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.270652"], ["updated_at", "2018-12-06 16:04:44.270652"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore saepe in ab."], ["info_url", "http://aufderhar.com/philip_swaniawski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.272144"], ["updated_at", "2018-12-06 16:04:44.272144"], ["developer_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://smith.name/danilo"], ["description", "Quia sunt ipsum voluptas."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.275230"], ["updated_at", "2018-12-06 16:04:44.275230"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Est odit porro qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.275968"], ["updated_at", "2018-12-06 16:04:44.275968"], ["app_id", 89], ["offering_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuphalchristiansen.name/oscar.rippin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.278461"], ["updated_at", "2018-12-06 16:04:44.278461"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lehner.org/jewell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.279288"], ["updated_at", "2018-12-06 16:04:44.279288"], ["distributor_id", 55], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt debitis fugit perferendis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.280864"], ["updated_at", "2018-12-06 16:04:44.280864"], ["app_id", 89], ["offering_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Eos provident quo molestias."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.282760"], ["updated_at", "2018-12-06 16:04:44.282760"], ["works_with_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Dolores provident est voluptate.", "image_url"=>"http://kreigerohara.io/alanna.klocko", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 101], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Dolores provident est voluptate."], ["updated_at", "2018-12-06 16:04:44.290697"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://farrell.io/kellye"], ["description", "Est ipsa quia nobis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.296551"], ["updated_at", "2018-12-06 16:04:44.296551"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Vel dolor ut facere."], ["url", "http://huels.biz/coy"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.299046"], ["updated_at", "2018-12-06 16:04:44.299046"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora rerum aut optio."], ["info_url", "http://kihn.net/brande_swift"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.301245"], ["updated_at", "2018-12-06 16:04:44.301245"], ["developer_id", 98]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Labore autem at nulla."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.302213"], ["updated_at", "2018-12-06 16:04:44.302213"], ["app_id", 90], ["offering_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas sunt quaerat aliquid."], ["url", "http://rempel.co/catrina_volkman"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.304715"], ["updated_at", "2018-12-06 16:04:44.304715"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Numquam repellat saepe molestiae."], ["info_url", "http://sauerweber.io/usha_tromp"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.306135"], ["updated_at", "2018-12-06 16:04:44.306135"], ["developer_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://batzbailey.com/bridgette"], ["description", "Consequatur aut autem qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.309032"], ["updated_at", "2018-12-06 16:04:44.309032"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit ratione iure enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.309754"], ["updated_at", "2018-12-06 16:04:44.309754"], ["app_id", 91], ["offering_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://purdy.name/lon.goyette"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.311913"], ["updated_at", "2018-12-06 16:04:44.311913"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://douglas.net/serena_effertz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.312573"], ["updated_at", "2018-12-06 16:04:44.312573"], ["distributor_id", 56], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Non consectetur fugiat repellat."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.314021"], ["updated_at", "2018-12-06 16:04:44.314021"], ["app_id", 91], ["offering_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Qui fugit sed officia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.315814"], ["updated_at", "2018-12-06 16:04:44.315814"], ["works_with_id", 104]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Voluptas alias eligendi quae.", "image_url"=>"http://smitham.biz/lonnie.smith", "is_live"=>"true"}, "id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 104], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 99], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Voluptas alias eligendi quae."], ["updated_at", "2018-12-06 16:04:44.322686"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/6 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://medhurst.org/stephen.schuppe"], ["description", "Doloribus harum et cum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.328066"], ["updated_at", "2018-12-06 16:04:44.328066"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est dolorem optio assumenda."], ["url", "http://bechtelarlebsack.biz/jonell"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.330697"], ["updated_at", "2018-12-06 16:04:44.330697"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo quasi delectus atque."], ["info_url", "http://moriettedeckow.info/keith"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.332856"], ["updated_at", "2018-12-06 16:04:44.332856"], ["developer_id", 100]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit et soluta qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.333760"], ["updated_at", "2018-12-06 16:04:44.333760"], ["app_id", 92], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas temporibus illum nam."], ["url", "http://parkerprosacco.info/derek_stracke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.336400"], ["updated_at", "2018-12-06 16:04:44.336400"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit enim distinctio quod."], ["info_url", "http://parker.com/rickie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.337877"], ["updated_at", "2018-12-06 16:04:44.337877"], ["developer_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boehm.net/avril"], ["description", "Doloremque deserunt cum aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.340846"], ["updated_at", "2018-12-06 16:04:44.340846"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui totam omnis beatae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.341706"], ["updated_at", "2018-12-06 16:04:44.341706"], ["app_id", 93], ["offering_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hettinger.name/tiffany"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.343799"], ["updated_at", "2018-12-06 16:04:44.343799"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schoengorczany.biz/apryl"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.344514"], ["updated_at", "2018-12-06 16:04:44.344514"], ["distributor_id", 57], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero voluptas eos maiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.345932"], ["updated_at", "2018-12-06 16:04:44.345932"], ["app_id", 93], ["offering_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptas consequatur qui voluptates."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.347574"], ["updated_at", "2018-12-06 16:04:44.347574"], ["works_with_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Et commodi qui sequi.", "image_url"=>"http://considine.com/alfonso_grant", "is_live"=>"true"}, "id"=>"7"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 101], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Et commodi qui sequi."], ["updated_at", "2018-12-06 16:04:44.354951"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/7 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://flatleywilliamson.org/melvin"], ["description", "Excepturi porro maiores recusandae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.380858"], ["updated_at", "2018-12-06 16:04:44.380858"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Distinctio minus recusandae voluptas."], ["url", "http://schinner.info/elwood"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.383411"], ["updated_at", "2018-12-06 16:04:44.383411"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda nam atque illo."], ["info_url", "http://glover.info/hortense"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.385395"], ["updated_at", "2018-12-06 16:04:44.385395"], ["developer_id", 102]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui optio debitis ex."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.386223"], ["updated_at", "2018-12-06 16:04:44.386223"], ["app_id", 94], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatibus harum consectetur autem."], ["url", "http://stanton.co/cory_raynor"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.388489"], ["updated_at", "2018-12-06 16:04:44.388489"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis voluptates temporibus eos."], ["info_url", "http://cronin.com/leie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.389789"], ["updated_at", "2018-12-06 16:04:44.389789"], ["developer_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://roberts.co/te"], ["description", "Voluptatem quia inventore esse."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.392564"], ["updated_at", "2018-12-06 16:04:44.392564"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint sequi aut eum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.393310"], ["updated_at", "2018-12-06 16:04:44.393310"], ["app_id", 95], ["offering_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feeney.name/ramona_tillman"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.395440"], ["updated_at", "2018-12-06 16:04:44.395440"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://berniercummerata.info/galen_cronin"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.396131"], ["updated_at", "2018-12-06 16:04:44.396131"], ["distributor_id", 58], ["app_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis aspernatur maiores quam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.397490"], ["updated_at", "2018-12-06 16:04:44.397490"], ["app_id", 95], ["offering_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmitt.net/geri"], ["description", "Itaque nam sequi dicta."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.402551"], ["updated_at", "2018-12-06 16:04:44.402551"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut nam nostrum quis."], ["url", "http://hackettsporer.net/genevive.gleichner"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.404966"], ["updated_at", "2018-12-06 16:04:44.404966"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos eligendi id ut."], ["info_url", "http://cummerataschulist.io/janna"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.407020"], ["updated_at", "2018-12-06 16:04:44.407020"], ["developer_id", 104]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam nesciunt quibusdam ad."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.407851"], ["updated_at", "2018-12-06 16:04:44.407851"], ["app_id", 96], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus quo maxime adipisci."], ["url", "http://gerholdwuckert.com/brittanie.reichert"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.410138"], ["updated_at", "2018-12-06 16:04:44.410138"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit cum corporis libero."], ["info_url", "http://wisoky.org/wes.lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.411476"], ["updated_at", "2018-12-06 16:04:44.411476"], ["developer_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://botsford.co/joette.keebler"], ["description", "Magnam ab unde porro."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.414190"], ["updated_at", "2018-12-06 16:04:44.414190"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus eius distinctio quis."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.414904"], ["updated_at", "2018-12-06 16:04:44.414904"], ["app_id", 97], ["offering_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hagenes.name/leighann.runte"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.417013"], ["updated_at", "2018-12-06 16:04:44.417013"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sauer.org/oma"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.417662"], ["updated_at", "2018-12-06 16:04:44.417662"], ["distributor_id", 59], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Harum atque earum et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.419122"], ["updated_at", "2018-12-06 16:04:44.419122"], ["app_id", 97], ["offering_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Praesentium ipsam voluptatibus enim."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.421396"], ["updated_at", "2018-12-06 16:04:44.421396"], ["works_with_id", 113], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Consectetur molestias nihil quia."], ["publish_date", "2018-12-05"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hintzzieme.biz/sheldon"], ["description", "Provident consequatur ut quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.459722"], ["updated_at", "2018-12-06 16:04:44.459722"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quas neque ipsa et."], ["url", "http://nicolasweimann.com/ammie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.462573"], ["updated_at", "2018-12-06 16:04:44.462573"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia provident vitae qui."], ["info_url", "http://mccullough.net/alice.kautzer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.464757"], ["updated_at", "2018-12-06 16:04:44.464757"], ["developer_id", 106]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis quam ab assumenda."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.465709"], ["updated_at", "2018-12-06 16:04:44.465709"], ["app_id", 98], ["offering_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate quam dolore nostrum."], ["url", "http://goyetteemmerich.com/tracey.ritchie"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.468668"], ["updated_at", "2018-12-06 16:04:44.468668"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum omnis vel ea."], ["info_url", "http://padberg.name/celestina.sauer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.470394"], ["updated_at", "2018-12-06 16:04:44.470394"], ["developer_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://thiel.co/vita"], ["description", "Asperiores quos consequatur nostrum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.473736"], ["updated_at", "2018-12-06 16:04:44.473736"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui est corporis ex."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.474496"], ["updated_at", "2018-12-06 16:04:44.474496"], ["app_id", 99], ["offering_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hilpert.co/fausto.abshire"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.476634"], ["updated_at", "2018-12-06 16:04:44.476634"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://anderson.net/kenda.veum"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.477381"], ["updated_at", "2018-12-06 16:04:44.477381"], ["distributor_id", 60], ["app_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum qui corporis molestiae."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.479002"], ["updated_at", "2018-12-06 16:04:44.479002"], ["app_id", 99], ["offering_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Molestiae amet alias laudantium."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.481504"], ["updated_at", "2018-12-06 16:04:44.481504"], ["works_with_id", 116]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://christiansenkonopelski.net/lia_damore"], ["description", "Eum aut aliquid deleniti."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.503281"], ["updated_at", "2018-12-06 16:04:44.503281"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et eius dolor consequatur."], ["url", "http://adams.com/santos"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.505938"], ["updated_at", "2018-12-06 16:04:44.505938"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem repellendus officiis maxime."], ["info_url", "http://wisokymoriette.org/mohammad_miller"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.508029"], ["updated_at", "2018-12-06 16:04:44.508029"], ["developer_id", 108]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Exercitationem eum porro maiores."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.508892"], ["updated_at", "2018-12-06 16:04:44.508892"], ["app_id", 100], ["offering_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis quas voluptatem odio."], ["url", "http://hagenesquigley.info/enoch"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.511335"], ["updated_at", "2018-12-06 16:04:44.511335"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod quia non deleniti."], ["info_url", "http://satterfieldhyatt.co/ben"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.512792"], ["updated_at", "2018-12-06 16:04:44.512792"], ["developer_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parker.biz/gilda"], ["description", "Qui quas aut dolorem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.515806"], ["updated_at", "2018-12-06 16:04:44.515806"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis explicabo laudantium nihil."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.516561"], ["updated_at", "2018-12-06 16:04:44.516561"], ["app_id", 101], ["offering_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://parkerebert.com/augustine_lemke"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.518686"], ["updated_at", "2018-12-06 16:04:44.518686"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brownstroman.name/theo"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.519441"], ["updated_at", "2018-12-06 16:04:44.519441"], ["distributor_id", 61], ["app_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae voluptatum ratione aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.520947"], ["updated_at", "2018-12-06 16:04:44.520947"], ["app_id", 101], ["offering_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Qui nobis ipsam voluptates."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.522532"], ["updated_at", "2018-12-06 16:04:44.522532"], ["works_with_id", 119]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerlach.info/kyle"], ["description", "Eos est reprehenderit quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.529915"], ["updated_at", "2018-12-06 16:04:44.529915"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Harum dignissimos sint excepturi."], ["url", "http://mclaughlin.com/marcella"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.532410"], ["updated_at", "2018-12-06 16:04:44.532410"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora rem in qui."], ["info_url", "http://kling.biz/matt_fadel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.534764"], ["updated_at", "2018-12-06 16:04:44.534764"], ["developer_id", 110]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem non id itaque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.535769"], ["updated_at", "2018-12-06 16:04:44.535769"], ["app_id", 102], ["offering_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aspernatur temporibus quae et."], ["url", "http://lakinsanford.biz/krista"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.538246"], ["updated_at", "2018-12-06 16:04:44.538246"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente quia modi eius."], ["info_url", "http://kuvalisokeefe.io/ruben"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.539664"], ["updated_at", "2018-12-06 16:04:44.539664"], ["developer_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tremblay.org/ione_stokes"], ["description", "Esse ullam delectus provident."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.542628"], ["updated_at", "2018-12-06 16:04:44.542628"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum est tempore veniam."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.543360"], ["updated_at", "2018-12-06 16:04:44.543360"], ["app_id", 103], ["offering_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hayes.org/alberto_weinat"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.545605"], ["updated_at", "2018-12-06 16:04:44.545605"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brakus.info/manuel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.546365"], ["updated_at", "2018-12-06 16:04:44.546365"], ["distributor_id", 62], ["app_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Id ducimus accusamus consequatur."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.547813"], ["updated_at", "2018-12-06 16:04:44.547813"], ["app_id", 103], ["offering_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Ut id accusamus ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.549477"], ["updated_at", "2018-12-06 16:04:44.549477"], ["works_with_id", 122]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergnaum.net/doretha.swaniawski"], ["description", "Repellendus laudantium itaque doloremque."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.557497"], ["updated_at", "2018-12-06 16:04:44.557497"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "In et maxime nihil."], ["url", "http://rowe.org/randy.smitham"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.560224"], ["updated_at", "2018-12-06 16:04:44.560224"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi dolores veritatis eos."], ["info_url", "http://yost.io/alesia.legros"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.562450"], ["updated_at", "2018-12-06 16:04:44.562450"], ["developer_id", 112]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae sint quos dolore."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.563314"], ["updated_at", "2018-12-06 16:04:44.563314"], ["app_id", 104], ["offering_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem dolor maxime magnam."], ["url", "http://oberbrunnernicolas.co/gilberto_rolfson"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.565941"], ["updated_at", "2018-12-06 16:04:44.565941"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet in laboriosam nisi."], ["info_url", "http://beahandenesik.net/jacquline"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.567857"], ["updated_at", "2018-12-06 16:04:44.567857"], ["developer_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wizagoyette.org/stephane.altenwerth"], ["description", "Sed dolorem sunt et."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.571127"], ["updated_at", "2018-12-06 16:04:44.571127"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea consequatur harum dolor."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.571938"], ["updated_at", "2018-12-06 16:04:44.571938"], ["app_id", 105], ["offering_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hyatt.biz/fae"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.574161"], ["updated_at", "2018-12-06 16:04:44.574161"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://braun.name/chong_braun"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.574914"], ["updated_at", "2018-12-06 16:04:44.574914"], ["distributor_id", 63], ["app_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae a iste eveniet."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.576432"], ["updated_at", "2018-12-06 16:04:44.576432"], ["app_id", 105], ["offering_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Est molestiae cupiditate voluptatem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.578012"], ["updated_at", "2018-12-06 16:04:44.578012"], ["works_with_id", 125]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://waters.biz/tyson"], ["description", "Omnis minus quidem expedita."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.587158"], ["updated_at", "2018-12-06 16:04:44.587158"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Id accusamus ex consequatur."], ["url", "http://robel.net/bart"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.589638"], ["updated_at", "2018-12-06 16:04:44.589638"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis illo aut sit."], ["info_url", "http://dicki.org/ellis"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.591891"], ["updated_at", "2018-12-06 16:04:44.591891"], ["developer_id", 114]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae iste consequatur rerum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.592823"], ["updated_at", "2018-12-06 16:04:44.592823"], ["app_id", 106], ["offering_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Tempore facilis repudiandae similique."], ["url", "http://kris.net/nova"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.595255"], ["updated_at", "2018-12-06 16:04:44.595255"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore libero quisquam corporis."], ["info_url", "http://kuvalisjenkins.io/alana"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.596793"], ["updated_at", "2018-12-06 16:04:44.596793"], ["developer_id", 115]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brown.org/evelia_armstrong"], ["description", "Expedita quo omnis vero."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.599868"], ["updated_at", "2018-12-06 16:04:44.599868"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo neque ut fuga."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.600798"], ["updated_at", "2018-12-06 16:04:44.600798"], ["app_id", 107], ["offering_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://emardlangworth.biz/iona"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.603229"], ["updated_at", "2018-12-06 16:04:44.603229"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://howewuckert.biz/wyatt"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.604013"], ["updated_at", "2018-12-06 16:04:44.604013"], ["distributor_id", 64], ["app_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae expedita omnis ut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.605575"], ["updated_at", "2018-12-06 16:04:44.605575"], ["app_id", 107], ["offering_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Voluptas eligendi et unde."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.607197"], ["updated_at", "2018-12-06 16:04:44.607197"], ["works_with_id", 128]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Repellat sed eveniet quis.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 128], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Repellat sed eveniet quis."], ["updated_at", "2018-12-06 16:04:44.614158"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hodkiewicz.biz/kenisha.hahn"], ["description", "Minus illo in dolorum."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.619249"], ["updated_at", "2018-12-06 16:04:44.619249"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Minus repudiandae possimus autem."], ["url", "http://gottlieb.io/arlen_hauck"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.621664"], ["updated_at", "2018-12-06 16:04:44.621664"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatum nulla hic voluptas."], ["info_url", "http://dietrich.io/kamilah_rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.623631"], ["updated_at", "2018-12-06 16:04:44.623631"], ["developer_id", 116]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum aliquid sit distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.624559"], ["updated_at", "2018-12-06 16:04:44.624559"], ["app_id", 108], ["offering_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quae reprehenderit est rem."], ["url", "http://sipesheel.com/junior"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.627082"], ["updated_at", "2018-12-06 16:04:44.627082"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nemo molestias praesentium aut."], ["info_url", "http://bailey.io/winford_hayes"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.628490"], ["updated_at", "2018-12-06 16:04:44.628490"], ["developer_id", 117]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://aufderharbalistreri.biz/darryl"], ["description", "Quae rem repellendus quasi."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.631488"], ["updated_at", "2018-12-06 16:04:44.631488"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem at beatae qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.632334"], ["updated_at", "2018-12-06 16:04:44.632334"], ["app_id", 109], ["offering_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://daugherty.com/joeann_rau"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.634853"], ["updated_at", "2018-12-06 16:04:44.634853"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schroeder.info/tamica"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.635675"], ["updated_at", "2018-12-06 16:04:44.635675"], ["distributor_id", 65], ["app_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut tempore animi autem."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.637237"], ["updated_at", "2018-12-06 16:04:44.637237"], ["app_id", 109], ["offering_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Atque suscipit veniam sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.638898"], ["updated_at", "2018-12-06 16:04:44.638898"], ["works_with_id", 131]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Atque minima pariatur commodi.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 131], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 109], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 117], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Atque minima pariatur commodi."], ["updated_at", "2018-12-06 16:04:44.645478"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okuneva.com/palma"], ["description", "Ea eum sit dignissimos."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.650940"], ["updated_at", "2018-12-06 16:04:44.650940"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores consequuntur autem assumenda."], ["url", "http://mcglynn.info/mike.powlowski"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.654778"], ["updated_at", "2018-12-06 16:04:44.654778"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore quis fuga eum."], ["info_url", "http://schowalterwalter.io/bobbi_turcotte"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.657074"], ["updated_at", "2018-12-06 16:04:44.657074"], ["developer_id", 118]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellendus tempora quia sit."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.658095"], ["updated_at", "2018-12-06 16:04:44.658095"], ["app_id", 110], ["offering_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui distinctio harum asperiores."], ["url", "http://crona.biz/piedad.thiel"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.660873"], ["updated_at", "2018-12-06 16:04:44.660873"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim ipsam odio est."], ["info_url", "http://prosacco.biz/dong"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.662415"], ["updated_at", "2018-12-06 16:04:44.662415"], ["developer_id", 119]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://romaguera.org/ashley.hoppe"], ["description", "Ut placeat eos quia."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.665584"], ["updated_at", "2018-12-06 16:04:44.665584"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit aliquam illo porro."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.666605"], ["updated_at", "2018-12-06 16:04:44.666605"], ["app_id", 111], ["offering_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johns.biz/yvone.rath"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.669496"], ["updated_at", "2018-12-06 16:04:44.669496"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hyatt.org/deshawn_maggio"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.670368"], ["updated_at", "2018-12-06 16:04:44.670368"], ["distributor_id", 66], ["app_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloribus in ea non."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.672034"], ["updated_at", "2018-12-06 16:04:44.672034"], ["app_id", 111], ["offering_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Id fugit quis distinctio."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.673731"], ["updated_at", "2018-12-06 16:04:44.673731"], ["works_with_id", 134]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Magni amet rerum molestiae.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 134], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 111], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 119], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Magni amet rerum molestiae."], ["updated_at", "2018-12-06 16:04:44.680658"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunderitchie.com/holley"], ["description", "Error temporibus ad aut."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.685773"], ["updated_at", "2018-12-06 16:04:44.685773"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quo vero explicabo dignissimos."], ["url", "http://stroman.org/madonna_stiedemann"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.688454"], ["updated_at", "2018-12-06 16:04:44.688454"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti et repellat est."], ["info_url", "http://grady.biz/lean"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.690603"], ["updated_at", "2018-12-06 16:04:44.690603"], ["developer_id", 120]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione et aut sint."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.691477"], ["updated_at", "2018-12-06 16:04:44.691477"], ["app_id", 112], ["offering_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed sequi placeat impedit."], ["url", "http://runolfsdottirblick.net/stan"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.694062"], ["updated_at", "2018-12-06 16:04:44.694062"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed sunt eum est."], ["info_url", "http://breitenbergbednar.biz/clemente"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.695488"], ["updated_at", "2018-12-06 16:04:44.695488"], ["developer_id", 121]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feil.org/karry.koelpin"], ["description", "Omnis optio in qui."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.698550"], ["updated_at", "2018-12-06 16:04:44.698550"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Natus nihil eum sed."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.699355"], ["updated_at", "2018-12-06 16:04:44.699355"], ["app_id", 113], ["offering_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marvinschimmel.com/chieko"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.701956"], ["updated_at", "2018-12-06 16:04:44.701956"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bartonwitting.info/ahmad.spencer"], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.702799"], ["updated_at", "2018-12-06 16:04:44.702799"], ["distributor_id", 67], ["app_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem similique est occaecati."], ["is_live", "t"], ["created_at", "2018-12-06 16:04:44.704465"], ["updated_at", "2018-12-06 16:04:44.704465"], ["app_id", 113], ["offering_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (1.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.1ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (23.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.2ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (64.7ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.6ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.9ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.9ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (143.5ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."use_cases", "public"."distributors", "public"."example_images", "public"."testimonial_slides", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.4ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (86.5ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."use_cases", "public"."distributors", "public"."example_images", "public"."testimonial_slides", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.2ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (88.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (1.2ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-06 14:33:22 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.6ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (37.0ms)
Rendered components/_navigation.html.haml (8.4ms)
Rendered components/_footer.html.haml (5.5ms)

Completed 200 OK in 5081ms (Views: 5062.3ms | ActiveRecord: 10.0ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-06 14:33:28 -0500

 (0.2ms)  BEGIN
 (0.3ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (57.0ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.4ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-06 14:33:28 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.9ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (5.4ms)
Rendered components/_navigation.html.haml (1.6ms)
Rendered components/_footer.html.haml (0.6ms)

Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 1.3ms)

 (0.2ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (23.3ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.6ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (47.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.0ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (2.5ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.0ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (42.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-06 14:34:26 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.6ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.5ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (39.6ms)
Rendered components/_navigation.html.haml (9.5ms)
Rendered components/_footer.html.haml (5.8ms)

Completed 200 OK in 1021ms (Views: 1000.1ms | ActiveRecord: 12.3ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-06 14:34:27 -0500

 (0.2ms)  BEGIN
 (0.3ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (96.0ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.2ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-06 14:34:29 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.7ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (4.4ms)
Rendered components/_navigation.html.haml (1.9ms)
Rendered components/_footer.html.haml (0.8ms)

Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 1.1ms)

 (0.2ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.1ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (52.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.2ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (12.0ms)  BEGIN
 (1.1ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (6.0ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (134.3ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.2ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-06 14:35:06 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (1.0ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (39.4ms)
Rendered components/_navigation.html.haml (9.1ms)
Rendered components/_footer.html.haml (6.0ms)

Completed 200 OK in 989ms (Views: 968.5ms | ActiveRecord: 12.2ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-06 14:35:08 -0500

 (0.2ms)  BEGIN
 (0.3ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (63.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.5ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-06 14:35:08 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.8ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (5.5ms)
Rendered components/_navigation.html.haml (1.8ms)
Rendered components/_footer.html.haml (0.7ms)

Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 1.3ms)

 (0.2ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.3ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (2.0ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (73.0ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."testimonials", "public"."example_images", "public"."testimonial_slides", "public"."use_cases", "public"."distributors", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.3ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (41.7ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (226.6ms)  DROP DATABASE IF EXISTS "works_with_test"
 (498.4ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.4ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (261.4ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.5ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.2ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.9ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.5ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.2ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.1ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.4ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.8ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.2ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (3.9ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (3.6ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.1ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.1ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (3.1ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.2ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (3.9ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (5.2ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (4.2ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.1ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (4.7ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.3ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (3.4ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.8ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.3ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (2.6ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES (20181207155315)
 (0.5ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (3.4ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
SQL (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-07 16:17:52.228342"], ["updated_at", "2018-12-07 16:17:52.228342"]]
 (0.4ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.5ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (25.3ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.5ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (48.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.3ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-07 11:17:52 -0500

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (10.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae et optio ex."], ["url", "http://klein.name/andria"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.634134"], ["updated_at", "2018-12-07 16:17:52.634134"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium enim nam eos."], ["url", "http://oberbrunner.info/fritz"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.678046"], ["updated_at", "2018-12-07 16:17:52.678046"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"2"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Non rem porro qui."], ["url", "http://collier.io/houston"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.698320"], ["updated_at", "2018-12-07 16:17:52.698320"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"3"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae omnis qui occaecati."], ["url", "http://bernhardwintheiser.biz/suzie"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.705403"], ["updated_at", "2018-12-07 16:17:52.705403"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"4"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit odio quia sit."], ["url", "http://rowe.biz/nicky"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.713861"], ["updated_at", "2018-12-07 16:17:52.713861"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Itaque laborum rem illo.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://mraz.net/marybeth.rohan"}, "id"=>"5"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Itaque laborum rem illo."], ["url", "http://mraz.net/marybeth.rohan"], ["updated_at", "2018-12-07 16:17:52.717735"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/5 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi consectetur sed eveniet."], ["url", "http://kerlukeschamberger.name/meridith.mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.722806"], ["updated_at", "2018-12-07 16:17:52.722806"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Itaque veniam aliquid reiciendis.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://larkin.io/williemae"}, "id"=>"6"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Itaque veniam aliquid reiciendis."], ["url", "http://larkin.io/williemae"], ["updated_at", "2018-12-07 16:17:52.726465"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/6 Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Deleniti et ducimus consequatur."], ["url", "http://jakubowskicarter.io/gretta_goldner"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.731163"], ["updated_at", "2018-12-07 16:17:52.731163"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Maiores soluta omnis quibusdam.", "is_live"=>"true", "name"=>"developer_name", "url"=>"http://macgyver.net/daniel"}, "id"=>"7"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "updated_at" = $3 WHERE "developers"."id" = $4  [["description", "Maiores soluta omnis quibusdam."], ["url", "http://macgyver.net/daniel"], ["updated_at", "2018-12-07 16:17:52.734697"], ["id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/7 Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut quia deserunt aut."], ["url", "http://schamberger.info/mary.mccullough"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.747931"], ["updated_at", "2018-12-07 16:17:52.747931"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ut similique delectus."], ["info_url", "http://metz.co/milton_carroll"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.757462"], ["updated_at", "2018-12-07 16:17:52.757462"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://anderson.name/lavone.ritchie"], ["description", "Qui nesciunt ut ratione."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.789642"], ["updated_at", "2018-12-07 16:17:52.789642"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima qui nihil minus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.791072"], ["updated_at", "2018-12-07 16:17:52.791072"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", "http://stokesbalistreri.com/yung_trantow"], ["promo_text", "Corrupti eum qui qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ritchie.info/bob"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.803496"], ["updated_at", "2018-12-07 16:17:52.803496"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunde.org/ezequiel"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.804985"], ["updated_at", "2018-12-07 16:17:52.804985"], ["distributor_id", 1], ["app_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"1"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque officia sunt iste."], ["url", "http://schiller.io/cicely"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.830032"], ["updated_at", "2018-12-07 16:17:52.830032"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum assumenda veritatis nihil."], ["info_url", "http://witting.org/jei"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.831831"], ["updated_at", "2018-12-07 16:17:52.831831"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnston.info/latarsha_graham"], ["description", "Cupiditate est consequatur quis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.835494"], ["updated_at", "2018-12-07 16:17:52.835494"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt voluptates doloremque unde."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.836317"], ["updated_at", "2018-12-07 16:17:52.836317"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", "http://goodwin.info/norris.luettgen"], ["promo_text", "Dolorum iusto ab dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://christiansenbreitenberg.net/aline"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.838605"], ["updated_at", "2018-12-07 16:17:52.838605"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://armstrong.net/ola"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.839404"], ["updated_at", "2018-12-07 16:17:52.839404"], ["distributor_id", 2], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Id id quis reiciendis."], ["url", "http://schinner.io/harlan"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.849410"], ["updated_at", "2018-12-07 16:17:52.849410"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aspernatur id rerum sunt."], ["info_url", "http://gleasonkoepp.biz/forrest"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.851108"], ["updated_at", "2018-12-07 16:17:52.851108"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lakinhills.co/august_medhurst"], ["description", "Ut blanditiis qui et."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.855056"], ["updated_at", "2018-12-07 16:17:52.855056"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem a cupiditate commodi."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.856051"], ["updated_at", "2018-12-07 16:17:52.856051"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", "http://metz.com/irwin"], ["promo_text", "Sint rerum facilis exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://brekketreutel.biz/nick_langworth"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.858524"], ["updated_at", "2018-12-07 16:17:52.858524"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ziemann.name/ron"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.859303"], ["updated_at", "2018-12-07 16:17:52.859303"], ["distributor_id", 3], ["app_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"3"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium libero sit praesentium."], ["url", "http://waltercormier.co/cecil_cormier"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.867833"], ["updated_at", "2018-12-07 16:17:52.867833"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ut quidem cupiditate."], ["info_url", "http://cormierortiz.net/hanna_fay"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.869710"], ["updated_at", "2018-12-07 16:17:52.869710"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://binsabbott.name/marlon.ortiz"], ["description", "Cumque exercitationem adipisci temporibus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.873481"], ["updated_at", "2018-12-07 16:17:52.873481"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem optio voluptas cumque."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.874324"], ["updated_at", "2018-12-07 16:17:52.874324"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", "http://hartmannoconner.info/dwight.kutch"], ["promo_text", "Quia ut eaque maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jacobsondenesik.info/hyman_trantow"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.876925"], ["updated_at", "2018-12-07 16:17:52.876925"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gorczanydibbert.com/louie.feeney"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.877835"], ["updated_at", "2018-12-07 16:17:52.877835"], ["distributor_id", 4], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"4"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut quo enim sapiente."], ["url", "http://spencerwilliamson.io/nona"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.886044"], ["updated_at", "2018-12-07 16:17:52.886044"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos qui enim laudantium."], ["info_url", "http://bruen.co/shaunna"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.887918"], ["updated_at", "2018-12-07 16:17:52.887918"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconner.co/florinda.cummerata"], ["description", "Ab eos qui exercitationem."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.891615"], ["updated_at", "2018-12-07 16:17:52.891615"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae ab non quia."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.892440"], ["updated_at", "2018-12-07 16:17:52.892440"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", "http://vonrueden.com/vincenza"], ["promo_text", "Facilis sunt iure voluptatum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://carter.biz/ned"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.894757"], ["updated_at", "2018-12-07 16:17:52.894757"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tillmanmetz.biz/lawrence_beahan"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.895541"], ["updated_at", "2018-12-07 16:17:52.895541"], ["distributor_id", 5], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Sunt velit voluptate quo.", "info_url"=>"http://beer.name/estelle", "is_live"=>"true", "name"=>"app_name"}, "id"=>"5"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Sunt velit voluptate quo."], ["updated_at", "2018-12-07 16:17:52.906180"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/5 Completed 302 Found in 10ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut architecto et quo."], ["url", "http://bahringerpagac.net/augustine"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.911678"], ["updated_at", "2018-12-07 16:17:52.911678"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores inventore rerum aut."], ["info_url", "http://corkery.org/mercedes"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.913385"], ["updated_at", "2018-12-07 16:17:52.913385"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://strosin.co/christine"], ["description", "Pariatur ipsam velit nulla."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.917260"], ["updated_at", "2018-12-07 16:17:52.917260"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem velit et vitae."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.918126"], ["updated_at", "2018-12-07 16:17:52.918126"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", "http://collinstillman.com/ellsworth_hyatt"], ["promo_text", "Maxime et dolor vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schulist.org/earnest_bernier"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.921099"], ["updated_at", "2018-12-07 16:17:52.921099"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haleywiza.org/guy"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.922014"], ["updated_at", "2018-12-07 16:17:52.922014"], ["distributor_id", 6], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Reprehenderit omnis error inventore.", "info_url"=>"http://kundefritsch.biz/miles_romaguera", "is_live"=>"true", "name"=>"app_name"}, "id"=>"6"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Reprehenderit omnis error inventore."], ["updated_at", "2018-12-07 16:17:52.927567"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/6 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam enim deleniti rerum."], ["url", "http://adams.info/lavette"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.933307"], ["updated_at", "2018-12-07 16:17:52.933307"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores aperiam et dolor."], ["info_url", "http://mraz.co/tanner"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.936357"], ["updated_at", "2018-12-07 16:17:52.936357"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://skiles.org/lauralee"], ["description", "Ea autem similique a."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.940573"], ["updated_at", "2018-12-07 16:17:52.940573"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit voluptates nihil cum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.941404"], ["updated_at", "2018-12-07 16:17:52.941404"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", "http://gleason.org/rodrick_christiansen"], ["promo_text", "Impedit vel et hic."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sanfordhickle.info/herbert_von"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.944374"], ["updated_at", "2018-12-07 16:17:52.944374"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hagenes.name/andrew"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:52.945473"], ["updated_at", "2018-12-07 16:17:52.945473"], ["distributor_id", 7], ["app_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Ratione perspiciatis quam et.", "info_url"=>"http://turnermurazik.biz/gay.brekke", "is_live"=>"true", "name"=>"app_name"}, "id"=>"7"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Ratione perspiciatis quam et."], ["updated_at", "2018-12-07 16:17:52.950854"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/7 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://west.biz/iluminada.kemmer"], ["description", "Aperiam earum at quod."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.006472"], ["updated_at", "2018-12-07 16:17:53.006472"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et quaerat omnis rerum."], ["url", "http://gislason.name/marion_purdy"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.009338"], ["updated_at", "2018-12-07 16:17:53.009338"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus quam tenetur architecto."], ["info_url", "http://hand.co/hilario"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.012167"], ["updated_at", "2018-12-07 16:17:53.012167"], ["developer_id", 15]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt enim soluta dolorum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.013060"], ["updated_at", "2018-12-07 16:17:53.013060"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", "http://rolfson.co/devon"], ["promo_text", "Recusandae et accusantium similique."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Non mollitia voluptatem ipsam."], ["url", "http://satterfield.io/porfirio.moore"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.015572"], ["updated_at", "2018-12-07 16:17:53.015572"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum necessitatibus est in."], ["info_url", "http://heel.name/ashley.bernier"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.017073"], ["updated_at", "2018-12-07 16:17:53.017073"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://naderhilpert.io/maudie.osinski"], ["description", "Laboriosam nesciunt autem aspernatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.020869"], ["updated_at", "2018-12-07 16:17:53.020869"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut aperiam autem error."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.021986"], ["updated_at", "2018-12-07 16:17:53.021986"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", "http://boyle.com/takako_kuhic"], ["promo_text", "Non excepturi nesciunt sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://berge.biz/jay.jakubowski"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.024340"], ["updated_at", "2018-12-07 16:17:53.024340"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ortiz.io/octavio.feest"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.025110"], ["updated_at", "2018-12-07 16:17:53.025110"], ["distributor_id", 8], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam et deleniti tempore."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.027110"], ["updated_at", "2018-12-07 16:17:53.027110"], ["app_id", 9], ["offering_id", 8], ["promo_image_url", "http://mosciski.biz/ahmad_emard"], ["promo_text", "Et et earum eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptas quae accusamus veritatis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.031807"], ["updated_at", "2018-12-07 16:17:53.031807"], ["works_with_id", 10], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Veritatis voluptatem hic recusandae."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haag.io/kirby"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.052151"], ["updated_at", "2018-12-07 16:17:53.052151"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Totam et et velit."], ["url", "http://grimes.org/emmett"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.055081"], ["updated_at", "2018-12-07 16:17:53.055081"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Temporibus voluptas et doloribus."], ["info_url", "http://lindgren.name/arlean_hermiston"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.057535"], ["updated_at", "2018-12-07 16:17:53.057535"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lemke.com/candace.lang"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.058497"], ["updated_at", "2018-12-07 16:17:53.058497"], ["distributor_id", 9], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Autem pariatur distinctio quia."], ["url", "http://jacobi.name/leeanna_murazik"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.060997"], ["updated_at", "2018-12-07 16:17:53.060997"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta et et incidunt."], ["info_url", "http://toy.name/scotty"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.062402"], ["updated_at", "2018-12-07 16:17:53.062402"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kiehn.org/darby"], ["description", "Ex nisi veritatis perferendis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.066088"], ["updated_at", "2018-12-07 16:17:53.066088"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident quaerat ab magnam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.067035"], ["updated_at", "2018-12-07 16:17:53.067035"], ["app_id", 11], ["offering_id", 10], ["promo_image_url", "http://mraz.io/lizeth.beahan"], ["promo_text", "Dolores ipsum voluptatibus vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dachkeebler.org/sonja"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.069459"], ["updated_at", "2018-12-07 16:17:53.069459"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fay.info/eliseo_ryan"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.070254"], ["updated_at", "2018-12-07 16:17:53.070254"], ["distributor_id", 10], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dachshields.biz/kasey_will"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.071960"], ["updated_at", "2018-12-07 16:17:53.071960"], ["distributor_id", 9], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"11"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mclaughlinrodriguez.info/clarisa"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.081207"], ["updated_at", "2018-12-07 16:17:53.081207"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Architecto quo et et."], ["url", "http://creminluettgen.net/pearlie"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.083952"], ["updated_at", "2018-12-07 16:17:53.083952"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit mollitia nemo unde."], ["info_url", "http://pollich.io/dierdre"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.086634"], ["updated_at", "2018-12-07 16:17:53.086634"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://effertz.io/cornell"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.087872"], ["updated_at", "2018-12-07 16:17:53.087872"], ["distributor_id", 11], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Error aut ipsum ea."], ["url", "http://flatleybraun.biz/francesco_jones"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.090584"], ["updated_at", "2018-12-07 16:17:53.090584"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore est vero delectus."], ["info_url", "http://schulistwelch.net/caroyln"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.092170"], ["updated_at", "2018-12-07 16:17:53.092170"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://willmswilkinson.io/elidia.schmidt"], ["description", "Nobis recusandae illum rerum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.095861"], ["updated_at", "2018-12-07 16:17:53.095861"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et odio voluptatem totam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.096685"], ["updated_at", "2018-12-07 16:17:53.096685"], ["app_id", 13], ["offering_id", 11], ["promo_image_url", "http://marvin.co/jonnie"], ["promo_text", "Perspiciatis delectus tempore neque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://keeling.info/terrence.lowe"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.099026"], ["updated_at", "2018-12-07 16:17:53.099026"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://larsonanderson.io/derick_halvorson"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.099801"], ["updated_at", "2018-12-07 16:17:53.099801"], ["distributor_id", 12], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hagenesgaylord.biz/everette"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.101374"], ["updated_at", "2018-12-07 16:17:53.101374"], ["distributor_id", 11], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"14"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gusikowski.info/maryellen_okeefe"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.108400"], ["updated_at", "2018-12-07 16:17:53.108400"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati facere tempora laudantium."], ["url", "http://kreigerschroeder.co/dalton"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.110867"], ["updated_at", "2018-12-07 16:17:53.110867"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed officia nihil quidem."], ["info_url", "http://klocko.co/isaiah.emard"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.113249"], ["updated_at", "2018-12-07 16:17:53.113249"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://doyle.name/nikki"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.114223"], ["updated_at", "2018-12-07 16:17:53.114223"], ["distributor_id", 13], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores est quo non."], ["url", "http://balistreriprosacco.org/ardis.reilly"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.116695"], ["updated_at", "2018-12-07 16:17:53.116695"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut aut qui commodi."], ["info_url", "http://dicki.info/kandra_crona"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.118172"], ["updated_at", "2018-12-07 16:17:53.118172"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heel.name/mitchell"], ["description", "Non dolores unde et."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.122177"], ["updated_at", "2018-12-07 16:17:53.122177"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus aperiam est consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.123092"], ["updated_at", "2018-12-07 16:17:53.123092"], ["app_id", 15], ["offering_id", 12], ["promo_image_url", "http://parisianbreitenberg.com/rosalind_gulgowski"], ["promo_text", "Exercitationem veniam eligendi nihil."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bergstrom.io/emogene"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.125513"], ["updated_at", "2018-12-07 16:17:53.125513"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wehner.co/moriah"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.126274"], ["updated_at", "2018-12-07 16:17:53.126274"], ["distributor_id", 14], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ernser.com/tawanna.howell"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.127749"], ["updated_at", "2018-12-07 16:17:53.127749"], ["distributor_id", 13], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://koeppwiegand.co/van"}, "id"=>"17"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://koeppwiegand.co/van"], ["updated_at", "2018-12-07 16:17:53.135176"], ["id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/17 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcclurestroman.io/zoe"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.140153"], ["updated_at", "2018-12-07 16:17:53.140153"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut odio officia odit."], ["url", "http://tromp.info/james_cain"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.142761"], ["updated_at", "2018-12-07 16:17:53.142761"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis labore nihil dicta."], ["info_url", "http://bartoletti.info/maxwell_damore"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.145183"], ["updated_at", "2018-12-07 16:17:53.145183"], ["developer_id", 23]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bartell.io/alva"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.146117"], ["updated_at", "2018-12-07 16:17:53.146117"], ["distributor_id", 15], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem temporibus repellat quos."], ["url", "http://rohanturner.co/laurena"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.148585"], ["updated_at", "2018-12-07 16:17:53.148585"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea voluptatum sequi expedita."], ["info_url", "http://kris.co/maryjo_runolfon"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.150081"], ["updated_at", "2018-12-07 16:17:53.150081"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfeffer.io/theo.armstrong"], ["description", "Fuga eius mollitia qui."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.153929"], ["updated_at", "2018-12-07 16:17:53.153929"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores non nihil unde."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.154848"], ["updated_at", "2018-12-07 16:17:53.154848"], ["app_id", 17], ["offering_id", 13], ["promo_image_url", "http://heidenreich.info/brigette_kilback"], ["promo_text", "Est voluptas molestiae aliquid."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grimes.com/cherelle"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.157440"], ["updated_at", "2018-12-07 16:17:53.157440"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gorczany.org/dolly"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.158301"], ["updated_at", "2018-12-07 16:17:53.158301"], ["distributor_id", 16], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mayer.biz/janet.erdman"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.159897"], ["updated_at", "2018-12-07 16:17:53.159897"], ["distributor_id", 15], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://farrelljacobs.biz/tommy.langosh"}, "id"=>"20"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://farrelljacobs.biz/tommy.langosh"], ["updated_at", "2018-12-07 16:17:53.166424"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/20 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bauch.net/leopoldo"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.171750"], ["updated_at", "2018-12-07 16:17:53.171750"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt voluptatibus eum voluptas."], ["url", "http://wiegand.name/arlen.okeefe"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.174826"], ["updated_at", "2018-12-07 16:17:53.174826"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit vel quos sit."], ["info_url", "http://metz.net/khalilah"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.177494"], ["updated_at", "2018-12-07 16:17:53.177494"], ["developer_id", 25]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://langosh.name/twanna.hansen"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.178535"], ["updated_at", "2018-12-07 16:17:53.178535"], ["distributor_id", 17], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Praesentium est ipsam aliquid."], ["url", "http://hyatt.com/particia"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.181219"], ["updated_at", "2018-12-07 16:17:53.181219"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error in sunt voluptas."], ["info_url", "http://grimesheaney.name/wilfredo.lind"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.182758"], ["updated_at", "2018-12-07 16:17:53.182758"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunnerpfeffer.info/preston"], ["description", "Amet nam quasi cumque."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.186985"], ["updated_at", "2018-12-07 16:17:53.186985"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat enim et et."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.188207"], ["updated_at", "2018-12-07 16:17:53.188207"], ["app_id", 19], ["offering_id", 14], ["promo_image_url", "http://graham.info/porfirio"], ["promo_text", "Est est sequi tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bogisich.co/luther"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.190999"], ["updated_at", "2018-12-07 16:17:53.190999"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconner.biz/cara"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.191872"], ["updated_at", "2018-12-07 16:17:53.191872"], ["distributor_id", 18], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://green.info/annabel"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.193503"], ["updated_at", "2018-12-07 16:17:53.193503"], ["distributor_id", 17], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://kilbackdouglas.biz/mason_vonrueden"}, "id"=>"23"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://kilbackdouglas.biz/mason_vonrueden"], ["updated_at", "2018-12-07 16:17:53.200609"], ["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/23 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stammboyle.info/charmaine_windler"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.206771"], ["updated_at", "2018-12-07 16:17:53.206771"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati culpa sit itaque."], ["url", "http://murrayhaag.com/wilfredo_cormier"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.209787"], ["updated_at", "2018-12-07 16:17:53.209787"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Numquam vel nemo in."], ["info_url", "http://purdy.name/merrill"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.223095"], ["updated_at", "2018-12-07 16:17:53.223095"], ["developer_id", 27]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tromp.org/autumn"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.224228"], ["updated_at", "2018-12-07 16:17:53.224228"], ["distributor_id", 19], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia velit dolores reiciendis."], ["url", "http://jerde.name/margareta"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.226857"], ["updated_at", "2018-12-07 16:17:53.226857"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem nam qui saepe."], ["info_url", "http://medhurst.co/lucien_nitzsche"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.228347"], ["updated_at", "2018-12-07 16:17:53.228347"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://smitham.name/weldon"], ["description", "Recusandae ipsam unde aliquid."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.232027"], ["updated_at", "2018-12-07 16:17:53.232027"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione beatae explicabo maiores."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.232960"], ["updated_at", "2018-12-07 16:17:53.232960"], ["app_id", 21], ["offering_id", 15], ["promo_image_url", "http://halvorson.info/kanisha"], ["promo_text", "Dolor aliquam voluptas repellendus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schummgrimes.biz/felica"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.235404"], ["updated_at", "2018-12-07 16:17:53.235404"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://paucek.io/galina_stamm"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.236217"], ["updated_at", "2018-12-07 16:17:53.236217"], ["distributor_id", 20], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rohanmccullough.info/carlos"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.237779"], ["updated_at", "2018-12-07 16:17:53.237779"], ["distributor_id", 19], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"26"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hartmannsmitham.info/leo_rempel"], ["description", "Aut odio qui voluptas."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.285286"], ["updated_at", "2018-12-07 16:17:53.285286"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "A vel porro facere."], ["url", "http://vonruedenohara.co/jean"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.288010"], ["updated_at", "2018-12-07 16:17:53.288010"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur culpa dolores ut."], ["info_url", "http://keeblerblanda.biz/dannie"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.291007"], ["updated_at", "2018-12-07 16:17:53.291007"], ["developer_id", 29]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas dolorem hic quos."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.292335"], ["updated_at", "2018-12-07 16:17:53.292335"], ["app_id", 22], ["offering_id", 16], ["promo_image_url", "http://larsontorphy.org/troy_buckridge"], ["promo_text", "Nesciunt et eum impedit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore aut ipsa at."], ["url", "http://zulauf.com/santiago"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.295455"], ["updated_at", "2018-12-07 16:17:53.295455"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi neque quisquam qui."], ["info_url", "http://frami.org/sydney_brakus"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.297162"], ["updated_at", "2018-12-07 16:17:53.297162"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfannerstillschumm.net/ellsworth_windler"], ["description", "Ut quis rem doloremque."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.301087"], ["updated_at", "2018-12-07 16:17:53.301087"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum molestiae expedita porro."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.302140"], ["updated_at", "2018-12-07 16:17:53.302140"], ["app_id", 23], ["offering_id", 17], ["promo_image_url", "http://greenfelder.info/toccara"], ["promo_text", "Et est dolor illum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wintheiser.net/catrice.mcdermott"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.304972"], ["updated_at", "2018-12-07 16:17:53.304972"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://strosin.biz/garret"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.305841"], ["updated_at", "2018-12-07 16:17:53.305841"], ["distributor_id", 21], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est explicabo voluptatem sequi."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.308015"], ["updated_at", "2018-12-07 16:17:53.308015"], ["app_id", 23], ["offering_id", 16], ["promo_image_url", "http://hand.co/eldon.dach"], ["promo_text", "Non ipsam assumenda necessitatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "At molestiae enim odio."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.310898"], ["updated_at", "2018-12-07 16:17:53.310898"], ["works_with_id", 19], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Aut vel eum animi."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quia aut sunt sit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-07 16:17:53.313127"], ["updated_at", "2018-12-07 16:17:53.313127"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schaden.co/alia.hirthe"], ["description", "Provident rem enim consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.338046"], ["updated_at", "2018-12-07 16:17:53.338046"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quis delectus nobis libero."], ["url", "http://feil.info/catharine"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.340715"], ["updated_at", "2018-12-07 16:17:53.340715"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis omnis eveniet odit."], ["info_url", "http://parisianmueller.name/toni"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.343271"], ["updated_at", "2018-12-07 16:17:53.343271"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate laborum nesciunt facere."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.344179"], ["updated_at", "2018-12-07 16:17:53.344179"], ["app_id", 24], ["offering_id", 18], ["promo_image_url", "http://hills.info/cristopher.glover"], ["promo_text", "Non odio optio nostrum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repellendus dignissimos optio dolores."], ["url", "http://langworthveum.io/lauri.goyette"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.346650"], ["updated_at", "2018-12-07 16:17:53.346650"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum tempore facilis ut."], ["info_url", "http://boehmhilll.io/quincy"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.348028"], ["updated_at", "2018-12-07 16:17:53.348028"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cain.biz/ellsworth"], ["description", "Magnam enim exercitationem dolorum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.351340"], ["updated_at", "2018-12-07 16:17:53.351340"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Natus iste eos id."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.352229"], ["updated_at", "2018-12-07 16:17:53.352229"], ["app_id", 25], ["offering_id", 19], ["promo_image_url", "http://pfefferstracke.biz/lazaro"], ["promo_text", "Sed qui earum aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abshire.com/tobi"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.354556"], ["updated_at", "2018-12-07 16:17:53.354556"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bergstrom.net/maria"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.355272"], ["updated_at", "2018-12-07 16:17:53.355272"], ["distributor_id", 22], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus autem sit consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.357190"], ["updated_at", "2018-12-07 16:17:53.357190"], ["app_id", 25], ["offering_id", 18], ["promo_image_url", "http://walter.biz/brian"], ["promo_text", "Rerum repudiandae error voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Non impedit amet repellat."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.359740"], ["updated_at", "2018-12-07 16:17:53.359740"], ["works_with_id", 22], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sint reprehenderit dolorem iste."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Reprehenderit atque ut excepturi."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-07 16:17:53.361724"], ["updated_at", "2018-12-07 16:17:53.361724"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Enim autem et corporis.", "image_url"=>"http://cummings.io/cruz", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Enim autem et corporis."], ["updated_at", "2018-12-07 16:17:53.372317"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bauchheathcote.name/germaine_kuphal"], ["description", "Sequi quia rerum quisquam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.378912"], ["updated_at", "2018-12-07 16:17:53.378912"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut omnis ut dolores."], ["url", "http://satterfield.name/bo_ernser"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.381655"], ["updated_at", "2018-12-07 16:17:53.381655"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur ut mollitia commodi."], ["info_url", "http://gutmannbartell.info/everett"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.384329"], ["updated_at", "2018-12-07 16:17:53.384329"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae quia velit est."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.385294"], ["updated_at", "2018-12-07 16:17:53.385294"], ["app_id", 26], ["offering_id", 20], ["promo_image_url", "http://mcclurebeahan.name/lucinda_pacocha"], ["promo_text", "Repellendus pariatur deleniti consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed sapiente qui quas."], ["url", "http://mcdermottdeckow.biz/roxanna"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.388286"], ["updated_at", "2018-12-07 16:17:53.388286"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum perferendis quod et."], ["info_url", "http://feil.co/loren"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.389939"], ["updated_at", "2018-12-07 16:17:53.389939"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wisoky.co/royce.breitenberg"], ["description", "Minima tempora aut inventore."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.393820"], ["updated_at", "2018-12-07 16:17:53.393820"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et eveniet est veritatis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.394601"], ["updated_at", "2018-12-07 16:17:53.394601"], ["app_id", 27], ["offering_id", 21], ["promo_image_url", "http://lakin.name/marielle"], ["promo_text", "Qui delectus quia sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://larsondubuque.name/stephania"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.396933"], ["updated_at", "2018-12-07 16:17:53.396933"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://purdy.info/erick_mcclure"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.397712"], ["updated_at", "2018-12-07 16:17:53.397712"], ["distributor_id", 23], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia voluptatem quia voluptatem."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.399752"], ["updated_at", "2018-12-07 16:17:53.399752"], ["app_id", 27], ["offering_id", 20], ["promo_image_url", "http://hansen.name/darell.mclaughlin"], ["promo_text", "Placeat at aut dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aut optio aperiam magnam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.402409"], ["updated_at", "2018-12-07 16:17:53.402409"], ["works_with_id", 25], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Vero inventore fugiat explicabo."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Sint id reprehenderit ad."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-07 16:17:53.404479"], ["updated_at", "2018-12-07 16:17:53.404479"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Similique accusamus iure repudiandae.", "image_url"=>"http://kihnkrajcik.com/hyacinth_jast", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Similique accusamus iure repudiandae."], ["updated_at", "2018-12-07 16:17:53.412892"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kaulkeullrich.net/merna"], ["description", "Vero magni similique sed."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.419604"], ["updated_at", "2018-12-07 16:17:53.419604"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quae eaque possimus est."], ["url", "http://wildermangleason.info/mathilde_watsica"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.422368"], ["updated_at", "2018-12-07 16:17:53.422368"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit qui autem expedita."], ["info_url", "http://adams.biz/ilene_gutkowski"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.425075"], ["updated_at", "2018-12-07 16:17:53.425075"], ["developer_id", 35]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maxime nostrum ab quibusdam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.426000"], ["updated_at", "2018-12-07 16:17:53.426000"], ["app_id", 28], ["offering_id", 22], ["promo_image_url", "http://pagac.info/bradly.fadel"], ["promo_text", "Est doloremque qui in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam consectetur fuga laboriosam."], ["url", "http://walkerbradtke.biz/kory"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.428646"], ["updated_at", "2018-12-07 16:17:53.428646"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed sapiente explicabo veritatis."], ["info_url", "http://lindgren.com/elise.becker"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.430168"], ["updated_at", "2018-12-07 16:17:53.430168"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boyle.net/landon.bode"], ["description", "Excepturi doloremque delectus facilis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.433861"], ["updated_at", "2018-12-07 16:17:53.433861"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi voluptatem illo doloremque."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.434919"], ["updated_at", "2018-12-07 16:17:53.434919"], ["app_id", 29], ["offering_id", 23], ["promo_image_url", "http://bartoletti.co/minh"], ["promo_text", "Et voluptatum fugit nulla."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langosh.org/mel_bernier"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.437394"], ["updated_at", "2018-12-07 16:17:53.437394"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mante.biz/maida"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.438268"], ["updated_at", "2018-12-07 16:17:53.438268"], ["distributor_id", 24], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis unde aspernatur et."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.440660"], ["updated_at", "2018-12-07 16:17:53.440660"], ["app_id", 29], ["offering_id", 22], ["promo_image_url", "http://bogisichschmeler.name/vivienne"], ["promo_text", "Voluptatem unde voluptate quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aut fuga quo ut."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.443725"], ["updated_at", "2018-12-07 16:17:53.443725"], ["works_with_id", 28], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quae modi quasi blanditiis."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Necessitatibus maxime aut libero."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-07 16:17:53.445918"], ["updated_at", "2018-12-07 16:17:53.445918"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Ut quo aperiam dignissimos.", "image_url"=>"http://zemlakspinka.name/anton", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Ut quo aperiam dignissimos."], ["updated_at", "2018-12-07 16:17:53.455745"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 9ms (ActiveRecord: 1.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://toy.co/ka"], ["description", "Ipsam aut molestiae earum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.462594"], ["updated_at", "2018-12-07 16:17:53.462594"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis illo accusamus ea."], ["url", "http://wunsch.net/bertram"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.465262"], ["updated_at", "2018-12-07 16:17:53.465262"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vero laborum doloremque neque."], ["info_url", "http://hilpert.biz/antoine_brakus"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.467925"], ["updated_at", "2018-12-07 16:17:53.467925"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio in corporis adipisci."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.468884"], ["updated_at", "2018-12-07 16:17:53.468884"], ["app_id", 30], ["offering_id", 24], ["promo_image_url", "http://langosh.info/burl_jacobi"], ["promo_text", "Et illo tempora omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum quam quis nihil."], ["url", "http://lefflermuller.io/denver_reichel"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.471497"], ["updated_at", "2018-12-07 16:17:53.471497"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed praesentium dolorem doloremque."], ["info_url", "http://lemke.io/gilda"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.473005"], ["updated_at", "2018-12-07 16:17:53.473005"], ["developer_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feeney.co/kaitlin"], ["description", "Ullam corporis vel voluptas."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.476709"], ["updated_at", "2018-12-07 16:17:53.476709"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis dolorem vel temporibus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.477590"], ["updated_at", "2018-12-07 16:17:53.477590"], ["app_id", 31], ["offering_id", 25], ["promo_image_url", "http://kulasbayer.info/gala.labadie"], ["promo_text", "Totam aperiam ratione saepe."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langmosciski.name/phyllis"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.480414"], ["updated_at", "2018-12-07 16:17:53.480414"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondricka.co/donella.anderson"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.481275"], ["updated_at", "2018-12-07 16:17:53.481275"], ["distributor_id", 25], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nisi unde nulla assumenda."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.483460"], ["updated_at", "2018-12-07 16:17:53.483460"], ["app_id", 31], ["offering_id", 24], ["promo_image_url", "http://okonwunsch.co/sean"], ["promo_text", "Commodi delectus omnis et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Tempora et nesciunt eligendi."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.486617"], ["updated_at", "2018-12-07 16:17:53.486617"], ["works_with_id", 31], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptate error nostrum qui."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Voluptatem laborum voluptas suscipit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-07 16:17:53.488971"], ["updated_at", "2018-12-07 16:17:53.488971"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://yundt.io/willis_goodwin"], ["description", "Sunt blanditiis at vitae."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.500435"], ["updated_at", "2018-12-07 16:17:53.500435"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed voluptatibus quae aut."], ["url", "http://osinskikling.io/tracey.damore"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.503298"], ["updated_at", "2018-12-07 16:17:53.503298"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi recusandae et ut."], ["info_url", "http://luettgen.io/wilfred_mccullough"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.506172"], ["updated_at", "2018-12-07 16:17:53.506172"], ["developer_id", 39]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium voluptatem quod ipsa."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.507178"], ["updated_at", "2018-12-07 16:17:53.507178"], ["app_id", 32], ["offering_id", 26], ["promo_image_url", "http://hayechmeler.io/fidel"], ["promo_text", "Consectetur doloremque corporis saepe."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Unde et provident debitis."], ["url", "http://oberbrunner.biz/damon.runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.510020"], ["updated_at", "2018-12-07 16:17:53.510020"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit incidunt dicta repellat."], ["info_url", "http://cummings.com/joseph_wuckert"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.511512"], ["updated_at", "2018-12-07 16:17:53.511512"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://huelbins.biz/elden_breitenberg"], ["description", "Architecto voluptatem possimus omnis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.515037"], ["updated_at", "2018-12-07 16:17:53.515037"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est ut sequi illum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.515880"], ["updated_at", "2018-12-07 16:17:53.515880"], ["app_id", 33], ["offering_id", 27], ["promo_image_url", "http://wiza.com/eugene"], ["promo_text", "Debitis accusantium recusandae sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://witting.com/shandra"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.518272"], ["updated_at", "2018-12-07 16:17:53.518272"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huel.biz/elene"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.519251"], ["updated_at", "2018-12-07 16:17:53.519251"], ["distributor_id", 26], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed quia perferendis mollitia."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.521415"], ["updated_at", "2018-12-07 16:17:53.521415"], ["app_id", 33], ["offering_id", 26], ["promo_image_url", "http://spinkabartell.org/malik"], ["promo_text", "Alias quisquam recusandae unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Harum molestiae et voluptatum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.524130"], ["updated_at", "2018-12-07 16:17:53.524130"], ["works_with_id", 34], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Soluta consequatur ut vitae."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quia quis dolor ipsum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-07 16:17:53.526253"], ["updated_at", "2018-12-07 16:17:53.526253"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zboncak.co/drew_smitham"], ["description", "Vel ullam impedit maxime."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.535433"], ["updated_at", "2018-12-07 16:17:53.535433"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis adipisci voluptas est."], ["url", "http://marvin.name/julienne"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.538169"], ["updated_at", "2018-12-07 16:17:53.538169"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Incidunt ut quos eligendi."], ["info_url", "http://runte.info/danilo_veum"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.540752"], ["updated_at", "2018-12-07 16:17:53.540752"], ["developer_id", 41]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit magnam unde maxime."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.541719"], ["updated_at", "2018-12-07 16:17:53.541719"], ["app_id", 34], ["offering_id", 28], ["promo_image_url", "http://hintzrodriguez.co/shaun"], ["promo_text", "Sed accusantium nesciunt et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quis molestiae laborum aut."], ["url", "http://pfannerstill.co/theron"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.544500"], ["updated_at", "2018-12-07 16:17:53.544500"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores quos commodi voluptatum."], ["info_url", "http://barrowstromp.info/maria_sporer"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.545984"], ["updated_at", "2018-12-07 16:17:53.545984"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://maggio.biz/tequila.heller"], ["description", "Et dolorum voluptas enim."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.549732"], ["updated_at", "2018-12-07 16:17:53.549732"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam explicabo deserunt numquam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.550533"], ["updated_at", "2018-12-07 16:17:53.550533"], ["app_id", 35], ["offering_id", 29], ["promo_image_url", "http://johnsonrunolfsdottir.co/dallas"], ["promo_text", "Animi atque odio perferendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerlach.biz/cortez_stehr"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.553232"], ["updated_at", "2018-12-07 16:17:53.553232"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beer.com/teresita"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.554047"], ["updated_at", "2018-12-07 16:17:53.554047"], ["distributor_id", 27], ["app_id", 35]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo sint soluta consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.556552"], ["updated_at", "2018-12-07 16:17:53.556552"], ["app_id", 35], ["offering_id", 28], ["promo_image_url", "http://bernhardbatz.biz/keven_okeefe"], ["promo_text", "Qui quia ut voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Totam rem est minus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.559394"], ["updated_at", "2018-12-07 16:17:53.559394"], ["works_with_id", 37], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Fugiat assumenda omnis quia."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Accusantium consequatur est et."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-07 16:17:53.561718"], ["updated_at", "2018-12-07 16:17:53.561718"], ["testimonial_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jakubowskipouros.org/chester"], ["description", "Sint iusto sit aliquam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.574265"], ["updated_at", "2018-12-07 16:17:53.574265"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi quia eum incidunt."], ["url", "http://okunevakuhlman.name/joesph"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.576820"], ["updated_at", "2018-12-07 16:17:53.576820"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Earum fugiat qui aut."], ["info_url", "http://hilpertgleason.co/meridith.blanda"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.579422"], ["updated_at", "2018-12-07 16:17:53.579422"], ["developer_id", 43]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit nam fugit facilis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.580348"], ["updated_at", "2018-12-07 16:17:53.580348"], ["app_id", 36], ["offering_id", 30], ["promo_image_url", "http://simonis.io/jonah"], ["promo_text", "Ut ut voluptates temporibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita nostrum est velit."], ["url", "http://kiehnrobel.io/olene"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.582842"], ["updated_at", "2018-12-07 16:17:53.582842"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque qui impedit aperiam."], ["info_url", "http://franecki.net/daysi.green"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.584409"], ["updated_at", "2018-12-07 16:17:53.584409"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fay.co/trevor_jones"], ["description", "Quam ut sit inventore."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.588511"], ["updated_at", "2018-12-07 16:17:53.588511"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi dolorum sunt dolores."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.589438"], ["updated_at", "2018-12-07 16:17:53.589438"], ["app_id", 37], ["offering_id", 31], ["promo_image_url", "http://krisbecker.biz/jannie"], ["promo_text", "Sint quae recusandae quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://deckow.net/chung"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.591868"], ["updated_at", "2018-12-07 16:17:53.591868"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kulas.name/carmelita"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.592639"], ["updated_at", "2018-12-07 16:17:53.592639"], ["distributor_id", 28], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto et asperiores praesentium."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.594941"], ["updated_at", "2018-12-07 16:17:53.594941"], ["app_id", 37], ["offering_id", 30], ["promo_image_url", "http://auer.co/shantae"], ["promo_text", "Nihil illo sint laborum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beer.info/samuel"], ["description", "Dignissimos quas eum sint."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.610372"], ["updated_at", "2018-12-07 16:17:53.610372"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium ullam dolore quasi."], ["url", "http://raynor.org/agustin"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.612985"], ["updated_at", "2018-12-07 16:17:53.612985"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed animi reprehenderit aliquam."], ["info_url", "http://ankunding.org/major_schaden"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.615518"], ["updated_at", "2018-12-07 16:17:53.615518"], ["developer_id", 45]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus molestiae blanditiis odio."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.616514"], ["updated_at", "2018-12-07 16:17:53.616514"], ["app_id", 38], ["offering_id", 32], ["promo_image_url", "http://okuneva.info/hipolito"], ["promo_text", "Id voluptatem fugit rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Necessitatibus et voluptate nam."], ["url", "http://grimes.info/samuel.wilkinson"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.619383"], ["updated_at", "2018-12-07 16:17:53.619383"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et earum unde laudantium."], ["info_url", "http://batznitzsche.net/louella"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.620989"], ["updated_at", "2018-12-07 16:17:53.620989"], ["developer_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://toykemmer.co/samual"], ["description", "Ipsam reprehenderit omnis ratione."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.624771"], ["updated_at", "2018-12-07 16:17:53.624771"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A quis quas fuga."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.625601"], ["updated_at", "2018-12-07 16:17:53.625601"], ["app_id", 39], ["offering_id", 33], ["promo_image_url", "http://braun.org/rosalie"], ["promo_text", "Sed blanditiis ipsa inventore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jastwill.com/adolph.satterfield"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.628206"], ["updated_at", "2018-12-07 16:17:53.628206"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://batz.name/jasper"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.629074"], ["updated_at", "2018-12-07 16:17:53.629074"], ["distributor_id", 29], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit amet repellat facilis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.631262"], ["updated_at", "2018-12-07 16:17:53.631262"], ["app_id", 39], ["offering_id", 32], ["promo_image_url", "http://keeling.biz/troy.langworth"], ["promo_text", "Aut optio impedit et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Odit et aut qui."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.633961"], ["updated_at", "2018-12-07 16:17:53.633961"], ["works_with_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Fuga nobis quod amet.", "image_url"=>"http://pouros.info/ozzie_fadel", "is_live"=>"true"}, "id"=>"1"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Fuga nobis quod amet."], ["updated_at", "2018-12-07 16:17:53.644225"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/1 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://douglas.name/echo.morar"], ["description", "Labore sed iure odio."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.650420"], ["updated_at", "2018-12-07 16:17:53.650420"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Deserunt dolorum voluptatem maxime."], ["url", "http://dietrich.io/raul"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.653466"], ["updated_at", "2018-12-07 16:17:53.653466"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda est vel aut."], ["info_url", "http://aufderharcain.net/maynard"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.656229"], ["updated_at", "2018-12-07 16:17:53.656229"], ["developer_id", 47]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat eaque non expedita."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.657199"], ["updated_at", "2018-12-07 16:17:53.657199"], ["app_id", 40], ["offering_id", 34], ["promo_image_url", "http://emmerichdooley.com/alex"], ["promo_text", "Et officia quidem provident."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Eius quo corporis vitae."], ["url", "http://buckridge.io/alena"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.659734"], ["updated_at", "2018-12-07 16:17:53.659734"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At natus fugiat deleniti."], ["info_url", "http://mcclureharber.co/hung_reynolds"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.661222"], ["updated_at", "2018-12-07 16:17:53.661222"], ["developer_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bruenmaggio.info/jimmy_kihn"], ["description", "Ad esse illo doloribus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.664804"], ["updated_at", "2018-12-07 16:17:53.664804"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed qui est illo."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.665559"], ["updated_at", "2018-12-07 16:17:53.665559"], ["app_id", 41], ["offering_id", 35], ["promo_image_url", "http://prosacco.co/claria.bode"], ["promo_text", "Ut asperiores quam quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howellfisher.co/lawrence_beahan"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.668538"], ["updated_at", "2018-12-07 16:17:53.668538"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesen.org/theo"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.669328"], ["updated_at", "2018-12-07 16:17:53.669328"], ["distributor_id", 30], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex quis voluptate iusto."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.671377"], ["updated_at", "2018-12-07 16:17:53.671377"], ["app_id", 41], ["offering_id", 34], ["promo_image_url", "http://stracke.name/neva.mayert"], ["promo_text", "Nisi sit exercitationem ex."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Perferendis repudiandae voluptatibus ut."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.673211"], ["updated_at", "2018-12-07 16:17:53.673211"], ["works_with_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Possimus autem explicabo recusandae.", "image_url"=>"http://walter.biz/marti", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Possimus autem explicabo recusandae."], ["updated_at", "2018-12-07 16:17:53.682141"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kertzmann.name/nakita"], ["description", "Cum fuga magni sit."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.689522"], ["updated_at", "2018-12-07 16:17:53.689522"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quis quod autem iusto."], ["url", "http://blickarmstrong.co/lucio.nikolaus"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.692521"], ["updated_at", "2018-12-07 16:17:53.692521"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laborum earum sint reprehenderit."], ["info_url", "http://mcdermott.info/athena_jacobs"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.695410"], ["updated_at", "2018-12-07 16:17:53.695410"], ["developer_id", 49]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus explicabo dolorem et."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.696406"], ["updated_at", "2018-12-07 16:17:53.696406"], ["app_id", 42], ["offering_id", 36], ["promo_image_url", "http://casper.co/archie.rosenbaum"], ["promo_text", "Expedita placeat nihil est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit eum velit et."], ["url", "http://lefflermccullough.info/christian_miller"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.699148"], ["updated_at", "2018-12-07 16:17:53.699148"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Debitis ipsum possimus provident."], ["info_url", "http://beckerohara.biz/hunter"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.700661"], ["updated_at", "2018-12-07 16:17:53.700661"], ["developer_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mclaughlin.net/gavin_kilback"], ["description", "Doloribus sed id et."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.704471"], ["updated_at", "2018-12-07 16:17:53.704471"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum consequuntur vel ad."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.705306"], ["updated_at", "2018-12-07 16:17:53.705306"], ["app_id", 43], ["offering_id", 37], ["promo_image_url", "http://kirlin.com/casey.streich"], ["promo_text", "Et dolore officia dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marktreich.org/hugo"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.707842"], ["updated_at", "2018-12-07 16:17:53.707842"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weinatbarrows.info/jasper.morar"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.708643"], ["updated_at", "2018-12-07 16:17:53.708643"], ["distributor_id", 31], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quos repudiandae ea omnis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.710621"], ["updated_at", "2018-12-07 16:17:53.710621"], ["app_id", 43], ["offering_id", 36], ["promo_image_url", "http://miller.name/kenyetta_labadie"], ["promo_text", "Quidem animi omnis qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Debitis rerum nulla neque."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.712408"], ["updated_at", "2018-12-07 16:17:53.712408"], ["works_with_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"At similique est quas.", "image_url"=>"http://ritchiekaulke.info/sirena", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "At similique est quas."], ["updated_at", "2018-12-07 16:17:53.720316"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottlieb.com/rich"], ["description", "Qui dolore provident quo."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.727325"], ["updated_at", "2018-12-07 16:17:53.727325"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem accusantium minus sit."], ["url", "http://lowe.info/jayme.moen"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.729971"], ["updated_at", "2018-12-07 16:17:53.729971"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis amet sed quis."], ["info_url", "http://pfeffer.name/minta_emmerich"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.732685"], ["updated_at", "2018-12-07 16:17:53.732685"], ["developer_id", 51]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum et laudantium aperiam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.733678"], ["updated_at", "2018-12-07 16:17:53.733678"], ["app_id", 44], ["offering_id", 38], ["promo_image_url", "http://klocko.com/leslie"], ["promo_text", "Minus nesciunt earum est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam nobis quasi non."], ["url", "http://mayermacejkovic.org/stephenie"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.736456"], ["updated_at", "2018-12-07 16:17:53.736456"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia totam qui consequatur."], ["info_url", "http://okon.io/orville"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.738080"], ["updated_at", "2018-12-07 16:17:53.738080"], ["developer_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cummerata.co/angelyn"], ["description", "Et iste aliquam ab."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.741739"], ["updated_at", "2018-12-07 16:17:53.741739"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos rerum non rerum."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.742655"], ["updated_at", "2018-12-07 16:17:53.742655"], ["app_id", 45], ["offering_id", 39], ["promo_image_url", "http://waelchifahey.net/ilene"], ["promo_text", "Omnis nesciunt incidunt numquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gleason.name/bailey"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.745050"], ["updated_at", "2018-12-07 16:17:53.745050"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kautzercartwright.io/clyde"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.745841"], ["updated_at", "2018-12-07 16:17:53.745841"], ["distributor_id", 32], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quos nihil impedit eos."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.747920"], ["updated_at", "2018-12-07 16:17:53.747920"], ["app_id", 45], ["offering_id", 38], ["promo_image_url", "http://farrell.name/carmelo"], ["promo_text", "Sunt reiciendis culpa voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ipsa consectetur fugit similique."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.749769"], ["updated_at", "2018-12-07 16:17:53.749769"], ["works_with_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grahamjohns.co/jonas"], ["description", "Et adipisci illo optio."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.770952"], ["updated_at", "2018-12-07 16:17:53.770952"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam aut quidem nisi."], ["url", "http://kilbackgaylord.name/sarai"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.773764"], ["updated_at", "2018-12-07 16:17:53.773764"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis maxime exercitationem porro."], ["info_url", "http://bednar.org/reuben.botsford"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.776535"], ["updated_at", "2018-12-07 16:17:53.776535"], ["developer_id", 53]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero illum enim quam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.777459"], ["updated_at", "2018-12-07 16:17:53.777459"], ["app_id", 46], ["offering_id", 40], ["promo_image_url", "http://oconnellkilback.info/corinne.bahringer"], ["promo_text", "Deserunt in eos architecto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Odit a et iusto."], ["url", "http://effertz.io/beatris.mills"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.780137"], ["updated_at", "2018-12-07 16:17:53.780137"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto adipisci dignissimos reprehenderit."], ["info_url", "http://hauckcronin.org/syble"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.781515"], ["updated_at", "2018-12-07 16:17:53.781515"], ["developer_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carroll.biz/hoyt_schulist"], ["description", "Iste consequatur animi nobis."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.785549"], ["updated_at", "2018-12-07 16:17:53.785549"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum velit facere doloribus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.786547"], ["updated_at", "2018-12-07 16:17:53.786547"], ["app_id", 47], ["offering_id", 41], ["promo_image_url", "http://wehner.biz/my.kreiger"], ["promo_text", "Aut sunt enim qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schuster.info/darby"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.789041"], ["updated_at", "2018-12-07 16:17:53.789041"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://veum.org/dewey_yundt"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.789800"], ["updated_at", "2018-12-07 16:17:53.789800"], ["distributor_id", 33], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic iure fugiat velit."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.791779"], ["updated_at", "2018-12-07 16:17:53.791779"], ["app_id", 47], ["offering_id", 40], ["promo_image_url", "http://kuhnkohler.org/latasha"], ["promo_text", "Quibusdam dicta ut exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Esse quaerat est voluptatem."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.793613"], ["updated_at", "2018-12-07 16:17:53.793613"], ["works_with_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://littel.biz/gayle_stracke"], ["description", "Vitae harum molestiae laboriosam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.802736"], ["updated_at", "2018-12-07 16:17:53.802736"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita id veritatis possimus."], ["url", "http://stark.biz/galen.mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.806004"], ["updated_at", "2018-12-07 16:17:53.806004"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut perspiciatis reprehenderit facere."], ["info_url", "http://weimann.io/fatima.rempel"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.808878"], ["updated_at", "2018-12-07 16:17:53.808878"], ["developer_id", 55]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt sapiente quis cumque."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.809812"], ["updated_at", "2018-12-07 16:17:53.809812"], ["app_id", 48], ["offering_id", 42], ["promo_image_url", "http://kutch.info/ernestina"], ["promo_text", "Velit aut tenetur aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt minus eius consequuntur."], ["url", "http://muller.com/mark"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.812431"], ["updated_at", "2018-12-07 16:17:53.812431"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae sunt eos sapiente."], ["info_url", "http://cummingsrohan.name/tora.halvorson"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.813859"], ["updated_at", "2018-12-07 16:17:53.813859"], ["developer_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larkin.net/janell.lowe"], ["description", "Sed nostrum velit ipsam."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.817457"], ["updated_at", "2018-12-07 16:17:53.817457"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni incidunt ut maxime."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.818362"], ["updated_at", "2018-12-07 16:17:53.818362"], ["app_id", 49], ["offering_id", 43], ["promo_image_url", "http://lowe.net/scotty_rice"], ["promo_text", "Ut delectus vel ipsum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pfeffermante.co/pura"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.821103"], ["updated_at", "2018-12-07 16:17:53.821103"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://orn.net/jutta.cormier"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.821988"], ["updated_at", "2018-12-07 16:17:53.821988"], ["distributor_id", 34], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores eum delectus qui."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.824122"], ["updated_at", "2018-12-07 16:17:53.824122"], ["app_id", 49], ["offering_id", 42], ["promo_image_url", "http://graham.net/hugo_dicki"], ["promo_text", "Rerum quo sint fugiat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Id aut maxime minima."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.825918"], ["updated_at", "2018-12-07 16:17:53.825918"], ["works_with_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keler.io/sharonda"], ["description", "Quia ratione a quo."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.834280"], ["updated_at", "2018-12-07 16:17:53.834280"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut omnis sit quibusdam."], ["url", "http://schuppe.io/barry_kuhn"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.837059"], ["updated_at", "2018-12-07 16:17:53.837059"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est molestiae id beatae."], ["info_url", "http://oreilly.biz/tanner_morar"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.839856"], ["updated_at", "2018-12-07 16:17:53.839856"], ["developer_id", 57]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel nesciunt officia consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.840827"], ["updated_at", "2018-12-07 16:17:53.840827"], ["app_id", 50], ["offering_id", 44], ["promo_image_url", "http://kovacek.org/roger.stracke"], ["promo_text", "Et velit iusto labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui minima quo nostrum."], ["url", "http://hilllhaley.io/sergio"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.843562"], ["updated_at", "2018-12-07 16:17:53.843562"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint eius officiis veritatis."], ["info_url", "http://romaguerahuels.name/gaylord.maggio"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.845087"], ["updated_at", "2018-12-07 16:17:53.845087"], ["developer_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marvin.org/craig"], ["description", "Ut impedit sed doloribus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.849063"], ["updated_at", "2018-12-07 16:17:53.849063"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet error animi repellendus."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.849933"], ["updated_at", "2018-12-07 16:17:53.849933"], ["app_id", 51], ["offering_id", 45], ["promo_image_url", "http://schultzthompson.name/tijuana_ullrich"], ["promo_text", "Inventore autem accusamus omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://quitzon.co/bernadine_ratke"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.852613"], ["updated_at", "2018-12-07 16:17:53.852613"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reichelnicolas.biz/dario"], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.853497"], ["updated_at", "2018-12-07 16:17:53.853497"], ["distributor_id", 35], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo accusantium et et."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.855842"], ["updated_at", "2018-12-07 16:17:53.855842"], ["app_id", 51], ["offering_id", 44], ["promo_image_url", "http://rolfson.info/noemi"], ["promo_text", "Et quisquam assumenda sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Maiores eos rerum accusantium."], ["is_live", "t"], ["created_at", "2018-12-07 16:17:53.857753"], ["updated_at", "2018-12-07 16:17:53.857753"], ["works_with_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-07 11:17:56 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (1.3ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (32.0ms)
Rendered components/_navigation.html.haml (9.0ms)
Rendered components/_footer.html.haml (5.6ms)

Completed 200 OK in 5913ms (Views: 5896.5ms | ActiveRecord: 7.4ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-07 11:18:02 -0500

 (0.3ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (53.5ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.4ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-07 11:18:03 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.9ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (4.5ms)
Rendered components/_navigation.html.haml (2.1ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 1.3ms)

 (0.2ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.8ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.9ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (42.3ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.0ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rathkshlerin.net/nanci.hagenes"], ["description", "Id est aspernatur et."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.590614"], ["updated_at", "2018-12-07 16:18:03.590614"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aperiam totam atque nostrum."], ["url", "http://dietrich.biz/shenita"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.594048"], ["updated_at", "2018-12-07 16:18:03.594048"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vero odio dolorem possimus."], ["info_url", "http://heel.co/lettie.kutch"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.597078"], ["updated_at", "2018-12-07 16:18:03.597078"], ["developer_id", 1]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae quibusdam soluta pariatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.598451"], ["updated_at", "2018-12-07 16:18:03.598451"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", "http://lubowitzwolff.com/digna.crist"], ["promo_text", "Omnis nihil iusto reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem et explicabo consectetur."], ["url", "http://schuster.biz/kaleigh"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.601962"], ["updated_at", "2018-12-07 16:18:03.601962"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed ipsum sint esse."], ["info_url", "http://thiel.net/steve"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.603636"], ["updated_at", "2018-12-07 16:18:03.603636"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://flatleyharris.info/yanira"], ["description", "Architecto laborum et necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.607080"], ["updated_at", "2018-12-07 16:18:03.607080"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Natus placeat et sit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.607957"], ["updated_at", "2018-12-07 16:18:03.607957"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", "http://greenholtquitzon.io/bradford.kutch"], ["promo_text", "Eum veritatis dolor sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://millsmann.biz/enedina"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.610354"], ["updated_at", "2018-12-07 16:18:03.610354"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://medhurst.net/steven"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.611416"], ["updated_at", "2018-12-07 16:18:03.611416"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit veniam enim totam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.613966"], ["updated_at", "2018-12-07 16:18:03.613966"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", "http://quigleymann.biz/faustino.quitzon"], ["promo_text", "Molestiae aliquam incidunt pariatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sunt quidem sed quo."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.617147"], ["updated_at", "2018-12-07 16:18:03.617147"], ["works_with_id", 3], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Illum aut qui doloribus."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turnergoldner.info/scot"], ["description", "Ea iste est ea."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.647791"], ["updated_at", "2018-12-07 16:18:03.647791"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Aut illum aut ducimus."], ["url", "http://streich.org/agnus"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.650769"], ["updated_at", "2018-12-07 16:18:03.650769"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem id reprehenderit dolorum."], ["info_url", "http://borer.com/jona_leffler"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.653486"], ["updated_at", "2018-12-07 16:18:03.653486"], ["developer_id", 3]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias dignissimos magni aliquid."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.654610"], ["updated_at", "2018-12-07 16:18:03.654610"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", "http://goyette.biz/tony.gutkowski"], ["promo_text", "Ab assumenda non adipisci."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit debitis excepturi consectetur."], ["url", "http://wintheiser.org/donny.simonis"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.657416"], ["updated_at", "2018-12-07 16:18:03.657416"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti et enim et."], ["info_url", "http://sengerkaulke.name/harold.jacobi"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.658924"], ["updated_at", "2018-12-07 16:18:03.658924"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoeger.io/christiana"], ["description", "Doloribus praesentium similique provident."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.662576"], ["updated_at", "2018-12-07 16:18:03.662576"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maxime sunt rerum in."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.663378"], ["updated_at", "2018-12-07 16:18:03.663378"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", "http://cronin.io/trent"], ["promo_text", "Magnam illo repellendus velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcclurebecker.biz/gregory"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.665865"], ["updated_at", "2018-12-07 16:18:03.665865"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://spencer.net/harley_miller"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.666721"], ["updated_at", "2018-12-07 16:18:03.666721"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis dicta veritatis nesciunt."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.668848"], ["updated_at", "2018-12-07 16:18:03.668848"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", "http://collins.info/corrinne"], ["promo_text", "Alias est qui numquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quis distinctio autem ut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.671556"], ["updated_at", "2018-12-07 16:18:03.671556"], ["works_with_id", 6], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Provident vel eos dicta."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Impedit omnis aperiam qui.", "is_live"=>"true", "promo_image_url"=>"http://moen.io/dirk.nienow", "promo_text"=>"Explicabo optio vero consectetur.", "publish_date"=>"2018-12-06", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Impedit omnis aperiam qui."], ["promo_text", "Explicabo optio vero consectetur."], ["promo_image_url", nil], ["updated_at", "2018-12-07 16:18:03.684144"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 9ms (ActiveRecord: 2.2ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stiedemannmayert.info/jamal"], ["description", "Delectus quia placeat iusto."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.690893"], ["updated_at", "2018-12-07 16:18:03.690893"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae minima eos nihil."], ["url", "http://labadie.io/natisha"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.693570"], ["updated_at", "2018-12-07 16:18:03.693570"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid exercitationem minus aut."], ["info_url", "http://robel.org/ernest"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.696128"], ["updated_at", "2018-12-07 16:18:03.696128"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae quibusdam cum eos."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.697085"], ["updated_at", "2018-12-07 16:18:03.697085"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", "http://monahan.io/harold"], ["promo_text", "Consequatur rerum inventore rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum temporibus ab suscipit."], ["url", "http://vandervort.name/cyndy.dickinson"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.699634"], ["updated_at", "2018-12-07 16:18:03.699634"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem nihil hic nihil."], ["info_url", "http://moen.io/ha"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.701214"], ["updated_at", "2018-12-07 16:18:03.701214"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://donnellyfarrell.org/leigha"], ["description", "Quod officia non nam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.704693"], ["updated_at", "2018-12-07 16:18:03.704693"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non vero aut saepe."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.705468"], ["updated_at", "2018-12-07 16:18:03.705468"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", "http://harris.io/ashley"], ["promo_text", "Soluta est sed recusandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://veum.info/gerardo.white"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.707827"], ["updated_at", "2018-12-07 16:18:03.707827"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ernserkuvalis.io/leena"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.708620"], ["updated_at", "2018-12-07 16:18:03.708620"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate veniam et quos."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.710618"], ["updated_at", "2018-12-07 16:18:03.710618"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", "http://raynorhammes.org/ayako_howell"], ["promo_text", "Eum voluptas sed culpa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Maxime necessitatibus doloribus quo."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.713149"], ["updated_at", "2018-12-07 16:18:03.713149"], ["works_with_id", 9], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eos recusandae odit sint."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Inventore eveniet rem soluta.", "is_live"=>"true", "promo_image_url"=>"http://armstrong.name/arnold", "promo_text"=>"Blanditiis placeat non quisquam.", "publish_date"=>"2018-12-06", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Inventore eveniet rem soluta."], ["promo_text", "Blanditiis placeat non quisquam."], ["promo_image_url", nil], ["updated_at", "2018-12-07 16:18:03.722175"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonrueden.biz/marcelino"], ["description", "Consectetur sed ut alias."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.727582"], ["updated_at", "2018-12-07 16:18:03.727582"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quis quod consequatur debitis."], ["url", "http://prosacco.io/fern.daniel"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.730134"], ["updated_at", "2018-12-07 16:18:03.730134"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Distinctio rem perspiciatis officia."], ["info_url", "http://mcclurekerluke.biz/rena.senger"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.732757"], ["updated_at", "2018-12-07 16:18:03.732757"], ["developer_id", 7]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere maxime sunt nihil."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.735082"], ["updated_at", "2018-12-07 16:18:03.735082"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", "http://rutherfordboyer.co/juliet"], ["promo_text", "Dolorem rem alias ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Odio veritatis in et."], ["url", "http://mraz.io/tracie"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.738615"], ["updated_at", "2018-12-07 16:18:03.738615"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed voluptatem laudantium minima."], ["info_url", "http://kris.net/benny"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.740330"], ["updated_at", "2018-12-07 16:18:03.740330"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://croninfarrell.co/kourtney_smitham"], ["description", "Veritatis beatae accusamus et."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.743880"], ["updated_at", "2018-12-07 16:18:03.743880"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque qui velit aut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.744693"], ["updated_at", "2018-12-07 16:18:03.744693"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", "http://abernathy.com/wilbert"], ["promo_text", "Nesciunt est illo voluptatum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kunde.biz/kina_runte"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.747014"], ["updated_at", "2018-12-07 16:18:03.747014"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://flatley.org/darcel"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.747785"], ["updated_at", "2018-12-07 16:18:03.747785"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et cum non voluptas."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.749930"], ["updated_at", "2018-12-07 16:18:03.749930"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", "http://bradtke.co/art.kling"], ["promo_text", "Quia cumque debitis animi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Corrupti molestiae animi dolor."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.752739"], ["updated_at", "2018-12-07 16:18:03.752739"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est praesentium aut ut."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Suscipit explicabo maiores ea.", "is_live"=>"true", "promo_image_url"=>"http://haag.net/herman_wilderman", "promo_text"=>"Voluptas optio perspiciatis aut.", "publish_date"=>"2018-12-06", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Suscipit explicabo maiores ea."], ["promo_text", "Voluptas optio perspiciatis aut."], ["promo_image_url", nil], ["updated_at", "2018-12-07 16:18:03.761663"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stroman.org/rickey.parisian"], ["description", "Esse incidunt eos laborum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.767658"], ["updated_at", "2018-12-07 16:18:03.767658"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Non ad molestias doloribus."], ["url", "http://heaney.info/rod.stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.770611"], ["updated_at", "2018-12-07 16:18:03.770611"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nulla saepe nobis magni."], ["info_url", "http://ullrichmraz.com/timika"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.773408"], ["updated_at", "2018-12-07 16:18:03.773408"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi pariatur facilis odit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.774542"], ["updated_at", "2018-12-07 16:18:03.774542"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", "http://dicki.biz/mitchell"], ["promo_text", "Non ipsam in quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit nostrum rem alias."], ["url", "http://graham.org/drew"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.777343"], ["updated_at", "2018-12-07 16:18:03.777343"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro impedit tempore et."], ["info_url", "http://padbergveum.com/ahmad"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.778826"], ["updated_at", "2018-12-07 16:18:03.778826"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcculloughparker.name/scot.rath"], ["description", "Rem mollitia est alias."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.782227"], ["updated_at", "2018-12-07 16:18:03.782227"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad cupiditate beatae voluptatum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.783029"], ["updated_at", "2018-12-07 16:18:03.783029"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", "http://ernservolkman.com/jana.breitenberg"], ["promo_text", "Doloribus aut ut aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langworth.com/bernard"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.785542"], ["updated_at", "2018-12-07 16:18:03.785542"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://price.info/johnny"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.786321"], ["updated_at", "2018-12-07 16:18:03.786321"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est repellendus perferendis ab."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.788438"], ["updated_at", "2018-12-07 16:18:03.788438"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", "http://heidenreich.info/darcey"], ["promo_text", "Voluptatem eligendi minus amet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eius aut voluptatem animi."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.791161"], ["updated_at", "2018-12-07 16:18:03.791161"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Molestias consequatur fuga et."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"5"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://doylepaucek.org/zachery.paucek"], ["description", "Sequi architecto qui animi."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.798874"], ["updated_at", "2018-12-07 16:18:03.798874"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit accusantium aut in."], ["url", "http://mayert.org/phylis"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.801681"], ["updated_at", "2018-12-07 16:18:03.801681"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi et et ut."], ["info_url", "http://kerlukenader.org/benita_lowe"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.804257"], ["updated_at", "2018-12-07 16:18:03.804257"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum quod voluptatem deleniti."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.805159"], ["updated_at", "2018-12-07 16:18:03.805159"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", "http://lueilwitz.io/lyle"], ["promo_text", "Ab explicabo tempore sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae doloremque qui ratione."], ["url", "http://mitchellgaylord.org/norbert.predovic"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.807639"], ["updated_at", "2018-12-07 16:18:03.807639"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut exercitationem voluptate dolorum."], ["info_url", "http://rutherford.com/ericka"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.809060"], ["updated_at", "2018-12-07 16:18:03.809060"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlin.info/rickie.schoen"], ["description", "Rerum velit quia eum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.812397"], ["updated_at", "2018-12-07 16:18:03.812397"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dignissimos quod quis rerum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.813172"], ["updated_at", "2018-12-07 16:18:03.813172"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", "http://jacobi.org/malik_barton"], ["promo_text", "Vel nam eligendi labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://uptonnolan.net/kym_hirthe"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.815449"], ["updated_at", "2018-12-07 16:18:03.815449"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abshire.name/blaine.schiller"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.816211"], ["updated_at", "2018-12-07 16:18:03.816211"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel mollitia corrupti et."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.818155"], ["updated_at", "2018-12-07 16:18:03.818155"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", "http://littelreichel.co/dong"], ["promo_text", "Aut consectetur dolores ratione."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "At architecto cupiditate velit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.820725"], ["updated_at", "2018-12-07 16:18:03.820725"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Iure autem aut eos."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kirlin.com/kareem"], ["description", "Asperiores quia totam eum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.828887"], ["updated_at", "2018-12-07 16:18:03.828887"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsa earum dolores adipisci."], ["url", "http://durgan.co/bernard"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.831524"], ["updated_at", "2018-12-07 16:18:03.831524"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum fugiat accusantium consequatur."], ["info_url", "http://kirlin.net/brock"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.834203"], ["updated_at", "2018-12-07 16:18:03.834203"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam quam harum vitae."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.835102"], ["updated_at", "2018-12-07 16:18:03.835102"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", "http://koelpin.io/elroy_franecki"], ["promo_text", "Facilis voluptas sint enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Modi debitis repellendus dolorum."], ["url", "http://white.net/liliana_fisher"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.837674"], ["updated_at", "2018-12-07 16:18:03.837674"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus sunt eveniet quos."], ["info_url", "http://keeling.info/claud.jast"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.839087"], ["updated_at", "2018-12-07 16:18:03.839087"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhlmanbogisich.name/antonia.leuschke"], ["description", "Et quae laboriosam doloremque."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.842600"], ["updated_at", "2018-12-07 16:18:03.842600"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis perferendis blanditiis doloribus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.843339"], ["updated_at", "2018-12-07 16:18:03.843339"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", "http://metzmayer.org/jacinto.collins"], ["promo_text", "Enim in eaque at."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heller.biz/marina_buckridge"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.845641"], ["updated_at", "2018-12-07 16:18:03.845641"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://baumbach.io/jee_jaskolski"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.846424"], ["updated_at", "2018-12-07 16:18:03.846424"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam at dignissimos exercitationem."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.848353"], ["updated_at", "2018-12-07 16:18:03.848353"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", "http://langworth.biz/carlee"], ["promo_text", "Aspernatur est in quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eum qui autem dolore."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.850960"], ["updated_at", "2018-12-07 16:18:03.850960"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nobis consectetur illo cumque."], ["publish_date", "2018-12-06"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kleinstiedemann.com/loris_swaniawski"], ["description", "Quae nihil qui est."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.862994"], ["updated_at", "2018-12-07 16:18:03.862994"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis eaque atque assumenda."], ["url", "http://gleason.net/jamey.greenholt"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.865674"], ["updated_at", "2018-12-07 16:18:03.865674"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam ipsum itaque blanditiis."], ["info_url", "http://mayer.org/devona"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.868240"], ["updated_at", "2018-12-07 16:18:03.868240"], ["developer_id", 15]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est quas totam qui."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.869234"], ["updated_at", "2018-12-07 16:18:03.869234"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", "http://moen.info/myrta"], ["promo_text", "Qui inventore quos occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Totam eaque magni beatae."], ["url", "http://mills.info/kaylene_kub"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.871913"], ["updated_at", "2018-12-07 16:18:03.871913"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt deleniti officiis eum."], ["info_url", "http://cartwright.info/jeanett.conn"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.873357"], ["updated_at", "2018-12-07 16:18:03.873357"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dickilind.biz/marshall_leannon"], ["description", "Eum autem qui voluptatem."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.876801"], ["updated_at", "2018-12-07 16:18:03.876801"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit dolores aperiam consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.877582"], ["updated_at", "2018-12-07 16:18:03.877582"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", "http://carter.name/season_gusikowski"], ["promo_text", "Dolores laboriosam non et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://towneprohaska.io/barney.toy"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.879823"], ["updated_at", "2018-12-07 16:18:03.879823"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://donnelly.org/lamonica"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.880640"], ["updated_at", "2018-12-07 16:18:03.880640"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt ut quas quo."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.882663"], ["updated_at", "2018-12-07 16:18:03.882663"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", "http://emard.io/vince"], ["promo_text", "Recusandae et et ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Sit ut fugiat consequuntur.", "is_live"=>"true", "promo_image_url"=>"http://ondrickahilll.net/peter_lynch", "promo_text"=>"Ad odit veniam voluptate.", "title"=>"works_with_title"}, "id"=>"24"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Sit ut fugiat consequuntur."], ["promo_image_url", "http://ondrickahilll.net/peter_lynch"], ["promo_text", "Ad odit veniam voluptate."], ["updated_at", "2018-12-07 16:18:03.890740"], ["id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/24 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harberhettinger.io/jacquelyne.volkman"], ["description", "Ducimus dolore laboriosam et."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.895851"], ["updated_at", "2018-12-07 16:18:03.895851"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit at maiores aliquid."], ["url", "http://rempel.co/cliff"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.898486"], ["updated_at", "2018-12-07 16:18:03.898486"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed quos tenetur esse."], ["info_url", "http://herzog.name/marian"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.901068"], ["updated_at", "2018-12-07 16:18:03.901068"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis at aliquam aperiam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.902016"], ["updated_at", "2018-12-07 16:18:03.902016"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", "http://schmeler.org/lucio.zboncak"], ["promo_text", "Consequatur est est natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Deserunt molestiae est pariatur."], ["url", "http://kihn.io/corrina"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.904806"], ["updated_at", "2018-12-07 16:18:03.904806"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia amet et velit."], ["info_url", "http://schulistkonopelski.io/romeo_rohan"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.906271"], ["updated_at", "2018-12-07 16:18:03.906271"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://predovic.info/sang.runolfsdottir"], ["description", "Velit aspernatur pariatur modi."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.909777"], ["updated_at", "2018-12-07 16:18:03.909777"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas esse quo quod."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.910551"], ["updated_at", "2018-12-07 16:18:03.910551"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", "http://steuber.io/denae.nolan"], ["promo_text", "Voluptatem quibusdam dolorem nemo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hamill.com/walton_reinger"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.912734"], ["updated_at", "2018-12-07 16:18:03.912734"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hahn.net/guadalupe"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.913433"], ["updated_at", "2018-12-07 16:18:03.913433"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis expedita autem quia."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.915274"], ["updated_at", "2018-12-07 16:18:03.915274"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", "http://pfeffer.biz/leonore"], ["promo_text", "Illum nisi non dolorum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Dolore odit debitis dolorem.", "is_live"=>"true", "promo_image_url"=>"http://bashirian.net/mechelle", "promo_text"=>"Illo corporis vitae odio.", "title"=>"works_with_title"}, "id"=>"27"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Dolore odit debitis dolorem."], ["promo_image_url", "http://bashirian.net/mechelle"], ["promo_text", "Illo corporis vitae odio."], ["updated_at", "2018-12-07 16:18:03.921466"], ["id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/27 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://corkery.com/normand"], ["description", "Aspernatur omnis dolor enim."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.926090"], ["updated_at", "2018-12-07 16:18:03.926090"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit suscipit possimus quia."], ["url", "http://macgyver.info/shiela.nitzsche"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.928599"], ["updated_at", "2018-12-07 16:18:03.928599"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Suscipit repellat ipsa aut."], ["info_url", "http://grantmckenzie.org/shannon.mohr"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.931282"], ["updated_at", "2018-12-07 16:18:03.931282"], ["developer_id", 19]]
SQL (1.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi amet et expedita."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.932204"], ["updated_at", "2018-12-07 16:18:03.932204"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", "http://carter.net/kurtis"], ["promo_text", "Eius alias repellendus et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis consequatur totam eum."], ["url", "http://jakubowski.info/indira"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.936299"], ["updated_at", "2018-12-07 16:18:03.936299"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos itaque a eos."], ["info_url", "http://marvin.io/ammie_weber"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.937997"], ["updated_at", "2018-12-07 16:18:03.937997"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kertzmann.info/eura_nitzsche"], ["description", "Magnam quia maiores laudantium."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.941623"], ["updated_at", "2018-12-07 16:18:03.941623"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia aliquam laborum nisi."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.942455"], ["updated_at", "2018-12-07 16:18:03.942455"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", "http://toyconsidine.org/adrian_schneider"], ["promo_text", "Eum quibusdam dolores sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feeney.name/pamila.okeefe"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.944850"], ["updated_at", "2018-12-07 16:18:03.944850"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reynoldsromaguera.com/marcos"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.945633"], ["updated_at", "2018-12-07 16:18:03.945633"], ["distributor_id", 10], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor omnis tenetur id."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.947740"], ["updated_at", "2018-12-07 16:18:03.947740"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", "http://hahn.co/colene.runolfon"], ["promo_text", "Sint dolores velit eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Qui eaque dolores voluptatem.", "is_live"=>"true", "promo_image_url"=>"http://thompsonswaniawski.net/isaiah", "promo_text"=>"Animi deserunt saepe dolores.", "title"=>"works_with_title"}, "id"=>"30"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Qui eaque dolores voluptatem."], ["promo_image_url", "http://thompsonswaniawski.net/isaiah"], ["promo_text", "Animi deserunt saepe dolores."], ["updated_at", "2018-12-07 16:18:03.954943"], ["id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/30 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://legrosokon.com/lorenzo"], ["description", "Error natus mollitia esse."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.960662"], ["updated_at", "2018-12-07 16:18:03.960662"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore accusamus et qui."], ["url", "http://lynch.info/roger"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.963478"], ["updated_at", "2018-12-07 16:18:03.963478"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel unde ea velit."], ["info_url", "http://rath.co/otis"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.966136"], ["updated_at", "2018-12-07 16:18:03.966136"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet harum enim doloribus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.967134"], ["updated_at", "2018-12-07 16:18:03.967134"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", "http://boehm.name/davida_volkman"], ["promo_text", "Est quo voluptatum incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit expedita vero cum."], ["url", "http://zieme.biz/enoch.greenholt"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.969866"], ["updated_at", "2018-12-07 16:18:03.969866"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere est eos distinctio."], ["info_url", "http://collinchaefer.biz/lashay"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.971488"], ["updated_at", "2018-12-07 16:18:03.971488"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://terryyundt.com/kimberli"], ["description", "Et aut cumque aut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.975411"], ["updated_at", "2018-12-07 16:18:03.975411"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officiis repudiandae laborum consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.976439"], ["updated_at", "2018-12-07 16:18:03.976439"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", "http://reichert.co/katharine"], ["promo_text", "Et maxime repellat culpa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://brekke.biz/noreen"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.979057"], ["updated_at", "2018-12-07 16:18:03.979057"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gaylordmraz.info/norris.wolf"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.979920"], ["updated_at", "2018-12-07 16:18:03.979920"], ["distributor_id", 11], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi est eum repellat."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.982065"], ["updated_at", "2018-12-07 16:18:03.982065"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", "http://quitzon.com/mason.murray"], ["promo_text", "Ab praesentium inventore quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"33"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moenmetz.name/zetta.funk"], ["description", "Dolor quo quia at."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.989976"], ["updated_at", "2018-12-07 16:18:03.989976"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Id voluptas consequatur fuga."], ["url", "http://cormierleffler.biz/marge.blanda"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.992687"], ["updated_at", "2018-12-07 16:18:03.992687"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia aliquam enim dolor."], ["info_url", "http://schneider.org/elias_harvey"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.995388"], ["updated_at", "2018-12-07 16:18:03.995388"], ["developer_id", 23]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt non voluptas odio."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.996371"], ["updated_at", "2018-12-07 16:18:03.996371"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", "http://hamillschaefer.name/faith"], ["promo_text", "Enim consectetur nobis quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (2.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quia odio nihil accusantium."], ["url", "http://mills.info/glenn.moore"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:03.998950"], ["updated_at", "2018-12-07 16:18:03.998950"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur qui dolor sit."], ["info_url", "http://koelpin.net/kimberlie"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.003123"], ["updated_at", "2018-12-07 16:18:04.003123"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schambergerschneider.org/harold"], ["description", "Atque enim ex natus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.007335"], ["updated_at", "2018-12-07 16:18:04.007335"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga quia eum voluptas."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.008288"], ["updated_at", "2018-12-07 16:18:04.008288"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", "http://adams.biz/clifton"], ["promo_text", "Exercitationem ut esse unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummerata.com/nita.mohr"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.010776"], ["updated_at", "2018-12-07 16:18:04.010776"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schuppe.biz/aron_schuppe"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.011621"], ["updated_at", "2018-12-07 16:18:04.011621"], ["distributor_id", 12], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed eaque reiciendis non."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.013785"], ["updated_at", "2018-12-07 16:18:04.013785"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", "http://wilderman.net/dustin.vonrueden"], ["promo_text", "Eligendi maxime est molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"36"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://shields.info/garret"], ["description", "Dignissimos tempore dicta aut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.021441"], ["updated_at", "2018-12-07 16:18:04.021441"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis et voluptas officiis."], ["url", "http://windler.name/fabian.dach"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.024483"], ["updated_at", "2018-12-07 16:18:04.024483"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat qui est est."], ["info_url", "http://turcotteoconnell.info/qiana"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.027247"], ["updated_at", "2018-12-07 16:18:04.027247"], ["developer_id", 25]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil quasi occaecati distinctio."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.028297"], ["updated_at", "2018-12-07 16:18:04.028297"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", "http://king.org/kayla"], ["promo_text", "Culpa non et suscipit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus voluptatem ut a."], ["url", "http://gleichner.org/irving"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.031405"], ["updated_at", "2018-12-07 16:18:04.031405"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Excepturi quo rerum distinctio."], ["info_url", "http://raynorjones.name/matthew"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.033024"], ["updated_at", "2018-12-07 16:18:04.033024"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swiftmarquardt.org/bernardo"], ["description", "Eligendi commodi consequatur est."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.036946"], ["updated_at", "2018-12-07 16:18:04.036946"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque ut occaecati velit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.037851"], ["updated_at", "2018-12-07 16:18:04.037851"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", "http://osinski.net/martin"], ["promo_text", "Est quos enim eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marvin.com/guillermina"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.040281"], ["updated_at", "2018-12-07 16:18:04.040281"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wyman.com/emmett.borer"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.041114"], ["updated_at", "2018-12-07 16:18:04.041114"], ["distributor_id", 13], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas omnis sint quis."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.043280"], ["updated_at", "2018-12-07 16:18:04.043280"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", "http://toy.net/steven.schultz"], ["promo_text", "Est non et rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"39"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hickle.name/caroyln.pfeffer"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.067103"], ["updated_at", "2018-12-07 16:18:04.067103"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui in dolores molestiae."], ["url", "http://altenwerthward.org/arden"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.069869"], ["updated_at", "2018-12-07 16:18:04.069869"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore suscipit quia explicabo."], ["info_url", "http://orn.biz/charles"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.072323"], ["updated_at", "2018-12-07 16:18:04.072323"], ["developer_id", 27]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://muellerjacobi.net/rodger"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.073250"], ["updated_at", "2018-12-07 16:18:04.073250"], ["distributor_id", 14], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Autem sit corporis non."], ["url", "http://hilllhackett.biz/deandra.satterfield"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.075668"], ["updated_at", "2018-12-07 16:18:04.075668"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Temporibus dolores id necessitatibus."], ["info_url", "http://lang.org/khalilah"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.077016"], ["updated_at", "2018-12-07 16:18:04.077016"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://corwinwehner.net/gabriel_lehner"], ["description", "Rerum dolore perspiciatis ut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.080598"], ["updated_at", "2018-12-07 16:18:04.080598"]]
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci sapiente aliquid repellendus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.081425"], ["updated_at", "2018-12-07 16:18:04.081425"], ["app_id", 28], ["offering_id", 27], ["promo_image_url", "http://hyatt.co/amado"], ["promo_text", "Ut et quas sed."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jerde.com/garland.herzog"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.085353"], ["updated_at", "2018-12-07 16:18:04.085353"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hartmann.name/kelvin.kub"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.086257"], ["updated_at", "2018-12-07 16:18:04.086257"], ["distributor_id", 15], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://corkery.name/damaris"], ["description", "Minus quia harum ducimus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.114063"], ["updated_at", "2018-12-07 16:18:04.114063"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Mollitia laborum consectetur et."], ["url", "http://rohanlangosh.name/willis"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.116785"], ["updated_at", "2018-12-07 16:18:04.116785"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Distinctio nihil rerum aut."], ["info_url", "http://macgyverrowe.name/sol_vandervort"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.119566"], ["updated_at", "2018-12-07 16:18:04.119566"], ["developer_id", 29]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et voluptatibus iste quia."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.120601"], ["updated_at", "2018-12-07 16:18:04.120601"], ["app_id", 29], ["offering_id", 28], ["promo_image_url", "http://koepp.io/rhonda"], ["promo_text", "Eos voluptatem soluta recusandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Provident animi officia dolor."], ["url", "http://schowalter.name/clare"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.123431"], ["updated_at", "2018-12-07 16:18:04.123431"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur consequatur repudiandae est."], ["info_url", "http://shanahanfeil.biz/cecila_leuschke"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.124903"], ["updated_at", "2018-12-07 16:18:04.124903"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gibsonstark.name/marvin_heathcote"], ["description", "Hic consectetur perspiciatis placeat."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.128529"], ["updated_at", "2018-12-07 16:18:04.128529"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut qui sunt ut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.129296"], ["updated_at", "2018-12-07 16:18:04.129296"], ["app_id", 30], ["offering_id", 29], ["promo_image_url", "http://olson.co/marlon"], ["promo_text", "Esse eaque eius voluptatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://keebler.info/rudy.lynch"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.131656"], ["updated_at", "2018-12-07 16:18:04.131656"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bayerstark.net/frances"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.132556"], ["updated_at", "2018-12-07 16:18:04.132556"], ["distributor_id", 16], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio quaerat ullam alias."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.134945"], ["updated_at", "2018-12-07 16:18:04.134945"], ["app_id", 30], ["offering_id", 28], ["promo_image_url", "http://wilderman.com/elvis_herman"], ["promo_text", "Impedit ea ut inventore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Esse minima libero est."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.137789"], ["updated_at", "2018-12-07 16:18:04.137789"], ["works_with_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Autem labore et voluptatem.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Autem labore et voluptatem."], ["updated_at", "2018-12-07 16:18:04.147007"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/1 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boehmjacobs.biz/harlan"], ["description", "Aut sunt quo placeat."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.153015"], ["updated_at", "2018-12-07 16:18:04.153015"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ab eveniet dolorem rerum."], ["url", "http://stehr.net/whitley_treutel"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.155898"], ["updated_at", "2018-12-07 16:18:04.155898"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil expedita ut ex."], ["info_url", "http://cain.com/cherelle.jacobson"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.158597"], ["updated_at", "2018-12-07 16:18:04.158597"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim autem et sint."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.159500"], ["updated_at", "2018-12-07 16:18:04.159500"], ["app_id", 31], ["offering_id", 30], ["promo_image_url", "http://pacochajacobson.biz/lisha"], ["promo_text", "Eos ut perspiciatis porro."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum dolor expedita facilis."], ["url", "http://ritchiegreen.name/israel.borer"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.162015"], ["updated_at", "2018-12-07 16:18:04.162015"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cumque dolore reprehenderit ipsa."], ["info_url", "http://wisozk.net/tracey"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.163429"], ["updated_at", "2018-12-07 16:18:04.163429"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cristkoch.co/gregory"], ["description", "Dolorem sed dolore porro."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.166918"], ["updated_at", "2018-12-07 16:18:04.166918"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id voluptatem libero cupiditate."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.167714"], ["updated_at", "2018-12-07 16:18:04.167714"], ["app_id", 32], ["offering_id", 31], ["promo_image_url", "http://ohara.io/chiquita"], ["promo_text", "Laboriosam possimus ipsa quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prohaska.org/romelia"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.169997"], ["updated_at", "2018-12-07 16:18:04.169997"]]
SQL (1.1ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schumm.com/dwain"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.170757"], ["updated_at", "2018-12-07 16:18:04.170757"], ["distributor_id", 17], ["app_id", 32]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae laboriosam repellendus velit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.174220"], ["updated_at", "2018-12-07 16:18:04.174220"], ["app_id", 32], ["offering_id", 30], ["promo_image_url", "http://feeneypurdy.com/christinia.moriette"], ["promo_text", "Velit et quisquam dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Cumque consequatur dolores aut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.176948"], ["updated_at", "2018-12-07 16:18:04.176948"], ["works_with_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Aliquid vero et quidem.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"2"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Aliquid vero et quidem."], ["updated_at", "2018-12-07 16:18:04.184899"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/2 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://toybahringer.biz/johnna"], ["description", "Autem ut illo aut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.190159"], ["updated_at", "2018-12-07 16:18:04.190159"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt temporibus id eum."], ["url", "http://millsmayer.name/marlo.schroeder"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.192893"], ["updated_at", "2018-12-07 16:18:04.192893"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque explicabo est voluptatem."], ["info_url", "http://brownhuels.com/elna"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.195535"], ["updated_at", "2018-12-07 16:18:04.195535"], ["developer_id", 33]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et pariatur dolores impedit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.196508"], ["updated_at", "2018-12-07 16:18:04.196508"], ["app_id", 33], ["offering_id", 32], ["promo_image_url", "http://hilll.co/annamaria_kulas"], ["promo_text", "Quibusdam et nam eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Magni est ullam cum."], ["url", "http://sauer.info/raymundo"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.199070"], ["updated_at", "2018-12-07 16:18:04.199070"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestias sunt aut laborum."], ["info_url", "http://corkery.com/vincent"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.200552"], ["updated_at", "2018-12-07 16:18:04.200552"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stehr.co/alesha_kris"], ["description", "Rerum ut labore fugiat."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.204318"], ["updated_at", "2018-12-07 16:18:04.204318"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et possimus ut iste."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.205198"], ["updated_at", "2018-12-07 16:18:04.205198"], ["app_id", 34], ["offering_id", 33], ["promo_image_url", "http://beahanhilpert.info/stan"], ["promo_text", "Officiis voluptatem ad architecto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wuckertrath.org/ellyn.wisozk"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.207516"], ["updated_at", "2018-12-07 16:18:04.207516"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hills.biz/markus"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.208407"], ["updated_at", "2018-12-07 16:18:04.208407"], ["distributor_id", 18], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non occaecati quia nam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.210577"], ["updated_at", "2018-12-07 16:18:04.210577"], ["app_id", 34], ["offering_id", 32], ["promo_image_url", "http://von.io/trea_mccullough"], ["promo_text", "Et laboriosam totam dignissimos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Consequatur et et maiores."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.212356"], ["updated_at", "2018-12-07 16:18:04.212356"], ["works_with_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Aut quibusdam nihil laudantium.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Aut quibusdam nihil laudantium."], ["updated_at", "2018-12-07 16:18:04.219781"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/3 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gleichner.info/marisol_keebler"], ["description", "Blanditiis aliquam et totam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.225643"], ["updated_at", "2018-12-07 16:18:04.225643"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Harum quo ea aliquam."], ["url", "http://schoen.org/rogelio"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.228296"], ["updated_at", "2018-12-07 16:18:04.228296"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis nobis id cum."], ["info_url", "http://schimmelrippin.co/malia.kreiger"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.230889"], ["updated_at", "2018-12-07 16:18:04.230889"], ["developer_id", 35]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Expedita doloribus distinctio ea."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.231811"], ["updated_at", "2018-12-07 16:18:04.231811"], ["app_id", 35], ["offering_id", 34], ["promo_image_url", "http://rogahn.net/ruell"], ["promo_text", "Autem nostrum dolor eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Minus laboriosam ut nobis."], ["url", "http://hills.co/leonia"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.234709"], ["updated_at", "2018-12-07 16:18:04.234709"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In corporis soluta dolor."], ["info_url", "http://jacobi.co/zachary"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.236319"], ["updated_at", "2018-12-07 16:18:04.236319"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schiller.org/louis_hintz"], ["description", "Pariatur rerum iste consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.240144"], ["updated_at", "2018-12-07 16:18:04.240144"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque omnis quis amet."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.241041"], ["updated_at", "2018-12-07 16:18:04.241041"], ["app_id", 36], ["offering_id", 35], ["promo_image_url", "http://shields.name/stanton"], ["promo_text", "Sunt dolor magnam qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnstowne.com/dominique"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.243421"], ["updated_at", "2018-12-07 16:18:04.243421"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bechtelar.net/lizeth.berge"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.244229"], ["updated_at", "2018-12-07 16:18:04.244229"], ["distributor_id", 19], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui tempora aut amet."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.246269"], ["updated_at", "2018-12-07 16:18:04.246269"], ["app_id", 36], ["offering_id", 34], ["promo_image_url", "http://rohanullrich.org/malcom"], ["promo_text", "Provident aliquid atque quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Asperiores aut aut impedit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.248180"], ["updated_at", "2018-12-07 16:18:04.248180"], ["works_with_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sporer.org/dakota.bailey"], ["description", "Sit nihil facere corrupti."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.268556"], ["updated_at", "2018-12-07 16:18:04.268556"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur nisi quia id."], ["url", "http://mcclure.co/yung_stamm"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.271369"], ["updated_at", "2018-12-07 16:18:04.271369"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui explicabo est libero."], ["info_url", "http://friesen.info/jerrold.huel"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.273963"], ["updated_at", "2018-12-07 16:18:04.273963"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel praesentium qui nesciunt."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.274921"], ["updated_at", "2018-12-07 16:18:04.274921"], ["app_id", 37], ["offering_id", 36], ["promo_image_url", "http://wisoky.co/porfirio"], ["promo_text", "Omnis omnis ducimus ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est pariatur hic eos."], ["url", "http://kautzerlang.io/tameka_wolff"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.277487"], ["updated_at", "2018-12-07 16:18:04.277487"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe minima eveniet dolorem."], ["info_url", "http://effertzzemlak.name/frances"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.278947"], ["updated_at", "2018-12-07 16:18:04.278947"], ["developer_id", 38]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://davis.net/ladonna_johnson"], ["description", "Fuga et nesciunt labore."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.282913"], ["updated_at", "2018-12-07 16:18:04.282913"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum nobis est quibusdam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.283923"], ["updated_at", "2018-12-07 16:18:04.283923"], ["app_id", 38], ["offering_id", 37], ["promo_image_url", "http://williamson.biz/robbin_block"], ["promo_text", "Dicta ut quisquam quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nikolaus.info/serena.schneider"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.286299"], ["updated_at", "2018-12-07 16:18:04.286299"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://greenholt.org/elvin"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.287070"], ["updated_at", "2018-12-07 16:18:04.287070"], ["distributor_id", 20], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia ea unde voluptatem."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.289103"], ["updated_at", "2018-12-07 16:18:04.289103"], ["app_id", 38], ["offering_id", 36], ["promo_image_url", "http://adams.biz/jacklyn_mann"], ["promo_text", "Voluptas molestiae placeat provident."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Voluptatibus eaque architecto dolore."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.290816"], ["updated_at", "2018-12-07 16:18:04.290816"], ["works_with_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://waters.co/ricky.hilll"], ["description", "Sint fugit alias asperiores."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.297913"], ["updated_at", "2018-12-07 16:18:04.297913"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum voluptate sint eius."], ["url", "http://watsica.com/dalene.marvin"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.300713"], ["updated_at", "2018-12-07 16:18:04.300713"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores cumque sit magnam."], ["info_url", "http://fadelmaggio.info/ernesto"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.303329"], ["updated_at", "2018-12-07 16:18:04.303329"], ["developer_id", 39]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil corrupti possimus minus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.304271"], ["updated_at", "2018-12-07 16:18:04.304271"], ["app_id", 39], ["offering_id", 38], ["promo_image_url", "http://blanda.biz/dionne_runolfsdottir"], ["promo_text", "Enim ea cum velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Autem occaecati facere tempora."], ["url", "http://mclaughlin.net/cecilia"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.306960"], ["updated_at", "2018-12-07 16:18:04.306960"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis nisi itaque cum."], ["info_url", "http://schmidt.org/erin_dicki"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.308420"], ["updated_at", "2018-12-07 16:18:04.308420"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.name/weston"], ["description", "Est ea nihil in."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.311828"], ["updated_at", "2018-12-07 16:18:04.311828"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet omnis et dolorem."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.312635"], ["updated_at", "2018-12-07 16:18:04.312635"], ["app_id", 40], ["offering_id", 39], ["promo_image_url", "http://thompson.io/marisol_smith"], ["promo_text", "Voluptates ipsa et laborum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abshireleuschke.io/hana_beatty"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.314945"], ["updated_at", "2018-12-07 16:18:04.314945"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yundt.biz/dulcie"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.315691"], ["updated_at", "2018-12-07 16:18:04.315691"], ["distributor_id", 21], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut qui amet placeat."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.317790"], ["updated_at", "2018-12-07 16:18:04.317790"], ["app_id", 40], ["offering_id", 38], ["promo_image_url", "http://vonrueden.net/johnathon_becker"], ["promo_text", "Molestiae at est qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et in suscipit quibusdam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.319628"], ["updated_at", "2018-12-07 16:18:04.319628"], ["works_with_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bahringerfay.biz/alden"], ["description", "Maiores est et magnam."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.327641"], ["updated_at", "2018-12-07 16:18:04.327641"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut est eum tenetur."], ["url", "http://medhurst.net/pablo.casper"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.330279"], ["updated_at", "2018-12-07 16:18:04.330279"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates qui suscipit occaecati."], ["info_url", "http://gusikowski.io/terrance"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.332892"], ["updated_at", "2018-12-07 16:18:04.332892"], ["developer_id", 41]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui vel nihil provident."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.333945"], ["updated_at", "2018-12-07 16:18:04.333945"], ["app_id", 41], ["offering_id", 40], ["promo_image_url", "http://kiehn.org/taunya"], ["promo_text", "Eum assumenda sed qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ut vel iusto quia."], ["url", "http://huel.co/tawanna.herzog"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.336516"], ["updated_at", "2018-12-07 16:18:04.336516"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae sit ea unde."], ["info_url", "http://kemmer.name/regenia_roob"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.338183"], ["updated_at", "2018-12-07 16:18:04.338183"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abshire.co/deane.bechtelar"], ["description", "Explicabo saepe reprehenderit delectus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.341898"], ["updated_at", "2018-12-07 16:18:04.341898"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio libero eius ut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.342827"], ["updated_at", "2018-12-07 16:18:04.342827"], ["app_id", 42], ["offering_id", 41], ["promo_image_url", "http://beahanframi.biz/rob_frami"], ["promo_text", "Qui sit impedit soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://buckridge.com/gil.block"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.345417"], ["updated_at", "2018-12-07 16:18:04.345417"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bogisichprice.com/tandra.stroman"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.346202"], ["updated_at", "2018-12-07 16:18:04.346202"], ["distributor_id", 22], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil dolores sit nemo."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.348180"], ["updated_at", "2018-12-07 16:18:04.348180"], ["app_id", 42], ["offering_id", 40], ["promo_image_url", "http://armstrong.io/santos"], ["promo_text", "Dolor magnam officiis quisquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Voluptas quos veritatis et."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.349843"], ["updated_at", "2018-12-07 16:18:04.349843"], ["works_with_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-07 11:18:04 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.3ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (3.2ms)
Rendered components/_navigation.html.haml (1.8ms)
Rendered components/_footer.html.haml (0.8ms)

Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-07 11:18:04 -0500 Processing by HomeController#index as HTML

Rendering home/index.html.haml within layouts/application
WorksWith Load (0.3ms)  SELECT "works_withs".* FROM "works_withs" WHERE "works_withs"."is_live" = $1  [["is_live", "t"]]
Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
Rendered home/index.html.haml within layouts/application (3.3ms)
Rendered components/_navigation.html.haml (1.8ms)
Rendered components/_footer.html.haml (0.8ms)

Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beahanwalker.biz/enoch_will"], ["description", "Reiciendis cupiditate sapiente officia."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.398525"], ["updated_at", "2018-12-07 16:18:04.398525"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quae nobis deleniti vitae."], ["url", "http://champlin.io/jerold.adams"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.401333"], ["updated_at", "2018-12-07 16:18:04.401333"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure delectus maxime reprehenderit."], ["info_url", "http://muller.net/katia"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.403938"], ["updated_at", "2018-12-07 16:18:04.403938"], ["developer_id", 43]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum ipsam vero aut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.404905"], ["updated_at", "2018-12-07 16:18:04.404905"], ["app_id", 43], ["offering_id", 42], ["promo_image_url", "http://effertzgrant.com/mira_marvin"], ["promo_text", "Aut non fugit et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae sint corrupti commodi."], ["url", "http://damore.org/bret"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.407584"], ["updated_at", "2018-12-07 16:18:04.407584"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit ex pariatur distinctio."], ["info_url", "http://tillman.io/horace"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.409077"], ["updated_at", "2018-12-07 16:18:04.409077"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tromp.com/jackie"], ["description", "Nihil voluptatem aut tempora."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.412479"], ["updated_at", "2018-12-07 16:18:04.412479"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui quod facere aut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.413241"], ["updated_at", "2018-12-07 16:18:04.413241"], ["app_id", 44], ["offering_id", 43], ["promo_image_url", "http://boehmabbott.co/gerard"], ["promo_text", "Reiciendis doloremque voluptates accusamus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hintz.io/shira.skiles"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.415392"], ["updated_at", "2018-12-07 16:18:04.415392"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wintheiserdouglas.io/phyllis_nolan"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.416107"], ["updated_at", "2018-12-07 16:18:04.416107"], ["distributor_id", 23], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit eos ut voluptatem."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.418149"], ["updated_at", "2018-12-07 16:18:04.418149"], ["app_id", 44], ["offering_id", 42], ["promo_image_url", "http://huel.com/dario"], ["promo_text", "Iusto pariatur cumque similique."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://purdy.io/scot"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.428688"], ["updated_at", "2018-12-07 16:18:04.428688"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Tempore vel fuga necessitatibus."], ["url", "http://monahan.com/lakendra_rolfson"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.431324"], ["updated_at", "2018-12-07 16:18:04.431324"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Animi laboriosam temporibus et."], ["info_url", "http://rolfson.com/celena_prosacco"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.433751"], ["updated_at", "2018-12-07 16:18:04.433751"], ["developer_id", 45]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerhold.net/vernita"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.434629"], ["updated_at", "2018-12-07 16:18:04.434629"], ["distributor_id", 24], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://halvorsongoodwin.org/herschel_gibson"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.454308"], ["updated_at", "2018-12-07 16:18:04.454308"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Est eum quia sit."], ["url", "http://homenick.name/lucio_champlin"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.457119"], ["updated_at", "2018-12-07 16:18:04.457119"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid molestias non quas."], ["info_url", "http://dooleycorwin.info/mara.douglas"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.459770"], ["updated_at", "2018-12-07 16:18:04.459770"], ["developer_id", 46]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ankundingabshire.org/marilou_rohan"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.460792"], ["updated_at", "2018-12-07 16:18:04.460792"], ["distributor_id", 25], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"25"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://murphybrown.info/ines"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.470507"], ["updated_at", "2018-12-07 16:18:04.470507"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sed ea nihil mollitia."], ["url", "http://witting.info/alonzo"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.473509"], ["updated_at", "2018-12-07 16:18:04.473509"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut eum natus et."], ["info_url", "http://ryanfisher.biz/bridgett"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.476084"], ["updated_at", "2018-12-07 16:18:04.476084"], ["developer_id", 47]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://greenmonahan.co/melonie"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.477092"], ["updated_at", "2018-12-07 16:18:04.477092"], ["distributor_id", 26], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"26"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wymancarroll.info/celsa.heaney"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.484056"], ["updated_at", "2018-12-07 16:18:04.484056"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et repellendus minus rerum."], ["url", "http://reynoldswuckert.co/lala_olson"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.486802"], ["updated_at", "2018-12-07 16:18:04.486802"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa velit incidunt repudiandae."], ["info_url", "http://wuckert.info/cleotilde"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.489291"], ["updated_at", "2018-12-07 16:18:04.489291"], ["developer_id", 48]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oberbrunner.com/annabell_reilly"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.490243"], ["updated_at", "2018-12-07 16:18:04.490243"], ["distributor_id", 27], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"27"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gibson.org/karleen.hirthe"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.497892"], ["updated_at", "2018-12-07 16:18:04.497892"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Ad dolor nesciunt quasi."], ["url", "http://hayes.name/porter"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.500648"], ["updated_at", "2018-12-07 16:18:04.500648"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum ullam error temporibus."], ["info_url", "http://schulistsanford.org/nicholas_hartmann"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.503460"], ["updated_at", "2018-12-07 16:18:04.503460"], ["developer_id", 49]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huels.co/alysa_king"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.504569"], ["updated_at", "2018-12-07 16:18:04.504569"], ["distributor_id", 28], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://rohan.info/milton.ortiz", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"28"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://rohan.info/milton.ortiz"], ["updated_at", "2018-12-07 16:18:04.508615"], ["id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/28 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kulashowell.info/jacinto_waelchi"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.513804"], ["updated_at", "2018-12-07 16:18:04.513804"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas exercitationem quia in."], ["url", "http://rolfson.net/francoise.quigley"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.516475"], ["updated_at", "2018-12-07 16:18:04.516475"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique repellat ut quidem."], ["info_url", "http://quigleyadams.io/kiesha_denesik"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.518969"], ["updated_at", "2018-12-07 16:18:04.518969"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bechtelarhermann.info/alba"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.519946"], ["updated_at", "2018-12-07 16:18:04.519946"], ["distributor_id", 29], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://schultz.biz/art", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"29"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://schultz.biz/art"], ["updated_at", "2018-12-07 16:18:04.524053"], ["id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/29 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jerde.info/malcolm"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.528633"], ["updated_at", "2018-12-07 16:18:04.528633"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium tempora quia qui."], ["url", "http://orn.biz/cordell"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.531482"], ["updated_at", "2018-12-07 16:18:04.531482"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni earum sunt dolorem."], ["info_url", "http://bahringer.co/conchita"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.534439"], ["updated_at", "2018-12-07 16:18:04.534439"], ["developer_id", 51]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huels.biz/shantel"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.535442"], ["updated_at", "2018-12-07 16:18:04.535442"], ["distributor_id", 30], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://harberlehner.net/kendall_watsica", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"30"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://harberlehner.net/kendall_watsica"], ["updated_at", "2018-12-07 16:18:04.539599"], ["id", 30]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/30 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kautzerjohns.org/velda_purdy"], ["description", "Expedita et commodi ducimus."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.558779"], ["updated_at", "2018-12-07 16:18:04.558779"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui similique sapiente laboriosam."], ["url", "http://bashirianaufderhar.name/steffanie"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.561631"], ["updated_at", "2018-12-07 16:18:04.561631"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut dignissimos qui minus."], ["info_url", "http://jast.net/hosea.legros"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.564297"], ["updated_at", "2018-12-07 16:18:04.564297"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam sed est commodi."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.565210"], ["updated_at", "2018-12-07 16:18:04.565210"], ["app_id", 52], ["offering_id", 44], ["promo_image_url", "http://dickinsonnicolas.name/erin_shields"], ["promo_text", "Ducimus molestiae earum quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"44"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammes.net/german.towne"], ["description", "Qui aut non debitis."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.587553"], ["updated_at", "2018-12-07 16:18:04.587553"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis suscipit molestiae dolores."], ["url", "http://nolan.biz/miguel"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.590472"], ["updated_at", "2018-12-07 16:18:04.590472"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In dolorem inventore velit."], ["info_url", "http://adamsohara.net/geneva"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.593224"], ["updated_at", "2018-12-07 16:18:04.593224"], ["developer_id", 53]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas doloribus ut odio."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.594275"], ["updated_at", "2018-12-07 16:18:04.594275"], ["app_id", 53], ["offering_id", 45], ["promo_image_url", "http://rippin.co/florance"], ["promo_text", "Ipsam earum beatae molestias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Non commodi quo non.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://schoen.com/marc"}, "id"=>"45"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Non commodi quo non."], ["shop_link", "http://schoen.com/marc"], ["updated_at", "2018-12-07 16:18:04.598515"], ["id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/45 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jerdeleuschke.info/reatha.beer"], ["description", "Pariatur iure quo enim."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.603208"], ["updated_at", "2018-12-07 16:18:04.603208"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sit iusto est ut."], ["url", "http://balistreri.info/latrice"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.606329"], ["updated_at", "2018-12-07 16:18:04.606329"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel sint sed accusantium."], ["info_url", "http://ledner.com/del"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.609128"], ["updated_at", "2018-12-07 16:18:04.609128"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis soluta aperiam id."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.610067"], ["updated_at", "2018-12-07 16:18:04.610067"], ["app_id", 54], ["offering_id", 46], ["promo_image_url", "http://spinkabernier.net/jeff"], ["promo_text", "Dolorem dolores fugit assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Odio repellat et facere.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://renner.net/corine.ruecker"}, "id"=>"46"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Odio repellat et facere."], ["shop_link", "http://renner.net/corine.ruecker"], ["updated_at", "2018-12-07 16:18:04.614152"], ["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/46 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://morarrobel.co/ray.schuppe"], ["description", "Est sint nemo iste."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.619221"], ["updated_at", "2018-12-07 16:18:04.619221"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas ipsum ut quia."], ["url", "http://hoppe.info/eda"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.622115"], ["updated_at", "2018-12-07 16:18:04.622115"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates magni debitis autem."], ["info_url", "http://walter.co/alana_corwin"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.624937"], ["updated_at", "2018-12-07 16:18:04.624937"], ["developer_id", 55]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aperiam velit consequatur itaque."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.625881"], ["updated_at", "2018-12-07 16:18:04.625881"], ["app_id", 55], ["offering_id", 47], ["promo_image_url", "http://gutkowski.biz/syble_johnson"], ["promo_text", "Dignissimos aliquid porro quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Natus reprehenderit voluptatum necessitatibus.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://keebler.name/jacinto.tillman"}, "id"=>"47"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Natus reprehenderit voluptatum necessitatibus."], ["shop_link", "http://keebler.name/jacinto.tillman"], ["updated_at", "2018-12-07 16:18:04.630069"], ["id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/47 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ryan.io/melony"], ["description", "Laboriosam aut aliquam quaerat."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.635087"], ["updated_at", "2018-12-07 16:18:04.635087"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Quo ut aut ut."], ["url", "http://sauer.info/dortha"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.638066"], ["updated_at", "2018-12-07 16:18:04.638066"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente ea omnis dolore."], ["info_url", "http://stoltenbergkris.net/blair"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.640808"], ["updated_at", "2018-12-07 16:18:04.640808"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi labore voluptatum vel."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.641766"], ["updated_at", "2018-12-07 16:18:04.641766"], ["app_id", 56], ["offering_id", 48], ["promo_image_url", "http://vonruedenhegmann.org/otha_hudson"], ["promo_text", "Cupiditate voluptates iusto omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"48"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ledner.info/bryant.kiehn"], ["description", "Eum repudiandae aut earum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.648718"], ["updated_at", "2018-12-07 16:18:04.648718"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Numquam excepturi pariatur accusamus."], ["url", "http://hermann.info/abram_kiehn"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.651449"], ["updated_at", "2018-12-07 16:18:04.651449"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia quidem recusandae qui."], ["info_url", "http://schadenkuhlman.com/sherryl"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.654175"], ["updated_at", "2018-12-07 16:18:04.654175"], ["developer_id", 57]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo est fuga et."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.655213"], ["updated_at", "2018-12-07 16:18:04.655213"], ["app_id", 57], ["offering_id", 49], ["promo_image_url", "http://hackett.biz/akilah_orn"], ["promo_text", "Sapiente et cupiditate ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"49"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfsdottir.info/javier.harber"], ["description", "Tenetur sed ut qui."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.663223"], ["updated_at", "2018-12-07 16:18:04.663223"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Et qui praesentium a."], ["url", "http://wiegand.info/johnie"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.665917"], ["updated_at", "2018-12-07 16:18:04.665917"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores facilis ad perspiciatis."], ["info_url", "http://stracke.io/claude"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.668931"], ["updated_at", "2018-12-07 16:18:04.668931"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur nesciunt est facere."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.669997"], ["updated_at", "2018-12-07 16:18:04.669997"], ["app_id", 58], ["offering_id", 50], ["promo_image_url", "http://schaeferquitzon.com/tanner.nader"], ["promo_text", "Ducimus consequatur veritatis adipisci."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://trantow.io/augustine"], ["description", "Odio dicta eos consequatur."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.684136"], ["updated_at", "2018-12-07 16:18:04.684136"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Qui quae est et."], ["url", "http://bayer.biz/dave"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.687064"], ["updated_at", "2018-12-07 16:18:04.687064"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint facere et sunt."], ["info_url", "http://walsh.org/chung"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.689809"], ["updated_at", "2018-12-07 16:18:04.689809"], ["developer_id", 59]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto quod officia sit."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.690775"], ["updated_at", "2018-12-07 16:18:04.690775"], ["app_id", 59], ["offering_id", 51], ["promo_image_url", "http://wilkinsonhalvorson.com/joel"], ["promo_text", "Fuga aut quae at."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit consequatur accusamus corporis."], ["url", "http://keler.info/jared.bayer"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.693537"], ["updated_at", "2018-12-07 16:18:04.693537"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit aut corrupti debitis."], ["info_url", "http://morar.com/leslie_heidenreich"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.695014"], ["updated_at", "2018-12-07 16:18:04.695014"], ["developer_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://strosinbednar.co/alexander"], ["description", "Iure adipisci veritatis sunt."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.698639"], ["updated_at", "2018-12-07 16:18:04.698639"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut voluptatem assumenda ut."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.699453"], ["updated_at", "2018-12-07 16:18:04.699453"], ["app_id", 60], ["offering_id", 52], ["promo_image_url", "http://sipehields.co/weldon"], ["promo_text", "Accusantium quis quibusdam corrupti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://littel.name/ute_collins"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.702114"], ["updated_at", "2018-12-07 16:18:04.702114"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gaylord.net/delmy"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.702993"], ["updated_at", "2018-12-07 16:18:04.702993"], ["distributor_id", 31], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haleysipes.com/jeff_mccullough"], ["description", "In et iure iusto."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.710674"], ["updated_at", "2018-12-07 16:18:04.710674"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Sint facere libero ad."], ["url", "http://sanford.io/camelia"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.713389"], ["updated_at", "2018-12-07 16:18:04.713389"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consectetur omnis molestias officia."], ["info_url", "http://will.info/etta.fahey"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.715959"], ["updated_at", "2018-12-07 16:18:04.715959"], ["developer_id", 61]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat consequatur adipisci qui."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.716848"], ["updated_at", "2018-12-07 16:18:04.716848"], ["app_id", 61], ["offering_id", 53], ["promo_image_url", "http://kris.info/joan"], ["promo_text", "Harum nam odit earum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Velit vel ratione exercitationem."], ["url", "http://schmitt.name/foster"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.719559"], ["updated_at", "2018-12-07 16:18:04.719559"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas consequatur nihil nihil."], ["info_url", "http://miller.com/bryce"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.721156"], ["updated_at", "2018-12-07 16:18:04.721156"], ["developer_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmitt.info/pierre.langosh"], ["description", "Omnis esse rerum cum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.725194"], ["updated_at", "2018-12-07 16:18:04.725194"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Atque ut id cum."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.726027"], ["updated_at", "2018-12-07 16:18:04.726027"], ["app_id", 62], ["offering_id", 54], ["promo_image_url", "http://moore.com/lizeth"], ["promo_text", "Culpa doloribus architecto exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tremblayboyer.com/grisel_streich"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.728287"], ["updated_at", "2018-12-07 16:18:04.728287"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lemke.co/fletcher_kovacek"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.729035"], ["updated_at", "2018-12-07 16:18:04.729035"], ["distributor_id", 32], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem voluptas error autem."], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.730968"], ["updated_at", "2018-12-07 16:18:04.730968"], ["app_id", 62], ["offering_id", 53], ["promo_image_url", "http://kozey.info/kieth.dibbert"], ["promo_text", "Eos exercitationem et rem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor iure rerum debitis."], ["url", "http://hahn.org/nydia"], ["is_live", "t"], ["created_at", "2018-12-07 16:18:04.736907"], ["updated_at", "2018-12-07 16:18:04.736907"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (4.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (2.9ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (225.8ms)  DROP DATABASE IF EXISTS "works_with_test"
 (511.1ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (33.2ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.6ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (39.2ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.3ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.0ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.1ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.1ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.1ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (41.3ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.1ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.1ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.1ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.1ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (4.3ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.8ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (3.2ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.4ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.2ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (3.4ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (3.6ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.5ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (3.2ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.1ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (3.2ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.2ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (4.1ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.4ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (4.3ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.4ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.4ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (1.1ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (2.5ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.9ms)  INSERT INTO "schema_migrations" (version) VALUES (20181207155315)
 (0.5ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (2.9ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.2ms)  BEGIN
SQL (40.8ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-10 11:53:38.802479"], ["updated_at", "2018-12-10 11:53:38.802479"]]
 (0.4ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (205.7ms)  DROP DATABASE IF EXISTS "works_with_test"
 (499.4ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.3ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (5.7ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.6ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.1ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.1ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.3ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.2ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.1ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.1ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.2ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.3ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.2ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (3.7ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (3.4ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.1ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (3.1ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (3.2ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.0ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (3.2ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.1ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (3.0ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.2ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (3.0ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.2ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.1ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (2.3ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES (20181207155315)
 (0.7ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (2.8ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.2ms)  BEGIN
SQL (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-10 11:53:45.628648"], ["updated_at", "2018-12-10 11:53:45.628648"]]
 (0.3ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.5ms)  BEGIN
 (0.2ms)  COMMIT
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (211.9ms)  DROP DATABASE IF EXISTS "works_with_test"
 (411.3ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.4ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (5.9ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.4ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.3ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.1ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.5ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (2.7ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.4ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.1ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.7ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.1ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (3.5ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (3.5ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.5ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.1ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (3.4ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (3.3ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.8ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (3.3ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.1ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (3.6ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.1ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (3.3ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.4ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.3ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.4ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (1.1ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (2.7ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.7ms)  INSERT INTO "schema_migrations" (version) VALUES (20181207155315)
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (2.5ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
SQL (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-10 11:53:52.478986"], ["updated_at", "2018-12-10 11:53:52.478986"]]
 (0.4ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.8ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (137.5ms)  DROP DATABASE IF EXISTS "works_with_test"
 (633.3ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.4ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (6.4ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.6ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.3ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.2ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (5.2ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.7ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.2ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.2ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.5ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.2ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (3.7ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (4.9ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.2ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (121.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.2ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (5.3ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (4.5ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (28.0ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.2ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (4.1ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (2.2ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.2ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (4.2ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.3ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (4.0ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.3ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.7ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.4ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (2.3ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (3.5ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES (20181207155315)
 (0.5ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (3.6ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.2ms)  BEGIN
SQL (0.6ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-10 11:54:00.145242"], ["updated_at", "2018-12-10 11:54:00.145242"]]
 (0.6ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (214.1ms)  DROP DATABASE IF EXISTS "works_with_test"
 (436.7ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.3ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (6.7ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.6ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.4ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.1ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.3ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.7ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.2ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.1ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.5ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.4ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.2ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (3.8ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (3.7ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.5ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.1ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (84.8ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (4.3ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.6ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (3.2ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.4ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.2ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (3.9ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.2ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (4.0ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.6ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.0ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.0ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (1.0ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (2.4ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.9ms)  INSERT INTO "schema_migrations" (version) VALUES (20181207155315)
 (26.3ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (3.7ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.2ms)  BEGIN
SQL (0.3ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-10 11:54:08.849857"], ["updated_at", "2018-12-10 11:54:08.849857"]]
 (0.4ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (251.6ms)  DROP DATABASE IF EXISTS "works_with_test"
 (422.8ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.3ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (6.0ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.4ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.2ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.3ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.1ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.4ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.3ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.3ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.1ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.2ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.1ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (3.6ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (3.2ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.2ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.2ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.1ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (2.9ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (3.2ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.0ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.1ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.3ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (3.0ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.2ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (2.9ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.3ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (3.9ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.3ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.2ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.6ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.4ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (82.7ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (3.1ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.7ms)  INSERT INTO "schema_migrations" (version) VALUES (20181207155315)
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (3.4ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
SQL (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-10 11:54:16.394527"], ["updated_at", "2018-12-10 11:54:16.394527"]]
 (0.4ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "environment"]]
 (209.1ms)  DROP DATABASE IF EXISTS "works_with_test"
 (507.9ms)  CREATE DATABASE "works_with_test" ENCODING = 'unicode'
SQL (0.4ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.2ms)  DROP TABLE IF EXISTS "active_admin_comments" CASCADE
 (5.7ms)  CREATE TABLE "active_admin_comments" ("id" bigserial primary key, "namespace" character varying, "body" text, "resource_type" character varying, "resource_id" bigint, "author_type" character varying, "author_id" bigint, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.6ms)  CREATE  INDEX  "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments"  ("author_type", "author_id")
 (1.5ms)  CREATE  INDEX  "index_active_admin_comments_on_namespace" ON "active_admin_comments"  ("namespace")
 (1.1ms)  CREATE  INDEX  "index_active_admin_comments_on_resource_type_and_resource_id" ON "active_admin_comments"  ("resource_type", "resource_id")
 (0.2ms)  DROP TABLE IF EXISTS "admin_users" CASCADE
 (3.5ms)  CREATE TABLE "admin_users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (1.4ms)  CREATE UNIQUE INDEX  "index_admin_users_on_email" ON "admin_users"  ("email")
 (1.3ms)  CREATE UNIQUE INDEX  "index_admin_users_on_reset_password_token" ON "admin_users"  ("reset_password_token")
 (0.2ms)  DROP TABLE IF EXISTS "apps" CASCADE
 (3.7ms)  CREATE TABLE "apps" ("id" bigserial primary key, "name" character varying, "description" text, "info_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "developer_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_apps_on_developer_id" ON "apps"  ("developer_id")
 (0.1ms)  DROP TABLE IF EXISTS "developers" CASCADE
 (3.4ms)  CREATE TABLE "developers" ("id" bigserial primary key, "name" character varying, "description" text, "url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "logo_image_url" character varying)
 (0.3ms)  DROP TABLE IF EXISTS "distributor_links" CASCADE
 (3.6ms)  CREATE TABLE "distributor_links" ("id" bigserial primary key, "link" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "distributor_id" bigint, "app_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_distributor_links_on_app_id" ON "distributor_links"  ("app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id_and_app_id" ON "distributor_links"  ("distributor_id", "app_id")
 (1.3ms)  CREATE  INDEX  "index_distributor_links_on_distributor_id" ON "distributor_links"  ("distributor_id")
 (0.1ms)  DROP TABLE IF EXISTS "distributors" CASCADE
 (3.0ms)  CREATE TABLE "distributors" ("id" bigserial primary key, "name" character varying, "badge_image_url" character varying, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "icon_id" character varying)
 (0.3ms)  DROP TABLE IF EXISTS "example_images" CASCADE
 (4.0ms)  CREATE TABLE "example_images" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.1ms)  CREATE  INDEX  "index_example_images_on_works_with_id" ON "example_images"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "offerings" CASCADE
 (3.6ms)  CREATE TABLE "offerings" ("id" bigserial primary key, "name" character varying, "shop_link" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "testimonial_slides" CASCADE
 (3.5ms)  CREATE TABLE "testimonial_slides" ("id" bigserial primary key, "image_url" character varying, "caption" text, "is_live" boolean, "sequence_number" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "testimonial_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_testimonial_slides_on_testimonial_id" ON "testimonial_slides"  ("testimonial_id")
 (0.2ms)  DROP TABLE IF EXISTS "testimonials" CASCADE
 (3.5ms)  CREATE TABLE "testimonials" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint, "video_embed" text, "promo_image_url" character varying, "promo_text" text, "publish_date" date)
 (1.1ms)  CREATE  INDEX  "index_testimonials_on_works_with_id" ON "testimonials"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "use_cases" CASCADE
 (3.2ms)  CREATE TABLE "use_cases" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "works_with_id" bigint)
 (1.2ms)  CREATE  INDEX  "index_use_cases_on_works_with_id" ON "use_cases"  ("works_with_id")
 (0.1ms)  DROP TABLE IF EXISTS "works_withs" CASCADE
 (3.5ms)  CREATE TABLE "works_withs" ("id" bigserial primary key, "title" character varying, "description" text, "is_live" boolean, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "app_id" bigint, "offering_id" bigint, "promo_image_url" character varying, "promo_text" text)
 (1.1ms)  CREATE  INDEX  "index_works_withs_on_app_id" ON "works_withs"  ("app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id_and_app_id" ON "works_withs"  ("offering_id", "app_id")
 (1.2ms)  CREATE  INDEX  "index_works_withs_on_offering_id" ON "works_withs"  ("offering_id")
 (2.7ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES (20181210114642)
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES

(20181116180306), (20181115181833), (20181116170011), (20181115181608), (20181115181515), (20181206154316), (20181115181254), (20181207155315), (20181116180409), (20181116180054), (20181203164228), (20181116181812), (20181115151308), (20181115182241), (20181115141821), (20181116180537), (20181115181733), (20181115181221), (20181115141815), (20181203152447), (20181116172935), (20181115181645);



 (3.0ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
SQL (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2018-12-10 11:54:49.333532"], ["updated_at", "2018-12-10 11:54:49.333532"]]
 (0.4ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (27.7ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (5.9ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.6ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (298.1ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.4ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquid facilis rerum labore."], ["url", "http://raurenner.io/moshe.rau"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.057390"], ["updated_at", "2018-12-10 11:54:50.057390"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (41.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"1"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (21.1ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 1]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 30ms (ActiveRecord: 21.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nisi adipisci nesciunt repellendus."], ["url", "http://gaylordgrimes.co/frances_corwin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.160467"], ["updated_at", "2018-12-10 11:54:50.160467"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"2"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Natus eos non vero."], ["url", "http://spinka.org/erasmo_thompson"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.171605"], ["updated_at", "2018-12-10 11:54:50.171605"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"3"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis ut et cum."], ["url", "http://kaulke.biz/lavonna_tromp"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.205767"], ["updated_at", "2018-12-10 11:54:50.205767"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Hic molestiae quidem officia.", "is_live"=>"true", "logo_image_url"=>"http://thiel.com/sabina", "name"=>"developer_name", "url"=>"http://schultzhahn.co/inge"}, "id"=>"4"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (59.1ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Hic molestiae quidem officia."], ["url", "http://schultzhahn.co/inge"], ["logo_image_url", nil], ["updated_at", "2018-12-10 11:54:50.212182"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/4 Completed 302 Found in 65ms (ActiveRecord: 59.8ms)

Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut at numquam dolorem."], ["url", "http://larsonsatterfield.com/andre_connelly"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.280522"], ["updated_at", "2018-12-10 11:54:50.280522"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Sit porro cupiditate ratione.", "is_live"=>"true", "logo_image_url"=>"http://mccullough.name/aleen_kuhn", "name"=>"developer_name", "url"=>"http://senger.io/maurice.franecki"}, "id"=>"5"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Sit porro cupiditate ratione."], ["url", "http://senger.io/maurice.franecki"], ["logo_image_url", nil], ["updated_at", "2018-12-10 11:54:50.287177"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/5 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium quia voluptatibus ipsam."], ["url", "http://bogisich.info/tanna.rolfson"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.294033"], ["updated_at", "2018-12-10 11:54:50.294033"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Quo velit in corporis.", "is_live"=>"true", "logo_image_url"=>"http://rogahn.name/lahoma_mcdermott", "name"=>"developer_name", "url"=>"http://yostfritsch.info/curtis_boyle"}, "id"=>"6"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Quo velit in corporis."], ["url", "http://yostfritsch.info/curtis_boyle"], ["logo_image_url", nil], ["updated_at", "2018-12-10 11:54:50.300998"], ["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/6 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nemo occaecati asperiores sint."], ["url", "http://goodwinboyer.info/edwin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.312214"], ["updated_at", "2018-12-10 11:54:50.312214"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)

Developer Load (0.3ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammes.name/kellee"], ["description", "Ut omnis in dolores."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.392373"], ["updated_at", "2018-12-10 11:54:50.392373"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quae sint consequatur consequatur."], ["url", "http://lueilwitz.info/kristen.ledner"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.411309"], ["updated_at", "2018-12-10 11:54:50.411309"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti non officiis porro."], ["info_url", "http://kaulke.biz/troy"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.429248"], ["updated_at", "2018-12-10 11:54:50.429248"], ["developer_id", 8]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt rerum nihil qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.431061"], ["updated_at", "2018-12-10 11:54:50.431061"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Sint consectetur repudiandae itaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "A hic ex dolore."], ["url", "http://mante.org/joanna_marks"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.437915"], ["updated_at", "2018-12-10 11:54:50.437915"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quae molestiae voluptatum et."], ["info_url", "http://spencermacejkovic.net/barabara"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.441876"], ["updated_at", "2018-12-10 11:54:50.441876"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoeger.info/jc"], ["description", "Ullam id sed est."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.457264"], ["updated_at", "2018-12-10 11:54:50.457264"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In aut aperiam deserunt."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.458486"], ["updated_at", "2018-12-10 11:54:50.458486"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Ut deserunt et cupiditate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prohaska.biz/herschel"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.472547"], ["updated_at", "2018-12-10 11:54:50.472547"], ["icon_id", "fas apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murphy.io/oliver"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.474039"], ["updated_at", "2018-12-10 11:54:50.474039"], ["distributor_id", 1], ["app_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schultzherzog.info/cyril.howe"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.486260"], ["updated_at", "2018-12-10 11:54:50.486260"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non molestiae quos veritatis."], ["url", "http://stamm.io/emiko.bailey"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.490685"], ["updated_at", "2018-12-10 11:54:50.490685"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor fugit veniam ipsum."], ["info_url", "http://runolfsdottir.biz/carmela.kutch"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.494100"], ["updated_at", "2018-12-10 11:54:50.494100"], ["developer_id", 10]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ebertdickens.com/daniell.schmeler"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.496045"], ["updated_at", "2018-12-10 11:54:50.496045"], ["distributor_id", 2], ["app_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Neque quibusdam suscipit aut."], ["url", "http://skiles.name/suellen_jast"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.500573"], ["updated_at", "2018-12-10 11:54:50.500573"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate dolorem voluptatem ratione."], ["info_url", "http://king.org/brain"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.505430"], ["updated_at", "2018-12-10 11:54:50.505430"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotte.com/gordon_konopelski"], ["description", "Consequatur delectus quia consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.511522"], ["updated_at", "2018-12-10 11:54:50.511522"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur ab est laborum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.512676"], ["updated_at", "2018-12-10 11:54:50.512676"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Illum fugit ut culpa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcdermott.info/tad"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.515651"], ["updated_at", "2018-12-10 11:54:50.515651"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://smith.io/bambi"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.516594"], ["updated_at", "2018-12-10 11:54:50.516594"], ["distributor_id", 3], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mrazdibbert.com/chi.schneider"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.518420"], ["updated_at", "2018-12-10 11:54:50.518420"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://hackett.io/clair"}, "id"=>"4"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://hackett.io/clair"], ["updated_at", "2018-12-10 11:54:50.536603"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/4 Completed 302 Found in 17ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pollichjakubowski.biz/vanita"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.542467"], ["updated_at", "2018-12-10 11:54:50.542467"], ["icon_id", "fas apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem qui dolores id."], ["url", "http://mertz.info/lynne"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.547220"], ["updated_at", "2018-12-10 11:54:50.547220"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit ut similique rerum."], ["info_url", "http://kling.org/muriel"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.550202"], ["updated_at", "2018-12-10 11:54:50.550202"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://franecki.name/pasquale_monahan"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.551175"], ["updated_at", "2018-12-10 11:54:50.551175"], ["distributor_id", 4], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos ut dolorem voluptas."], ["url", "http://gutkowski.net/cira.schinner"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.554677"], ["updated_at", "2018-12-10 11:54:50.554677"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt non temporibus reprehenderit."], ["info_url", "http://cormier.co/monnie_mcglynn"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.556457"], ["updated_at", "2018-12-10 11:54:50.556457"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keeblerrohan.biz/darcy"], ["description", "Dolores voluptatum animi non."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.562426"], ["updated_at", "2018-12-10 11:54:50.562426"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta iusto omnis praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.563569"], ["updated_at", "2018-12-10 11:54:50.563569"], ["app_id", 6], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Nemo eius rem et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ruel.name/alexander_hackett"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.566515"], ["updated_at", "2018-12-10 11:54:50.566515"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://casper.com/polly.zulauf"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.567479"], ["updated_at", "2018-12-10 11:54:50.567479"], ["distributor_id", 5], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://waters.name/rosaura"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.569340"], ["updated_at", "2018-12-10 11:54:50.569340"], ["distributor_id", 4], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://fadelkris.name/penny"}, "id"=>"7"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.5ms)  SAVEPOINT active_record_1
App Load (0.5ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://fadelkris.name/penny"], ["updated_at", "2018-12-10 11:54:50.582353"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/7 Completed 302 Found in 12ms (ActiveRecord: 2.6ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ortiz.com/guadalupe"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.589486"], ["updated_at", "2018-12-10 11:54:50.589486"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsa nulla nisi quo."], ["url", "http://damorekozey.io/huong"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.593995"], ["updated_at", "2018-12-10 11:54:50.593995"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloribus commodi sunt consequatur."], ["info_url", "http://lubowitz.org/dale_trantow"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.597835"], ["updated_at", "2018-12-10 11:54:50.597835"], ["developer_id", 14]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dibbert.biz/milagros"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.599001"], ["updated_at", "2018-12-10 11:54:50.599001"], ["distributor_id", 6], ["app_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta quisquam animi dolorem."], ["url", "http://runolfonmitchell.net/jacquelin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.603503"], ["updated_at", "2018-12-10 11:54:50.603503"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut in perspiciatis quis."], ["info_url", "http://blandanitzsche.biz/katlyn.runte"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.606007"], ["updated_at", "2018-12-10 11:54:50.606007"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://donnelly.co/graig.connelly"], ["description", "Et dicta qui iure."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.611632"], ["updated_at", "2018-12-10 11:54:50.611632"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus aliquid officia eum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.612918"], ["updated_at", "2018-12-10 11:54:50.612918"], ["app_id", 8], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Ut fuga incidunt hic."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://huels.co/marcie"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.616252"], ["updated_at", "2018-12-10 11:54:50.616252"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuhlman.org/elden"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.617427"], ["updated_at", "2018-12-10 11:54:50.617427"], ["distributor_id", 7], ["app_id", 8]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dubuque.net/brett"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.621895"], ["updated_at", "2018-12-10 11:54:50.621895"], ["distributor_id", 6], ["app_id", 8]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://kutch.net/terese.dach"}, "id"=>"10"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://kutch.net/terese.dach"], ["updated_at", "2018-12-10 11:54:50.631812"], ["id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/10 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stamm.com/mariano_hilll"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.637692"], ["updated_at", "2018-12-10 11:54:50.637692"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores animi cumque quaerat."], ["url", "http://zemlak.name/sylvester.davis"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.641385"], ["updated_at", "2018-12-10 11:54:50.641385"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore est doloremque et."], ["info_url", "http://gleichner.net/howard"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.645137"], ["updated_at", "2018-12-10 11:54:50.645137"], ["developer_id", 16]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ricegutmann.com/sofia"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.646483"], ["updated_at", "2018-12-10 11:54:50.646483"], ["distributor_id", 8], ["app_id", 9]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum hic doloremque autem."], ["url", "http://brown.io/genia_schultz"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.651143"], ["updated_at", "2018-12-10 11:54:50.651143"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et debitis vel rerum."], ["info_url", "http://wuckertdare.name/matthew"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.653245"], ["updated_at", "2018-12-10 11:54:50.653245"], ["developer_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://riceprohaska.com/tracy.feil"], ["description", "Ex est consequatur distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.657802"], ["updated_at", "2018-12-10 11:54:50.657802"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et enim non soluta."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.659048"], ["updated_at", "2018-12-10 11:54:50.659048"], ["app_id", 10], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Enim minima mollitia omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://skiles.net/winfred"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.662537"], ["updated_at", "2018-12-10 11:54:50.662537"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heidenreichbruen.io/arline"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.663723"], ["updated_at", "2018-12-10 11:54:50.663723"], ["distributor_id", 9], ["app_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://watsicaschuppe.info/miesha.purdy"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.667453"], ["updated_at", "2018-12-10 11:54:50.667453"], ["distributor_id", 8], ["app_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"13"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ryanferry.net/christin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.678362"], ["updated_at", "2018-12-10 11:54:50.678362"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore ut quis ut."], ["url", "http://jaskolskikerluke.co/reginald"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.682209"], ["updated_at", "2018-12-10 11:54:50.682209"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit qui maiores libero."], ["info_url", "http://kutch.info/shakia"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.685045"], ["updated_at", "2018-12-10 11:54:50.685045"], ["developer_id", 18]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stamm.com/anibal"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.686066"], ["updated_at", "2018-12-10 11:54:50.686066"], ["distributor_id", 10], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est qui quas at."], ["url", "http://hilll.biz/delbert.heller"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.690035"], ["updated_at", "2018-12-10 11:54:50.690035"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et quia vitae commodi."], ["info_url", "http://rath.io/ruthann_monahan"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.692590"], ["updated_at", "2018-12-10 11:54:50.692590"], ["developer_id", 19]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feeney.info/otilia.lynch"], ["description", "Quisquam earum eos nemo."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.698786"], ["updated_at", "2018-12-10 11:54:50.698786"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed incidunt magnam voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.699838"], ["updated_at", "2018-12-10 11:54:50.699838"], ["app_id", 12], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Atque accusamus nesciunt ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://king.name/anton_stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.702635"], ["updated_at", "2018-12-10 11:54:50.702635"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johnson.info/ricky"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.703451"], ["updated_at", "2018-12-10 11:54:50.703451"], ["distributor_id", 11], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wilderman.info/marivel"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.705200"], ["updated_at", "2018-12-10 11:54:50.705200"], ["distributor_id", 10], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"16"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.4ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reichel.net/felton.maggio"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.718597"], ["updated_at", "2018-12-10 11:54:50.718597"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsa vitae est sit."], ["url", "http://zboncak.co/isaiah_huel"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.723353"], ["updated_at", "2018-12-10 11:54:50.723353"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum possimus non sint."], ["info_url", "http://roberts.net/roberto_marquardt"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.726903"], ["updated_at", "2018-12-10 11:54:50.726903"], ["developer_id", 20]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huels.info/herb"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.728328"], ["updated_at", "2018-12-10 11:54:50.728328"], ["distributor_id", 12], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum adipisci sunt quia."], ["url", "http://nolanheidenreich.io/mariella.greenholt"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.732742"], ["updated_at", "2018-12-10 11:54:50.732742"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non dolore ut nisi."], ["info_url", "http://hettingerkreiger.net/anisha"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.735570"], ["updated_at", "2018-12-10 11:54:50.735570"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobsnienow.com/tim.kautzer"], ["description", "Non laboriosam dolorem voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.740491"], ["updated_at", "2018-12-10 11:54:50.740491"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloribus ut laborum quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.741577"], ["updated_at", "2018-12-10 11:54:50.741577"], ["app_id", 14], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Aspernatur voluptas eius quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://millerluettgen.info/thomasena"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.745621"], ["updated_at", "2018-12-10 11:54:50.745621"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okonzieme.name/dotty_cain"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.746748"], ["updated_at", "2018-12-10 11:54:50.746748"], ["distributor_id", 13], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kihnwitting.io/reed"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.749243"], ["updated_at", "2018-12-10 11:54:50.749243"], ["distributor_id", 12], ["app_id", 14]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"19"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammeswilliamson.info/cecilia"], ["description", "Officia rerum magni autem."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.802336"], ["updated_at", "2018-12-10 11:54:50.802336"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi quo quam expedita."], ["url", "http://kemmer.io/darci"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.806804"], ["updated_at", "2018-12-10 11:54:50.806804"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit quia possimus omnis."], ["info_url", "http://emmerichfeest.io/travis_parker"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.811418"], ["updated_at", "2018-12-10 11:54:50.811418"], ["developer_id", 22]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Porro at deserunt est."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.812791"], ["updated_at", "2018-12-10 11:54:50.812791"], ["app_id", 15], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Quia blanditiis quos magni."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut expedita sit soluta."], ["url", "http://sauer.io/latia.boyer"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.817093"], ["updated_at", "2018-12-10 11:54:50.817093"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatibus in qui exercitationem."], ["info_url", "http://corwin.name/queenie"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.819578"], ["updated_at", "2018-12-10 11:54:50.819578"], ["developer_id", 23]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerhold.info/martina"], ["description", "Facere voluptatem vel consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.829398"], ["updated_at", "2018-12-10 11:54:50.829398"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit iusto ut earum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.831031"], ["updated_at", "2018-12-10 11:54:50.831031"], ["app_id", 16], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Eaque quis fuga tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriettemueller.name/grant"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.834427"], ["updated_at", "2018-12-10 11:54:50.834427"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hettingerbogisich.com/joella.kiehn"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.835388"], ["updated_at", "2018-12-10 11:54:50.835388"], ["distributor_id", 14], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit est natus dolores."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.838593"], ["updated_at", "2018-12-10 11:54:50.838593"], ["app_id", 16], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Dicta provident nihil quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnstonzboncak.biz/denis_rice"], ["description", "Qui dolorem ut qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.861660"], ["updated_at", "2018-12-10 11:54:50.861660"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id quae eos magni."], ["url", "http://mcglynn.io/nadine_kunze"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.867164"], ["updated_at", "2018-12-10 11:54:50.867164"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem pariatur numquam rem."], ["info_url", "http://schinnerwiza.com/doug_reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.871074"], ["updated_at", "2018-12-10 11:54:50.871074"], ["developer_id", 24]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui qui magni eos."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.872286"], ["updated_at", "2018-12-10 11:54:50.872286"], ["app_id", 17], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Ipsam suscipit recusandae quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor eaque eligendi enim."], ["url", "http://jacobson.name/luna.lebsack"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.880844"], ["updated_at", "2018-12-10 11:54:50.880844"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi et adipisci provident."], ["info_url", "http://homenick.com/rickey"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.883665"], ["updated_at", "2018-12-10 11:54:50.883665"], ["developer_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://steuberfarrell.org/cornell"], ["description", "Autem rerum repellat aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.888858"], ["updated_at", "2018-12-10 11:54:50.888858"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nisi ullam aspernatur ex."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.889916"], ["updated_at", "2018-12-10 11:54:50.889916"], ["app_id", 18], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Ea qui minima ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wolffhartmann.net/piper.rogahn"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.893037"], ["updated_at", "2018-12-10 11:54:50.893037"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hahn.org/albert"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.894256"], ["updated_at", "2018-12-10 11:54:50.894256"], ["distributor_id", 15], ["app_id", 18]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum et consectetur ullam."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.897899"], ["updated_at", "2018-12-10 11:54:50.897899"], ["app_id", 18], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "At libero tempora autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammesharber.co/sandra_nitzsche"], ["description", "Aliquam ad necessitatibus sed."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.953480"], ["updated_at", "2018-12-10 11:54:50.953480"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo pariatur soluta modi."], ["url", "http://hoppelittle.io/moshe"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.957642"], ["updated_at", "2018-12-10 11:54:50.957642"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae ea odit voluptatem."], ["info_url", "http://gerholdschiller.org/eldon.cole"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.961691"], ["updated_at", "2018-12-10 11:54:50.961691"], ["developer_id", 26]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit et magni officiis."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.963138"], ["updated_at", "2018-12-10 11:54:50.963138"], ["app_id", 19], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Repellat exercitationem nobis corrupti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet tenetur ipsa maxime."], ["url", "http://ortiz.org/delcie.wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.970275"], ["updated_at", "2018-12-10 11:54:50.970275"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui quia optio perferendis."], ["info_url", "http://bins.info/thomas"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.973083"], ["updated_at", "2018-12-10 11:54:50.973083"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fahey.io/alexis"], ["description", "Laudantium nulla occaecati atque."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.978319"], ["updated_at", "2018-12-10 11:54:50.978319"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda necessitatibus quae doloremque."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.979455"], ["updated_at", "2018-12-10 11:54:50.979455"], ["app_id", 20], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Cupiditate nemo debitis laboriosam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://goodwin.com/wilford"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.982437"], ["updated_at", "2018-12-10 11:54:50.982437"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mertzblick.io/larraine.conn"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.983277"], ["updated_at", "2018-12-10 11:54:50.983277"], ["distributor_id", 16], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In magnam vel et."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:50.986065"], ["updated_at", "2018-12-10 11:54:50.986065"], ["app_id", 20], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Nam aliquid et eius."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 06:54:50 -0500

 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.5ms)  COMMIT
 (0.4ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et ullam laborum quidem."], ["url", "http://bosco.info/peg_corwin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.045259"], ["updated_at", "2018-12-10 11:54:51.045259"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut fugit molestiae a."], ["info_url", "http://keler.io/mary"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.047527"], ["updated_at", "2018-12-10 11:54:51.047527"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://creminhermiston.com/kriy"], ["description", "Laborum sint ut fuga."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.052035"], ["updated_at", "2018-12-10 11:54:51.052035"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde iusto dolores eum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.053196"], ["updated_at", "2018-12-10 11:54:51.053196"], ["app_id", 21], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Iure soluta et est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rath.net/herminia"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.056488"], ["updated_at", "2018-12-10 11:54:51.056488"], ["icon_id", "fas apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://green.org/abe"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.059661"], ["updated_at", "2018-12-10 11:54:51.059661"], ["distributor_id", 17], ["app_id", 21]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"21"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Provident non aliquam commodi."], ["url", "http://swift.org/adan.cremin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.074806"], ["updated_at", "2018-12-10 11:54:51.074806"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloribus placeat sed delectus."], ["info_url", "http://block.net/tommie_walsh"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.077957"], ["updated_at", "2018-12-10 11:54:51.077957"], ["developer_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bednar.io/ned.abshire"], ["description", "Consequatur libero et autem."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.086017"], ["updated_at", "2018-12-10 11:54:51.086017"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae quisquam laudantium commodi."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.087777"], ["updated_at", "2018-12-10 11:54:51.087777"], ["app_id", 22], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Aut fuga quaerat quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hackett.com/deshawn"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.091967"], ["updated_at", "2018-12-10 11:54:51.091967"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcclure.org/talitha"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.093498"], ["updated_at", "2018-12-10 11:54:51.093498"], ["distributor_id", 18], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"22"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.5ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt aut est suscipit."], ["url", "http://larsoncorkery.co/ernesto_ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.108067"], ["updated_at", "2018-12-10 11:54:51.108067"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint magnam porro pariatur."], ["info_url", "http://orn.net/armand"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.110797"], ["updated_at", "2018-12-10 11:54:51.110797"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://joneslangosh.biz/marcellus"], ["description", "Accusamus voluptatem maxime vitae."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.116000"], ["updated_at", "2018-12-10 11:54:51.116000"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi et velit maxime."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.117044"], ["updated_at", "2018-12-10 11:54:51.117044"], ["app_id", 23], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Recusandae aut natus voluptates."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://donnellybreitenberg.com/ronny.marquardt"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.119994"], ["updated_at", "2018-12-10 11:54:51.119994"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brown.com/miquel.hartmann"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.121415"], ["updated_at", "2018-12-10 11:54:51.121415"], ["distributor_id", 19], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Dicta ullam necessitatibus aliquam.", "info_url"=>"http://nader.name/herschel.west", "is_live"=>"true", "name"=>"app_name"}, "id"=>"23"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Dicta ullam necessitatibus aliquam."], ["updated_at", "2018-12-10 11:54:51.128361"], ["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/23 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est ut tenetur mollitia."], ["url", "http://marks.com/emerald"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.139376"], ["updated_at", "2018-12-10 11:54:51.139376"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Animi amet praesentium sequi."], ["info_url", "http://franecki.net/art.murray"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.141920"], ["updated_at", "2018-12-10 11:54:51.141920"], ["developer_id", 31]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rippin.io/antonio"], ["description", "Iure ut neque voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.148055"], ["updated_at", "2018-12-10 11:54:51.148055"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum et et sit."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.149158"], ["updated_at", "2018-12-10 11:54:51.149158"], ["app_id", 24], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Iste accusantium numquam quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://veumhauck.name/lilli"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.152106"], ["updated_at", "2018-12-10 11:54:51.152106"], ["icon_id", "fas apple"]]
SQL (1.1ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rippin.io/phylis"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.153737"], ["updated_at", "2018-12-10 11:54:51.153737"], ["distributor_id", 20], ["app_id", 24]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Possimus expedita reprehenderit rerum.", "info_url"=>"http://ratke.net/allan", "is_live"=>"true", "name"=>"app_name"}, "id"=>"24"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Possimus expedita reprehenderit rerum."], ["updated_at", "2018-12-10 11:54:51.163258"], ["id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/24 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel et dignissimos velit."], ["url", "http://johnston.name/elease.mayert"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.170722"], ["updated_at", "2018-12-10 11:54:51.170722"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur nesciunt harum consequatur."], ["info_url", "http://monahan.info/rick_kreiger"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.172798"], ["updated_at", "2018-12-10 11:54:51.172798"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leannon.name/sherril"], ["description", "Perspiciatis consequuntur amet voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.177871"], ["updated_at", "2018-12-10 11:54:51.177871"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus repudiandae iure sit."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.179214"], ["updated_at", "2018-12-10 11:54:51.179214"], ["app_id", 25], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Laudantium eius quod exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heel.info/vincenzo_terry"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.182239"], ["updated_at", "2018-12-10 11:54:51.182239"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kochpollich.info/spencer.heel"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.183115"], ["updated_at", "2018-12-10 11:54:51.183115"], ["distributor_id", 21], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Quibusdam et maiores nesciunt.", "info_url"=>"http://veumnikolaus.org/hyacinth", "is_live"=>"true", "name"=>"app_name"}, "id"=>"25"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]

Unpermitted parameter: :info_url

 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "updated_at" = $2 WHERE "apps"."id" = $3  [["description", "Quibusdam et maiores nesciunt."], ["updated_at", "2018-12-10 11:54:51.189085"], ["id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aperiam eum ipsa ut."], ["url", "http://hilpert.biz/andrew"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.197249"], ["updated_at", "2018-12-10 11:54:51.197249"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos labore dignissimos qui."], ["info_url", "http://williamsonbeahan.com/shante"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.203394"], ["updated_at", "2018-12-10 11:54:51.203394"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnson.co/simone.kuhn"], ["description", "Rerum suscipit expedita debitis."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.209694"], ["updated_at", "2018-12-10 11:54:51.209694"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum possimus reiciendis et."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.211463"], ["updated_at", "2018-12-10 11:54:51.211463"], ["app_id", 26], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Unde a ipsa eum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marvin.name/tonette"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.215889"], ["updated_at", "2018-12-10 11:54:51.215889"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://king.org/jefferson.larson"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.217026"], ["updated_at", "2018-12-10 11:54:51.217026"], ["distributor_id", 22], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"26"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consectetur inventore excepturi voluptate."], ["url", "http://dicki.com/loreen_kilback"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.245575"], ["updated_at", "2018-12-10 11:54:51.245575"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed ducimus deserunt ab."], ["info_url", "http://hammes.info/barton.padberg"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.247824"], ["updated_at", "2018-12-10 11:54:51.247824"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zulauf.co/johanna_jast"], ["description", "Aspernatur iusto quae aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.252223"], ["updated_at", "2018-12-10 11:54:51.252223"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Earum nulla quo dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.253141"], ["updated_at", "2018-12-10 11:54:51.253141"], ["app_id", 27], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Hic doloremque qui facere."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runte.com/mary"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.256723"], ["updated_at", "2018-12-10 11:54:51.256723"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://legrosbartoletti.net/joey_gislason"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.257842"], ["updated_at", "2018-12-10 11:54:51.257842"], ["distributor_id", 23], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)

App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.5ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grimeshowe.biz/kirsten.johnson"], ["description", "Tenetur perferendis alias sint."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.300052"], ["updated_at", "2018-12-10 11:54:51.300052"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est itaque ut fugiat."], ["url", "http://lefflerrohan.biz/austin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.304480"], ["updated_at", "2018-12-10 11:54:51.304480"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci voluptatibus ea optio."], ["info_url", "http://kiehn.net/buddy"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.308719"], ["updated_at", "2018-12-10 11:54:51.308719"], ["developer_id", 35]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia fugit culpa accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.313868"], ["updated_at", "2018-12-10 11:54:51.313868"], ["app_id", 28], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Voluptatem id numquam reiciendis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus assumenda architecto incidunt."], ["url", "http://murray.org/sean"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.320291"], ["updated_at", "2018-12-10 11:54:51.320291"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis consequatur eos provident."], ["info_url", "http://franeckiwehner.name/chi.murray"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.322455"], ["updated_at", "2018-12-10 11:54:51.322455"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parisian.name/wilmer"], ["description", "Eveniet velit reprehenderit ut."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.327161"], ["updated_at", "2018-12-10 11:54:51.327161"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni blanditiis laborum pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.328710"], ["updated_at", "2018-12-10 11:54:51.328710"], ["app_id", 29], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Error et est eaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cole.name/ricardo.emmerich"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.332328"], ["updated_at", "2018-12-10 11:54:51.332328"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rolfsonbrekke.biz/zachery.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.333243"], ["updated_at", "2018-12-10 11:54:51.333243"], ["distributor_id", 24], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis hic quo quod."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.335917"], ["updated_at", "2018-12-10 11:54:51.335917"], ["app_id", 29], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Aspernatur tenetur ea commodi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Molestiae et quia illo."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.338132"], ["updated_at", "2018-12-10 11:54:51.338132"], ["works_with_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Doloribus illo odio quibusdam.", "image_url"=>"http://rath.io/olevia.krajcik", "is_live"=>"true"}, "id"=>"1"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Doloribus illo odio quibusdam."], ["updated_at", "2018-12-10 11:54:51.351241"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://daugherty.net/thad_nitzsche"], ["description", "Cum necessitatibus non dolor."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.358291"], ["updated_at", "2018-12-10 11:54:51.358291"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id eveniet labore autem."], ["url", "http://powlowskimorar.com/jena.corkery"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.363127"], ["updated_at", "2018-12-10 11:54:51.363127"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem harum voluptate est."], ["info_url", "http://yundt.org/morgan"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.367026"], ["updated_at", "2018-12-10 11:54:51.367026"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero eius distinctio delectus."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.368137"], ["updated_at", "2018-12-10 11:54:51.368137"], ["app_id", 30], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Vero quia eius soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut voluptate nesciunt ipsam."], ["url", "http://lemkepfannerstill.co/guadalupe"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.372413"], ["updated_at", "2018-12-10 11:54:51.372413"], ["logo_image_url", nil]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae sit est pariatur."], ["info_url", "http://okunevalowe.com/elsa_beahan"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.378575"], ["updated_at", "2018-12-10 11:54:51.378575"], ["developer_id", 38]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://markstrantow.biz/matilda"], ["description", "Veritatis ipsa necessitatibus enim."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.385466"], ["updated_at", "2018-12-10 11:54:51.385466"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis soluta sit impedit."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.386577"], ["updated_at", "2018-12-10 11:54:51.386577"], ["app_id", 31], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Quas ipsa sed non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beahandonnelly.info/bertram"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.389671"], ["updated_at", "2018-12-10 11:54:51.389671"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://turcottereinger.net/adrianna_yundt"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.390564"], ["updated_at", "2018-12-10 11:54:51.390564"], ["distributor_id", 25], ["app_id", 31]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione aut doloremque est."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.394681"], ["updated_at", "2018-12-10 11:54:51.394681"], ["app_id", 31], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "At fugit numquam nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Saepe quod aut accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.397646"], ["updated_at", "2018-12-10 11:54:51.397646"], ["works_with_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Animi error sapiente omnis.", "image_url"=>"http://bashirian.com/clarita", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Animi error sapiente omnis."], ["updated_at", "2018-12-10 11:54:51.406364"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wuckertkuvalis.info/barney.conroy"], ["description", "Rerum fugit est adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.413783"], ["updated_at", "2018-12-10 11:54:51.413783"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure ipsa ad debitis."], ["url", "http://wehner.co/tera"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.417720"], ["updated_at", "2018-12-10 11:54:51.417720"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia nihil ipsam minus."], ["info_url", "http://oconnergoldner.io/beverley.hackett"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.421323"], ["updated_at", "2018-12-10 11:54:51.421323"], ["developer_id", 39]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit excepturi et enim."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.422443"], ["updated_at", "2018-12-10 11:54:51.422443"], ["app_id", 32], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Repudiandae nihil ea voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum consectetur fuga quia."], ["url", "http://lemke.io/lucio_quitzon"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.426523"], ["updated_at", "2018-12-10 11:54:51.426523"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum praesentium ut temporibus."], ["info_url", "http://wolf.name/gilma.ohara"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.429329"], ["updated_at", "2018-12-10 11:54:51.429329"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://olsonmohr.co/abram.bosco"], ["description", "Qui quo deleniti natus."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.434922"], ["updated_at", "2018-12-10 11:54:51.434922"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum non et odio."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.436052"], ["updated_at", "2018-12-10 11:54:51.436052"], ["app_id", 33], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Facilis quia molestiae tempora."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rueckerblanda.org/annalee"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.439151"], ["updated_at", "2018-12-10 11:54:51.439151"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okon.net/nanette"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.440169"], ["updated_at", "2018-12-10 11:54:51.440169"], ["distributor_id", 26], ["app_id", 33]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non iure vitae necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.447572"], ["updated_at", "2018-12-10 11:54:51.447572"], ["app_id", 33], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Delectus accusamus necessitatibus rem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ducimus ea in est."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.451057"], ["updated_at", "2018-12-10 11:54:51.451057"], ["works_with_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Facere perspiciatis et possimus.", "image_url"=>"http://hermankohler.name/jinny", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Facere perspiciatis et possimus."], ["updated_at", "2018-12-10 11:54:51.461719"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 10ms (ActiveRecord: 1.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://strosin.io/geraldine"], ["description", "Incidunt corrupti et dolore."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.469234"], ["updated_at", "2018-12-10 11:54:51.469234"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus consequuntur culpa non."], ["url", "http://borer.name/branda"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.472944"], ["updated_at", "2018-12-10 11:54:51.472944"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione impedit cum velit."], ["info_url", "http://gusikowskihettinger.net/austin"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.477758"], ["updated_at", "2018-12-10 11:54:51.477758"], ["developer_id", 41]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit quia dolorum dolor."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.479396"], ["updated_at", "2018-12-10 11:54:51.479396"], ["app_id", 34], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Distinctio minima doloribus itaque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut ea tenetur voluptatem."], ["url", "http://hirthe.name/kim_bogisich"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.483692"], ["updated_at", "2018-12-10 11:54:51.483692"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe doloribus sunt totam."], ["info_url", "http://rice.org/melany_kuhic"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.485917"], ["updated_at", "2018-12-10 11:54:51.485917"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rutherfordbogan.biz/seymour.erdman"], ["description", "Provident quibusdam praesentium harum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.493514"], ["updated_at", "2018-12-10 11:54:51.493514"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim ab consequuntur voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.495796"], ["updated_at", "2018-12-10 11:54:51.495796"], ["app_id", 35], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Omnis fugiat est repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schuppewisoky.info/madelaine"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.499986"], ["updated_at", "2018-12-10 11:54:51.499986"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okon.io/leon"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.501399"], ["updated_at", "2018-12-10 11:54:51.501399"], ["distributor_id", 27], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Mollitia sunt et repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.504558"], ["updated_at", "2018-12-10 11:54:51.504558"], ["app_id", 35], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Ut facilis delectus tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Illum qui quasi maiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.506823"], ["updated_at", "2018-12-10 11:54:51.506823"], ["works_with_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.3ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rohan.net/mathew"], ["description", "Ut quis perspiciatis dolor."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.531699"], ["updated_at", "2018-12-10 11:54:51.531699"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Earum quo quasi quos."], ["url", "http://medhurst.com/bradford.bernhard"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.535520"], ["updated_at", "2018-12-10 11:54:51.535520"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut exercitationem iusto optio."], ["info_url", "http://lind.net/jarred"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.539396"], ["updated_at", "2018-12-10 11:54:51.539396"], ["developer_id", 43]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum libero qui quisquam."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.540612"], ["updated_at", "2018-12-10 11:54:51.540612"], ["app_id", 36], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Et quo molestias cum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam impedit quam saepe."], ["url", "http://schmidt.co/gwendolyn.morar"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.545883"], ["updated_at", "2018-12-10 11:54:51.545883"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error quis quidem iusto."], ["info_url", "http://thompsonlesch.biz/jesus.kautzer"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.548058"], ["updated_at", "2018-12-10 11:54:51.548058"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cole.info/ninfa.monahan"], ["description", "Et suscipit voluptates laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.552960"], ["updated_at", "2018-12-10 11:54:51.552960"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias qui magnam blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.554088"], ["updated_at", "2018-12-10 11:54:51.554088"], ["app_id", 37], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Ipsam minus veniam cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://homenick.net/hipolito_wiegand"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.557227"], ["updated_at", "2018-12-10 11:54:51.557227"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://effertzhuels.info/lucas"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.558375"], ["updated_at", "2018-12-10 11:54:51.558375"], ["distributor_id", 28], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cum amet eaque nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.564714"], ["updated_at", "2018-12-10 11:54:51.564714"], ["app_id", 37], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Nam sint sequi maxime."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptas deleniti animi sint."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.569336"], ["updated_at", "2018-12-10 11:54:51.569336"], ["works_with_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larson.info/erin_crist"], ["description", "Libero corrupti saepe vero."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.583022"], ["updated_at", "2018-12-10 11:54:51.583022"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis laboriosam dolor non."], ["url", "http://quigley.org/bertram.nitzsche"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.588300"], ["updated_at", "2018-12-10 11:54:51.588300"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Impedit voluptatem est non."], ["info_url", "http://padbergroberts.name/gayle_kuhn"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.594052"], ["updated_at", "2018-12-10 11:54:51.594052"], ["developer_id", 45]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed aut necessitatibus facere."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.596025"], ["updated_at", "2018-12-10 11:54:51.596025"], ["app_id", 38], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Omnis atque nobis voluptas."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis repudiandae quibusdam architecto."], ["url", "http://davis.co/leandra_abbott"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.601172"], ["updated_at", "2018-12-10 11:54:51.601172"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto qui repellendus dolor."], ["info_url", "http://schuppe.name/granville_wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.603587"], ["updated_at", "2018-12-10 11:54:51.603587"], ["developer_id", 46]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://simonis.info/yasuko"], ["description", "Autem et sed animi."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.608993"], ["updated_at", "2018-12-10 11:54:51.608993"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum suscipit reprehenderit qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.610370"], ["updated_at", "2018-12-10 11:54:51.610370"], ["app_id", 39], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Beatae porro aut ullam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://baileyschuster.name/drew"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.614423"], ["updated_at", "2018-12-10 11:54:51.614423"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondricka.org/lashunda"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.615954"], ["updated_at", "2018-12-10 11:54:51.615954"], ["distributor_id", 29], ["app_id", 39]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil ea dolorem explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.621744"], ["updated_at", "2018-12-10 11:54:51.621744"], ["app_id", 39], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Magnam adipisci iure vel."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ut non repellendus laborum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.625001"], ["updated_at", "2018-12-10 11:54:51.625001"], ["works_with_id", 42]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.5ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 4ms (ActiveRecord: 1.2ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marquardt.org/maximo.klocko"], ["description", "Magnam itaque qui doloremque."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.638687"], ["updated_at", "2018-12-10 11:54:51.638687"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut ut adipisci dolorum."], ["url", "http://ryankling.io/dorethea_hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.642372"], ["updated_at", "2018-12-10 11:54:51.642372"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error sed quas accusamus."], ["info_url", "http://friesenshields.biz/norris.skiles"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.647775"], ["updated_at", "2018-12-10 11:54:51.647775"], ["developer_id", 47]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi quae quis sed."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.649422"], ["updated_at", "2018-12-10 11:54:51.649422"], ["app_id", 40], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Dolores et architecto omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis vitae assumenda voluptates."], ["url", "http://adamsziemann.net/marlin.rohan"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.653527"], ["updated_at", "2018-12-10 11:54:51.653527"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ad voluptas sit autem."], ["info_url", "http://shieldsdaniel.co/kirk"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.655399"], ["updated_at", "2018-12-10 11:54:51.655399"], ["developer_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ortizhilpert.co/dana"], ["description", "Adipisci occaecati natus quod."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.661724"], ["updated_at", "2018-12-10 11:54:51.661724"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est nihil et ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.663426"], ["updated_at", "2018-12-10 11:54:51.663426"], ["app_id", 41], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Ut aut adipisci distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runolfon.com/aura.ruel"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.666780"], ["updated_at", "2018-12-10 11:54:51.666780"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sawaynritchie.net/brittni"], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.667760"], ["updated_at", "2018-12-10 11:54:51.667760"], ["distributor_id", 30], ["app_id", 41]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero dolorem asperiores labore."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.670859"], ["updated_at", "2018-12-10 11:54:51.670859"], ["app_id", 41], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Ut esse eos molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sit beatae possimus laboriosam."], ["is_live", "t"], ["created_at", "2018-12-10 11:54:51.673429"], ["updated_at", "2018-12-10 11:54:51.673429"], ["works_with_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.3ms)  COMMIT
 (0.5ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 06:54:53 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.8ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (17.9ms)
Rendered components/_navigation.html.haml (17.3ms)
Rendered components/_footer.html.haml (5.4ms)

Completed 200 OK in 5943ms (Views: 5829.8ms | ActiveRecord: 6.5ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-10 06:54:59 -0500

 (0.4ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (180.1ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.7ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 06:55:00 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.8ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (2.3ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 8ms (Views: 5.1ms | ActiveRecord: 0.8ms)

 (0.2ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.1ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.2ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (52.3ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.5ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gloverkilback.io/jordon.ruecker"], ["description", "Quae nam saepe consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.138941"], ["updated_at", "2018-12-10 11:55:01.138941"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est corporis non et."], ["url", "http://witting.info/jefferey_greenholt"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.145421"], ["updated_at", "2018-12-10 11:55:01.145421"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloremque tempore asperiores ut."], ["info_url", "http://gislason.net/gilberte"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.150656"], ["updated_at", "2018-12-10 11:55:01.150656"], ["developer_id", 1]]
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam natus in nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.152802"], ["updated_at", "2018-12-10 11:55:01.152802"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Rem fugiat ea quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae quis non sed."], ["url", "http://jast.co/tonette"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.158825"], ["updated_at", "2018-12-10 11:55:01.158825"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et labore consectetur aut."], ["info_url", "http://kuhiclehner.org/dana_little"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.161877"], ["updated_at", "2018-12-10 11:55:01.161877"], ["developer_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://welchlind.name/hilda_spinka"], ["description", "Consequatur voluptatum cumque asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.167612"], ["updated_at", "2018-12-10 11:55:01.167612"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel fuga non qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.168713"], ["updated_at", "2018-12-10 11:55:01.168713"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Delectus qui a odio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hirtheabshire.name/pauletta_feeney"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.171785"], ["updated_at", "2018-12-10 11:55:01.171785"], ["icon_id", "fas apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tillman.org/tamatha.fritsch"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.173121"], ["updated_at", "2018-12-10 11:55:01.173121"], ["distributor_id", 1], ["app_id", 2]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis dolorem similique dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.179291"], ["updated_at", "2018-12-10 11:55:01.179291"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Suscipit tenetur quis ab."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Harum id distinctio sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.183251"], ["updated_at", "2018-12-10 11:55:01.183251"], ["works_with_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.3ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heaney.name/levi"], ["description", "Expedita repellat occaecati quidem."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.195761"], ["updated_at", "2018-12-10 11:55:01.195761"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Natus minus quidem perspiciatis."], ["url", "http://boehm.co/zachary"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.200009"], ["updated_at", "2018-12-10 11:55:01.200009"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos temporibus tempora inventore."], ["info_url", "http://tromp.com/austin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.203774"], ["updated_at", "2018-12-10 11:55:01.203774"], ["developer_id", 3]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora ea modi totam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.205116"], ["updated_at", "2018-12-10 11:55:01.205116"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Quod sit minus ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam earum excepturi at."], ["url", "http://hagenes.net/duncan"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.209100"], ["updated_at", "2018-12-10 11:55:01.209100"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vero molestiae aliquid magnam."], ["info_url", "http://lowe.net/angila.bruen"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.211764"], ["updated_at", "2018-12-10 11:55:01.211764"], ["developer_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leannon.com/ignacio"], ["description", "Et exercitationem suscipit magni."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.217494"], ["updated_at", "2018-12-10 11:55:01.217494"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius velit et ex."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.218567"], ["updated_at", "2018-12-10 11:55:01.218567"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Ducimus officiis numquam natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kerluke.name/anthony"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.221860"], ["updated_at", "2018-12-10 11:55:01.221860"], ["icon_id", "fas apple"]]
SQL (1.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hagenes.info/inell"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.224187"], ["updated_at", "2018-12-10 11:55:01.224187"], ["distributor_id", 2], ["app_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde cum possimus ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.230111"], ["updated_at", "2018-12-10 11:55:01.230111"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Debitis exercitationem architecto corporis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Voluptatem et hic ad."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.232638"], ["updated_at", "2018-12-10 11:55:01.232638"], ["works_with_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weimann.io/jed"], ["description", "Et eius perspiciatis accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.241427"], ["updated_at", "2018-12-10 11:55:01.241427"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas quo iusto libero."], ["url", "http://hintz.co/mohamed.monahan"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.245375"], ["updated_at", "2018-12-10 11:55:01.245375"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti itaque eum possimus."], ["info_url", "http://rosenbaumswift.io/bradford"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.248947"], ["updated_at", "2018-12-10 11:55:01.248947"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde architecto et doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.249988"], ["updated_at", "2018-12-10 11:55:01.249988"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Est rerum et ipsam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et omnis hic provident."], ["url", "http://boscoleffler.com/benito"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.253924"], ["updated_at", "2018-12-10 11:55:01.253924"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa non ducimus dolores."], ["info_url", "http://zemlak.biz/latasha.stehr"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.256565"], ["updated_at", "2018-12-10 11:55:01.256565"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beckerabbott.name/gregory_hansen"], ["description", "Laborum architecto et sint."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.262382"], ["updated_at", "2018-12-10 11:55:01.262382"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil suscipit tempore illum."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.263484"], ["updated_at", "2018-12-10 11:55:01.263484"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Quaerat labore veniam ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ruelvonrueden.co/rachelle"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.266788"], ["updated_at", "2018-12-10 11:55:01.266788"], ["icon_id", "fas apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dubuque.co/merri.bogisich"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.268568"], ["updated_at", "2018-12-10 11:55:01.268568"], ["distributor_id", 3], ["app_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est repudiandae sed sed."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.274264"], ["updated_at", "2018-12-10 11:55:01.274264"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Et dolor ipsa dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Exercitationem ea harum quia."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.277240"], ["updated_at", "2018-12-10 11:55:01.277240"], ["works_with_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nikolausgraham.org/leonard"], ["description", "Nihil qui quo nemo."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.303495"], ["updated_at", "2018-12-10 11:55:01.303495"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit ut error ut."], ["url", "http://hahn.name/agatha_swift"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.306869"], ["updated_at", "2018-12-10 11:55:01.306869"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat sunt consequatur omnis."], ["info_url", "http://kemmer.biz/abby"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.319433"], ["updated_at", "2018-12-10 11:55:01.319433"], ["developer_id", 7]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae omnis quas et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.320452"], ["updated_at", "2018-12-10 11:55:01.320452"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Modi et aut tempore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et voluptas qui rerum."], ["url", "http://feestmcclure.org/lilliana.marks"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.324963"], ["updated_at", "2018-12-10 11:55:01.324963"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione in magni iste."], ["info_url", "http://price.org/giuseppina.mertz"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.327657"], ["updated_at", "2018-12-10 11:55:01.327657"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bogan.co/willis"], ["description", "Voluptatibus ea debitis et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.331554"], ["updated_at", "2018-12-10 11:55:01.331554"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos rerum aut et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.332403"], ["updated_at", "2018-12-10 11:55:01.332403"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Eveniet tempora voluptate suscipit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://renner.co/delmer_ledner"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.335100"], ["updated_at", "2018-12-10 11:55:01.335100"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hellerkunde.co/phillip"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.335794"], ["updated_at", "2018-12-10 11:55:01.335794"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquam ratione velit quos."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.339291"], ["updated_at", "2018-12-10 11:55:01.339291"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Et sit non quod."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Harum sed officia ea."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.344224"], ["updated_at", "2018-12-10 11:55:01.344224"], ["works_with_id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rodriguezheathcote.name/antonetta_dibbert"], ["description", "Nisi minus praesentium perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.353888"], ["updated_at", "2018-12-10 11:55:01.353888"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt sit sit ea."], ["url", "http://hayes.co/mattie.torp"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.357065"], ["updated_at", "2018-12-10 11:55:01.357065"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Labore cum quaerat repellat."], ["info_url", "http://corwinfahey.org/larry_reinger"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.361023"], ["updated_at", "2018-12-10 11:55:01.361023"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia recusandae consequatur rerum."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.362048"], ["updated_at", "2018-12-10 11:55:01.362048"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Dolorem aut maxime dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem dolor est ut."], ["url", "http://baumbach.net/raleigh"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.365581"], ["updated_at", "2018-12-10 11:55:01.365581"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo omnis autem accusamus."], ["info_url", "http://conroyaufderhar.biz/kelley_ko"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.367935"], ["updated_at", "2018-12-10 11:55:01.367935"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nolanlindgren.name/kisha.kovacek"], ["description", "Aperiam qui incidunt ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.371845"], ["updated_at", "2018-12-10 11:55:01.371845"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et animi aliquam placeat."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.372699"], ["updated_at", "2018-12-10 11:55:01.372699"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Accusamus vel illo dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://willms.info/vella.okeefe"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.375167"], ["updated_at", "2018-12-10 11:55:01.375167"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://purdy.co/lashell_sawayn"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.376367"], ["updated_at", "2018-12-10 11:55:01.376367"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima quisquam ut enim."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.379170"], ["updated_at", "2018-12-10 11:55:01.379170"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Sint debitis facilis pariatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Eos ullam voluptatem ut."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.382144"], ["updated_at", "2018-12-10 11:55:01.382144"], ["works_with_id", 15]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Iusto rerum ipsa aperiam.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Iusto rerum ipsa aperiam."], ["updated_at", "2018-12-10 11:55:01.392389"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 8ms (ActiveRecord: 1.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heidenreich.name/ezequiel_grady"], ["description", "Repudiandae quisquam et nihil."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.398321"], ["updated_at", "2018-12-10 11:55:01.398321"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam doloremque itaque quas."], ["url", "http://johns.name/maxwell"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.401396"], ["updated_at", "2018-12-10 11:55:01.401396"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur qui fugiat quasi."], ["info_url", "http://kuhn.com/rolande"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.404310"], ["updated_at", "2018-12-10 11:55:01.404310"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ea officia praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.405192"], ["updated_at", "2018-12-10 11:55:01.405192"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Illo occaecati debitis maiores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet qui qui qui."], ["url", "http://kautzer.io/barbara_langworth"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.409641"], ["updated_at", "2018-12-10 11:55:01.409641"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem et impedit rerum."], ["info_url", "http://anderson.com/spring_mosciski"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.412280"], ["updated_at", "2018-12-10 11:55:01.412280"], ["developer_id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://torphycollins.biz/conrad"], ["description", "Vel sequi ut tempora."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.416757"], ["updated_at", "2018-12-10 11:55:01.416757"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis vel omnis maiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.417592"], ["updated_at", "2018-12-10 11:55:01.417592"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Magnam voluptas architecto aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://olsonkaulke.com/cinderella.upton"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.420301"], ["updated_at", "2018-12-10 11:55:01.420301"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dare.info/vincent"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.421044"], ["updated_at", "2018-12-10 11:55:01.421044"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint aut rerum ut."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.425248"], ["updated_at", "2018-12-10 11:55:01.425248"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Consequatur quia velit sit."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Dolor voluptate tempore quas."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.430278"], ["updated_at", "2018-12-10 11:55:01.430278"], ["works_with_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Nesciunt dolores quasi eos.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Nesciunt dolores quasi eos."], ["updated_at", "2018-12-10 11:55:01.438366"], ["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 7ms (ActiveRecord: 1.8ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padberg.net/rosalba_jakubowski"], ["description", "Molestiae porro recusandae nihil."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.444839"], ["updated_at", "2018-12-10 11:55:01.444839"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam nobis quisquam non."], ["url", "http://heller.net/travis"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.448094"], ["updated_at", "2018-12-10 11:55:01.448094"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam et repellat impedit."], ["info_url", "http://wehnerdaniel.info/migdalia"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.452692"], ["updated_at", "2018-12-10 11:55:01.452692"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id cum suscipit rerum."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.453698"], ["updated_at", "2018-12-10 11:55:01.453698"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Et ut eum et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tempore excepturi quia et."], ["url", "http://schuppe.net/rex.beahan"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.457238"], ["updated_at", "2018-12-10 11:55:01.457238"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint laborum et saepe."], ["info_url", "http://breitenberg.co/darin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.459010"], ["updated_at", "2018-12-10 11:55:01.459010"], ["developer_id", 14]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lowekunde.com/harrison"], ["description", "Deserunt quia voluptatem rerum."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.464643"], ["updated_at", "2018-12-10 11:55:01.464643"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dignissimos odio ea soluta."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.466364"], ["updated_at", "2018-12-10 11:55:01.466364"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Sunt est pariatur exercitationem."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dubuque.name/son.collins"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.471553"], ["updated_at", "2018-12-10 11:55:01.471553"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://croninbartoletti.net/cedric.padberg"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.472767"], ["updated_at", "2018-12-10 11:55:01.472767"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni voluptatibus ut maiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.475805"], ["updated_at", "2018-12-10 11:55:01.475805"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Dolorem atque quam aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quis non sunt odit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.478339"], ["updated_at", "2018-12-10 11:55:01.478339"], ["works_with_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Veritatis reprehenderit est placeat.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Veritatis reprehenderit est placeat."], ["updated_at", "2018-12-10 11:55:01.485740"], ["id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda qui harum numquam."], ["url", "http://mannhills.biz/chloe"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.496271"], ["updated_at", "2018-12-10 11:55:01.496271"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://batz.com/jimmie"], ["description", "Ut est illo quod."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.502772"], ["updated_at", "2018-12-10 11:55:01.502772"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas consequatur libero eos."], ["url", "http://bauch.info/sonya"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.506996"], ["updated_at", "2018-12-10 11:55:01.506996"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum minus officia quasi."], ["info_url", "http://tillmanko.io/tawanna.ebert"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.510313"], ["updated_at", "2018-12-10 11:55:01.510313"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur ad a ex."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.511541"], ["updated_at", "2018-12-10 11:55:01.511541"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Libero voluptate qui dolores."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut soluta exercitationem quas."], ["url", "http://schulist.net/santiago"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.517802"], ["updated_at", "2018-12-10 11:55:01.517802"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta repudiandae quaerat est."], ["info_url", "http://bins.org/darron"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.520910"], ["updated_at", "2018-12-10 11:55:01.520910"], ["developer_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vandervort.co/hortense"], ["description", "Consequuntur minus aliquid voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.527393"], ["updated_at", "2018-12-10 11:55:01.527393"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero id qui rerum."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.528536"], ["updated_at", "2018-12-10 11:55:01.528536"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Aut quam blanditiis sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pacochazulauf.biz/thora_dicki"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.530989"], ["updated_at", "2018-12-10 11:55:01.530989"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://denesikschamberger.org/buster_tromp"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.531728"], ["updated_at", "2018-12-10 11:55:01.531728"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est placeat natus quo."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.534317"], ["updated_at", "2018-12-10 11:55:01.534317"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Quas sed ab officiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"24"}
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.1ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 24]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 7ms (ActiveRecord: 2.1ms)

 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leannonwitting.io/howard.metz"], ["description", "Aliquid expedita neque nobis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.548441"], ["updated_at", "2018-12-10 11:55:01.548441"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Blanditiis ut provident necessitatibus."], ["url", "http://keler.net/hilaria"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.552162"], ["updated_at", "2018-12-10 11:55:01.552162"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus voluptatem enim repellat."], ["info_url", "http://gerlach.biz/gena"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.555539"], ["updated_at", "2018-12-10 11:55:01.555539"], ["developer_id", 18]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores molestias et laboriosam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.556560"], ["updated_at", "2018-12-10 11:55:01.556560"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Sequi et consequatur asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illum perferendis quisquam qui."], ["url", "http://gibsonfranecki.org/marielle_effertz"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.560353"], ["updated_at", "2018-12-10 11:55:01.560353"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Temporibus dolorem inventore perferendis."], ["info_url", "http://mcglynngoldner.biz/warner"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.562649"], ["updated_at", "2018-12-10 11:55:01.562649"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mayert.co/glayds"], ["description", "Inventore fugit et facere."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.568029"], ["updated_at", "2018-12-10 11:55:01.568029"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex quod ab qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.569189"], ["updated_at", "2018-12-10 11:55:01.569189"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Sit est maiores odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://krajcik.info/roberto.considine"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.572170"], ["updated_at", "2018-12-10 11:55:01.572170"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dare.net/nathanael"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.573116"], ["updated_at", "2018-12-10 11:55:01.573116"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis possimus nesciunt enim."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.575921"], ["updated_at", "2018-12-10 11:55:01.575921"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Doloremque qui repellat et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"27"}
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.6ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 27]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 5ms (ActiveRecord: 1.8ms)

 (0.3ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walterglover.name/rosamaria"], ["description", "Natus consectetur nulla sint."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.589685"], ["updated_at", "2018-12-10 11:55:01.589685"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum debitis unde accusantium."], ["url", "http://bernier.io/trent"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.593935"], ["updated_at", "2018-12-10 11:55:01.593935"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque recusandae optio eos."], ["info_url", "http://stark.biz/foster.reilly"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.597701"], ["updated_at", "2018-12-10 11:55:01.597701"], ["developer_id", 20]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur voluptas consectetur nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.598798"], ["updated_at", "2018-12-10 11:55:01.598798"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Rerum velit quia vero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum quidem eum exercitationem."], ["url", "http://schaeferbatz.com/vickie.kaulke"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.602451"], ["updated_at", "2018-12-10 11:55:01.602451"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut aut explicabo ab."], ["info_url", "http://waelchihettinger.co/luigi"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.604313"], ["updated_at", "2018-12-10 11:55:01.604313"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weinat.info/emmy.harvey"], ["description", "Molestiae nostrum porro in."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.609287"], ["updated_at", "2018-12-10 11:55:01.609287"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis eligendi ea qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.610740"], ["updated_at", "2018-12-10 11:55:01.610740"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Inventore officiis ducimus corrupti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dare.co/toney.bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.614035"], ["updated_at", "2018-12-10 11:55:01.614035"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hackettstamm.net/chastity.larkin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.615094"], ["updated_at", "2018-12-10 11:55:01.615094"], ["distributor_id", 10], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod dicta nihil praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.617881"], ["updated_at", "2018-12-10 11:55:01.617881"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Et fugit et et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"30"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://miller.org/lance_hahn"], ["description", "Sit culpa fuga esse."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.645287"], ["updated_at", "2018-12-10 11:55:01.645287"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eius sed voluptatibus necessitatibus."], ["url", "http://luettgenhamill.name/elmer.smith"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.648941"], ["updated_at", "2018-12-10 11:55:01.648941"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae molestiae et ducimus."], ["info_url", "http://hegmann.name/heather.goldner"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.653456"], ["updated_at", "2018-12-10 11:55:01.653456"], ["developer_id", 22]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente magni quas nulla."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.654607"], ["updated_at", "2018-12-10 11:55:01.654607"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Magnam blanditiis incidunt vero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatum ratione eum tenetur."], ["url", "http://boyle.org/rafael.pagac"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.658728"], ["updated_at", "2018-12-10 11:55:01.658728"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga quas ut facere."], ["info_url", "http://kuhlman.info/ivan.wiegand"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.661606"], ["updated_at", "2018-12-10 11:55:01.661606"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lynch.co/denise"], ["description", "Dignissimos qui officiis qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.667075"], ["updated_at", "2018-12-10 11:55:01.667075"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident tenetur et et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.669438"], ["updated_at", "2018-12-10 11:55:01.669438"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Iure non harum ipsa."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://botsfordkeler.io/marlon.kozey"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.674989"], ["updated_at", "2018-12-10 11:55:01.674989"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fahey.biz/donya"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.676618"], ["updated_at", "2018-12-10 11:55:01.676618"], ["distributor_id", 11], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi aut consequuntur veniam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.679982"], ["updated_at", "2018-12-10 11:55:01.679982"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Veniam aut impedit sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Vero eos ab earum.", "is_live"=>"true", "promo_image_url"=>"http://rosenbaum.org/mathilde_koch", "promo_text"=>"Est eos quidem cum.", "title"=>"works_with_title"}, "id"=>"33"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Vero eos ab earum."], ["promo_image_url", nil], ["promo_text", "Est eos quidem cum."], ["updated_at", "2018-12-10 11:55:01.689416"], ["id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/33 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bahringer.org/eloy_ryan"], ["description", "Quisquam et fuga iusto."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.697324"], ["updated_at", "2018-12-10 11:55:01.697324"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam vel cupiditate quam."], ["url", "http://oconner.net/callie_weber"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.702750"], ["updated_at", "2018-12-10 11:55:01.702750"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est aut similique totam."], ["info_url", "http://hahnbraun.co/collin.kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.707054"], ["updated_at", "2018-12-10 11:55:01.707054"], ["developer_id", 24]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit sunt perferendis asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.708328"], ["updated_at", "2018-12-10 11:55:01.708328"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Et doloribus est quisquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi sunt alias ullam."], ["url", "http://weber.info/larisa"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.713012"], ["updated_at", "2018-12-10 11:55:01.713012"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti voluptas dolorem aut."], ["info_url", "http://zieme.co/may_skiles"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.717340"], ["updated_at", "2018-12-10 11:55:01.717340"], ["developer_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kerluke.co/jamika"], ["description", "Et ab qui quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.722297"], ["updated_at", "2018-12-10 11:55:01.722297"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente delectus libero quod."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.723508"], ["updated_at", "2018-12-10 11:55:01.723508"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Ducimus optio voluptas ut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://leffler.info/melvin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.726788"], ["updated_at", "2018-12-10 11:55:01.726788"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerlach.net/denver"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.728143"], ["updated_at", "2018-12-10 11:55:01.728143"], ["distributor_id", 12], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim dolores ab consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.730455"], ["updated_at", "2018-12-10 11:55:01.730455"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Vel nesciunt ut omnis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Minus officiis assumenda atque.", "is_live"=>"true", "promo_image_url"=>"http://parkeroberbrunner.info/lucretia_berge", "promo_text"=>"Dolorem iste dignissimos enim.", "title"=>"works_with_title"}, "id"=>"36"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Minus officiis assumenda atque."], ["promo_image_url", nil], ["promo_text", "Dolorem iste dignissimos enim."], ["updated_at", "2018-12-10 11:55:01.737835"], ["id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/36 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilback.name/kent.medhurst"], ["description", "Saepe tempora non voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.744654"], ["updated_at", "2018-12-10 11:55:01.744654"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil dolor ut aut."], ["url", "http://macejkovic.name/elnora"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.749876"], ["updated_at", "2018-12-10 11:55:01.749876"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda sit voluptatem non."], ["info_url", "http://keebler.io/chandra"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.753688"], ["updated_at", "2018-12-10 11:55:01.753688"], ["developer_id", 26]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur repellat debitis id."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.754850"], ["updated_at", "2018-12-10 11:55:01.754850"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Rerum quam quo autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minima eum quaerat accusamus."], ["url", "http://marquardt.org/catrice_halvorson"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.761711"], ["updated_at", "2018-12-10 11:55:01.761711"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et aut blanditiis vel."], ["info_url", "http://reilly.co/janell"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.766448"], ["updated_at", "2018-12-10 11:55:01.766448"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://robelschmitt.name/bud"], ["description", "Est enim accusamus maiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.771579"], ["updated_at", "2018-12-10 11:55:01.771579"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur vero quis officiis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.772664"], ["updated_at", "2018-12-10 11:55:01.772664"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Iure quas ut velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermann.org/loria"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.776001"], ["updated_at", "2018-12-10 11:55:01.776001"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yost.name/laraine"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.777340"], ["updated_at", "2018-12-10 11:55:01.777340"], ["distributor_id", 13], ["app_id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis dolores quo possimus."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.781504"], ["updated_at", "2018-12-10 11:55:01.781504"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Totam tempora modi assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Non vel consequatur voluptatem.", "is_live"=>"true", "promo_image_url"=>"http://collins.info/stefani_marvin", "promo_text"=>"Debitis molestiae et ut.", "title"=>"works_with_title"}, "id"=>"39"}
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Non vel consequatur voluptatem."], ["promo_image_url", nil], ["promo_text", "Debitis molestiae et ut."], ["updated_at", "2018-12-10 11:55:01.791983"], ["id", 39]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/39 Completed 302 Found in 8ms (ActiveRecord: 1.8ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ferry.org/jenell"], ["description", "At dolore inventore et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.819908"], ["updated_at", "2018-12-10 11:55:01.819908"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut in minima non."], ["url", "http://tillman.co/frieda.lemke"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.824209"], ["updated_at", "2018-12-10 11:55:01.824209"], ["logo_image_url", nil]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit sint eligendi cum."], ["info_url", "http://stehr.io/bo_reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.832490"], ["updated_at", "2018-12-10 11:55:01.832490"], ["developer_id", 28]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Inventore animi rerum repellat."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.834378"], ["updated_at", "2018-12-10 11:55:01.834378"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Rerum sit nemo voluptate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"27"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.3ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://torphy.info/jene.moen"], ["description", "Est laborum voluptatem totam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.845769"], ["updated_at", "2018-12-10 11:55:01.845769"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum ullam totam est."], ["url", "http://hyatt.org/roy_kihn"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.850450"], ["updated_at", "2018-12-10 11:55:01.850450"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est modi accusamus placeat."], ["info_url", "http://bosco.com/eusebio.legros"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.857294"], ["updated_at", "2018-12-10 11:55:01.857294"], ["developer_id", 29]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente sed impedit et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.859342"], ["updated_at", "2018-12-10 11:55:01.859342"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Rerum enim sit architecto."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"28"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schadenernser.info/porsche_barton"], ["description", "Et nam consequatur minima."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.869741"], ["updated_at", "2018-12-10 11:55:01.869741"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor placeat sequi dignissimos."], ["url", "http://green.biz/marget"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.873602"], ["updated_at", "2018-12-10 11:55:01.873602"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et dolores tenetur eos."], ["info_url", "http://schulist.net/dwight"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.878938"], ["updated_at", "2018-12-10 11:55:01.878938"], ["developer_id", 30]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas minima assumenda neque."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.882632"], ["updated_at", "2018-12-10 11:55:01.882632"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Rerum corrupti aspernatur iste."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vandervort.name/jude"], ["description", "Illum quis animi dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.909355"], ["updated_at", "2018-12-10 11:55:01.909355"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto dolor officia blanditiis."], ["url", "http://hayes.com/loren_brakus"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.914565"], ["updated_at", "2018-12-10 11:55:01.914565"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At ad est ratione."], ["info_url", "http://lebsack.io/olen"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.919247"], ["updated_at", "2018-12-10 11:55:01.919247"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ipsa maiores omnis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.920309"], ["updated_at", "2018-12-10 11:55:01.920309"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Sint asperiores exercitationem sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"30"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.9ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms)

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermistontoy.info/kizzy"], ["description", "Nostrum itaque rerum aut."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.935139"], ["updated_at", "2018-12-10 11:55:01.935139"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam recusandae quibusdam voluptas."], ["url", "http://bailey.co/curtis"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.939107"], ["updated_at", "2018-12-10 11:55:01.939107"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "A consequatur aspernatur eos."], ["info_url", "http://swift.io/marty"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.943081"], ["updated_at", "2018-12-10 11:55:01.943081"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias cupiditate autem non."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.944342"], ["updated_at", "2018-12-10 11:55:01.944342"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Sit praesentium aliquam accusantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Non vel numquam illum.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://steuberchamplin.name/colin"}, "id"=>"31"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Non vel numquam illum."], ["shop_link", "http://steuberchamplin.name/colin"], ["updated_at", "2018-12-10 11:55:01.949387"], ["id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/31 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://steubernader.info/lucila"], ["description", "Cupiditate magni vero voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.955373"], ["updated_at", "2018-12-10 11:55:01.955373"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse corrupti nobis cum."], ["url", "http://schowalter.com/van.conn"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.960615"], ["updated_at", "2018-12-10 11:55:01.960615"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam dolor libero nulla."], ["info_url", "http://abbott.org/lois"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.964990"], ["updated_at", "2018-12-10 11:55:01.964990"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui in ad beatae."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.966232"], ["updated_at", "2018-12-10 11:55:01.966232"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Ipsam id perspiciatis architecto."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Inventore facere rerum atque.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://reingerorn.co/cordell.moriette"}, "id"=>"32"}
Offering Load (0.5ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Inventore facere rerum atque."], ["shop_link", "http://reingerorn.co/cordell.moriette"], ["updated_at", "2018-12-10 11:55:01.974758"], ["id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/32 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murphy.net/aldo"], ["description", "In nam sed facilis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.982130"], ["updated_at", "2018-12-10 11:55:01.982130"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In impedit ad debitis."], ["url", "http://kingjaskolski.biz/terri.buckridge"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.986072"], ["updated_at", "2018-12-10 11:55:01.986072"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde labore blanditiis et."], ["info_url", "http://wiegand.org/shelton_veum"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.990602"], ["updated_at", "2018-12-10 11:55:01.990602"], ["developer_id", 34]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem quis sapiente expedita."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:01.993984"], ["updated_at", "2018-12-10 11:55:01.993984"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Quisquam repellat nesciunt quaerat."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Nesciunt sunt ut aut.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://schneider.com/clementina_halvorson"}, "id"=>"33"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Nesciunt sunt ut aut."], ["shop_link", "http://schneider.com/clementina_halvorson"], ["updated_at", "2018-12-10 11:55:02.002127"], ["id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/33 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collinsvandervort.info/therese"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.008086"], ["updated_at", "2018-12-10 11:55:02.008086"], ["icon_id", "fas apple"]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae qui iste est."], ["url", "http://cartwright.com/rusty"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.016566"], ["updated_at", "2018-12-10 11:55:02.016566"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem accusamus earum et."], ["info_url", "http://emard.org/tuan_larson"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.021090"], ["updated_at", "2018-12-10 11:55:02.021090"], ["developer_id", 35]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://graham.biz/yadira.waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.022326"], ["updated_at", "2018-12-10 11:55:02.022326"], ["distributor_id", 14], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"14"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kilbackdicki.io/franklin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.049974"], ["updated_at", "2018-12-10 11:55:02.049974"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae dolores adipisci sapiente."], ["url", "http://tillman.name/irvin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.053817"], ["updated_at", "2018-12-10 11:55:02.053817"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis ut eum velit."], ["info_url", "http://mills.com/loria_wuckert"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.056609"], ["updated_at", "2018-12-10 11:55:02.056609"], ["developer_id", 36]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kozey.biz/josphine"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.057598"], ["updated_at", "2018-12-10 11:55:02.057598"], ["distributor_id", 15], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://jenkinsruecker.org/annette", "icon_id"=>"fas apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"15"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://jenkinsruecker.org/annette"], ["updated_at", "2018-12-10 11:55:02.063309"], ["id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/15 Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fadel.biz/dominic.stamm"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.068756"], ["updated_at", "2018-12-10 11:55:02.068756"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum et placeat sint."], ["url", "http://kulasmclaughlin.org/charlott"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.072900"], ["updated_at", "2018-12-10 11:55:02.072900"], ["logo_image_url", nil]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quos culpa aut eum."], ["info_url", "http://rice.co/ralph.feil"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.080120"], ["updated_at", "2018-12-10 11:55:02.080120"], ["developer_id", 37]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schowalter.name/domenic"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.081497"], ["updated_at", "2018-12-10 11:55:02.081497"], ["distributor_id", 16], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://steuber.name/retta", "icon_id"=>"fas apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"16"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://steuber.name/retta"], ["updated_at", "2018-12-10 11:55:02.086686"], ["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/16 Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tremblay.info/asia"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.092804"], ["updated_at", "2018-12-10 11:55:02.092804"], ["icon_id", "fas apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque eaque soluta nemo."], ["url", "http://kutch.co/kris_kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.098039"], ["updated_at", "2018-12-10 11:55:02.098039"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum animi quos a."], ["info_url", "http://tremblay.com/dexter"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.104140"], ["updated_at", "2018-12-10 11:55:02.104140"], ["developer_id", 38]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://torphygutmann.com/vernon.baumbach"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.105487"], ["updated_at", "2018-12-10 11:55:02.105487"], ["distributor_id", 17], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://anderson.net/billi_mraz", "icon_id"=>"fas apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"17"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://anderson.net/billi_mraz"], ["updated_at", "2018-12-10 11:55:02.110984"], ["id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/17 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://binsmertz.biz/miles"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.116366"], ["updated_at", "2018-12-10 11:55:02.116366"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.0ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Similique doloribus id dolorem."], ["url", "http://heaney.biz/brendan"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.123472"], ["updated_at", "2018-12-10 11:55:02.123472"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas illo libero velit."], ["info_url", "http://barton.info/celinda_pacocha"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.127745"], ["updated_at", "2018-12-10 11:55:02.127745"], ["developer_id", 39]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuhic.io/xochitl"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.129487"], ["updated_at", "2018-12-10 11:55:02.129487"], ["distributor_id", 18], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"18"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fadel.biz/ouida_goodwin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.138844"], ["updated_at", "2018-12-10 11:55:02.138844"], ["icon_id", "fas apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem sit et aspernatur."], ["url", "http://bernier.net/lester"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.147550"], ["updated_at", "2018-12-10 11:55:02.147550"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat autem illo sit."], ["info_url", "http://feil.biz/filomena_fadel"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.150932"], ["updated_at", "2018-12-10 11:55:02.150932"], ["developer_id", 40]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schinnerstreich.name/loyd.lehner"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.152102"], ["updated_at", "2018-12-10 11:55:02.152102"], ["distributor_id", 19], ["app_id", 39]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"19"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 19]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bins.io/waylon.king"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.161850"], ["updated_at", "2018-12-10 11:55:02.161850"], ["icon_id", "fas apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Architecto qui officia qui."], ["url", "http://rempel.io/rosalba_feil"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.168553"], ["updated_at", "2018-12-10 11:55:02.168553"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam explicabo similique quo."], ["info_url", "http://lowe.info/laila"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.172436"], ["updated_at", "2018-12-10 11:55:02.172436"], ["developer_id", 41]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stromanschamberger.info/brent.von"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.173529"], ["updated_at", "2018-12-10 11:55:02.173529"], ["distributor_id", 20], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://deckowgleason.co/troy"], ["description", "Aut quis in laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.198665"], ["updated_at", "2018-12-10 11:55:02.198665"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sapiente qui voluptatibus facere."], ["url", "http://bruen.biz/lucie_considine"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.202760"], ["updated_at", "2018-12-10 11:55:02.202760"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam consectetur accusantium vel."], ["info_url", "http://prosacco.io/lawrence"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.206464"], ["updated_at", "2018-12-10 11:55:02.206464"], ["developer_id", 42]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo voluptatem eos deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.210853"], ["updated_at", "2018-12-10 11:55:02.210853"], ["app_id", 41], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Voluptas nihil enim doloribus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero voluptas reprehenderit ut."], ["url", "http://thompson.name/jean_hahn"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.218083"], ["updated_at", "2018-12-10 11:55:02.218083"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti rem velit voluptatem."], ["info_url", "http://greenfeldercorkery.com/elmer.schuppe"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.220905"], ["updated_at", "2018-12-10 11:55:02.220905"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stehrkuphal.net/loraine"], ["description", "Aut quis autem possimus."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.226448"], ["updated_at", "2018-12-10 11:55:02.226448"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea veniam iure nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.228182"], ["updated_at", "2018-12-10 11:55:02.228182"], ["app_id", 42], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Hic aut est ipsam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://robertsflatley.co/valentine"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.231568"], ["updated_at", "2018-12-10 11:55:02.231568"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huelschmidt.co/horacio"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.232520"], ["updated_at", "2018-12-10 11:55:02.232520"], ["distributor_id", 21], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore eos non error."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.235378"], ["updated_at", "2018-12-10 11:55:02.235378"], ["app_id", 42], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Quia deleniti aut repellat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Amet officia voluptates ut."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.238692"], ["updated_at", "2018-12-10 11:55:02.238692"], ["works_with_id", 49], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Commodi magni doloremque ut."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (41.6ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Sed libero tempora iure."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 11:55:02.251380"], ["updated_at", "2018-12-10 11:55:02.251380"], ["testimonial_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Tenetur reprehenderit et ut.", "image_url"=>"http://satterfield.com/brad.champlin", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"1"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Tenetur reprehenderit et ut."], ["updated_at", "2018-12-10 11:55:02.304370"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/1 Completed 302 Found in 9ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hegmann.co/doug.howell"], ["description", "Modi et voluptatem est."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.311221"], ["updated_at", "2018-12-10 11:55:02.311221"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam dolores voluptatem culpa."], ["url", "http://haley.io/nikole"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.315086"], ["updated_at", "2018-12-10 11:55:02.315086"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt dolorem quaerat dicta."], ["info_url", "http://schmelerrosenbaum.org/loris"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.318083"], ["updated_at", "2018-12-10 11:55:02.318083"], ["developer_id", 44]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum ut nisi laboriosam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.318968"], ["updated_at", "2018-12-10 11:55:02.318968"], ["app_id", 43], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Amet dolor voluptas aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nemo totam ea voluptate."], ["url", "http://runolfongoldner.name/aundrea"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.322123"], ["updated_at", "2018-12-10 11:55:02.322123"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed facilis aut mollitia."], ["info_url", "http://mccluredonnelly.info/jamal"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.324037"], ["updated_at", "2018-12-10 11:55:02.324037"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://huelgrady.com/rudolf.shields"], ["description", "Id et magni distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.329014"], ["updated_at", "2018-12-10 11:55:02.329014"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A quo quod nihil."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.330347"], ["updated_at", "2018-12-10 11:55:02.330347"], ["app_id", 44], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Magnam architecto nemo et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://powlowski.org/susie.cormier"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.334245"], ["updated_at", "2018-12-10 11:55:02.334245"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jast.net/flor.schumm"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.335202"], ["updated_at", "2018-12-10 11:55:02.335202"], ["distributor_id", 22], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est suscipit sint est."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.338222"], ["updated_at", "2018-12-10 11:55:02.338222"], ["app_id", 44], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Et sapiente commodi qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Soluta ut quasi provident."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.341450"], ["updated_at", "2018-12-10 11:55:02.341450"], ["works_with_id", 52], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Rerum neque voluptates ex."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Accusamus ex rerum illo."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 11:55:02.349251"], ["updated_at", "2018-12-10 11:55:02.349251"], ["testimonial_id", 2]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Voluptas dolorem quam doloribus.", "image_url"=>"http://beahan.com/misti.vonrueden", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.5ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Voluptas dolorem quam doloribus."], ["updated_at", "2018-12-10 11:55:02.361512"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 11ms (ActiveRecord: 2.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://watsica.info/bernetta"], ["description", "Quis veritatis consequuntur est."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.368979"], ["updated_at", "2018-12-10 11:55:02.368979"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi quod itaque sapiente."], ["url", "http://robelpfeffer.com/andrea"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.373097"], ["updated_at", "2018-12-10 11:55:02.373097"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis libero veritatis dignissimos."], ["info_url", "http://stracke.biz/lilly_nitzsche"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.377976"], ["updated_at", "2018-12-10 11:55:02.377976"], ["developer_id", 46]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non velit tenetur ut."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.379708"], ["updated_at", "2018-12-10 11:55:02.379708"], ["app_id", 45], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Non magni iste fugit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat id consequuntur ullam."], ["url", "http://braun.org/lane_murray"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.383819"], ["updated_at", "2018-12-10 11:55:02.383819"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut qui tempore culpa."], ["info_url", "http://medhurst.io/wilhemina"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.386358"], ["updated_at", "2018-12-10 11:55:02.386358"], ["developer_id", 47]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dooley.com/paola.parisian"], ["description", "Dolore rerum non asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.395254"], ["updated_at", "2018-12-10 11:55:02.395254"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur dolor et aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.396391"], ["updated_at", "2018-12-10 11:55:02.396391"], ["app_id", 46], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Rerum quis rem ipsum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kiehn.biz/darnell"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.399277"], ["updated_at", "2018-12-10 11:55:02.399277"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okuneva.com/amparo"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.400305"], ["updated_at", "2018-12-10 11:55:02.400305"], ["distributor_id", 23], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis non enim quia."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.403263"], ["updated_at", "2018-12-10 11:55:02.403263"], ["app_id", 46], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Molestiae quaerat quia voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Excepturi odit accusamus laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.406311"], ["updated_at", "2018-12-10 11:55:02.406311"], ["works_with_id", 55], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est autem ut molestiae."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Rerum eligendi qui ducimus."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 11:55:02.408473"], ["updated_at", "2018-12-10 11:55:02.408473"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Est aut est dolor.", "image_url"=>"http://bruen.net/juliette_stroman", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Est aut est dolor."], ["updated_at", "2018-12-10 11:55:02.418732"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://friesen.io/darryl"], ["description", "Velit et voluptas qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.427281"], ["updated_at", "2018-12-10 11:55:02.427281"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut impedit deserunt porro."], ["url", "http://spencerlangosh.info/phillip.ruel"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.431008"], ["updated_at", "2018-12-10 11:55:02.431008"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem placeat reprehenderit vero."], ["info_url", "http://beierkreiger.com/cherry"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.434818"], ["updated_at", "2018-12-10 11:55:02.434818"], ["developer_id", 48]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel quidem illum beatae."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.436515"], ["updated_at", "2018-12-10 11:55:02.436515"], ["app_id", 47], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Quia iusto a ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus deleniti ab error."], ["url", "http://lockman.io/doreen.casper"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.440997"], ["updated_at", "2018-12-10 11:55:02.440997"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint sit eos asperiores."], ["info_url", "http://gislason.io/marvin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.443989"], ["updated_at", "2018-12-10 11:55:02.443989"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergstrom.biz/lucius.sawayn"], ["description", "Molestias saepe dolor atque."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.448518"], ["updated_at", "2018-12-10 11:55:02.448518"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A est et distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.449739"], ["updated_at", "2018-12-10 11:55:02.449739"], ["app_id", 48], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Laboriosam corporis earum quidem."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://goyette.co/melani_nolan"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.456135"], ["updated_at", "2018-12-10 11:55:02.456135"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dubuquedicki.biz/emilio.mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.457730"], ["updated_at", "2018-12-10 11:55:02.457730"], ["distributor_id", 24], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia molestias id fugit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.461713"], ["updated_at", "2018-12-10 11:55:02.461713"], ["app_id", 48], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Iure earum ut aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Velit harum dolorem explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.465653"], ["updated_at", "2018-12-10 11:55:02.465653"], ["works_with_id", 58], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nihil eius cupiditate dolores."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Facilis cum voluptatem autem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 11:55:02.468474"], ["updated_at", "2018-12-10 11:55:02.468474"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ratkeklein.co/anika"], ["description", "Consequatur ipsum voluptas id."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.479548"], ["updated_at", "2018-12-10 11:55:02.479548"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil nesciunt sapiente ea."], ["url", "http://koelpinernser.com/victor_kovacek"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.483978"], ["updated_at", "2018-12-10 11:55:02.483978"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et harum minima eos."], ["info_url", "http://sauerdickens.org/wilbur_nikolaus"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.487950"], ["updated_at", "2018-12-10 11:55:02.487950"], ["developer_id", 50]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti repudiandae id omnis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.489285"], ["updated_at", "2018-12-10 11:55:02.489285"], ["app_id", 49], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Magnam hic id quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem beatae qui dolor."], ["url", "http://hirthedach.org/willetta_ledner"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.494652"], ["updated_at", "2018-12-10 11:55:02.494652"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem id ea maxime."], ["info_url", "http://medhurst.info/hershel"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.499648"], ["updated_at", "2018-12-10 11:55:02.499648"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schaden.net/santiago"], ["description", "Reprehenderit nihil velit officiis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.504968"], ["updated_at", "2018-12-10 11:55:02.504968"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum mollitia dolorem accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.506087"], ["updated_at", "2018-12-10 11:55:02.506087"], ["app_id", 50], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Eos quo voluptas necessitatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://quigley.name/johnnie.kerluke"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.509407"], ["updated_at", "2018-12-10 11:55:02.509407"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boyer.net/tari"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.510433"], ["updated_at", "2018-12-10 11:55:02.510433"], ["distributor_id", 25], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cum est enim velit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.513522"], ["updated_at", "2018-12-10 11:55:02.513522"], ["app_id", 50], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Provident saepe minima asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eaque veniam velit impedit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.516772"], ["updated_at", "2018-12-10 11:55:02.516772"], ["works_with_id", 61], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Aliquid autem neque hic."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Illum similique nam voluptatem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 11:55:02.519085"], ["updated_at", "2018-12-10 11:55:02.519085"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rowe.co/dortha.swaniawski"], ["description", "Beatae eius quis recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.528908"], ["updated_at", "2018-12-10 11:55:02.528908"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum modi iure blanditiis."], ["url", "http://darecarter.net/simone"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.532477"], ["updated_at", "2018-12-10 11:55:02.532477"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non repudiandae quia et."], ["info_url", "http://nienow.biz/mabel.bosco"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.535787"], ["updated_at", "2018-12-10 11:55:02.535787"], ["developer_id", 52]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero incidunt sed amet."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.536792"], ["updated_at", "2018-12-10 11:55:02.536792"], ["app_id", 51], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Ad quod ut dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia eum accusantium harum."], ["url", "http://champlinbins.net/milagros.mcdermott"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.540388"], ["updated_at", "2018-12-10 11:55:02.540388"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corporis soluta debitis corrupti."], ["info_url", "http://kirlin.co/parthenia"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.542640"], ["updated_at", "2018-12-10 11:55:02.542640"], ["developer_id", 53]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammesmiller.biz/rene_bins"], ["description", "Alias voluptas et veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.548258"], ["updated_at", "2018-12-10 11:55:02.548258"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit dignissimos est expedita."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.549523"], ["updated_at", "2018-12-10 11:55:02.549523"], ["app_id", 52], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Debitis voluptatem cupiditate eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://effertz.org/alexandria"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.552468"], ["updated_at", "2018-12-10 11:55:02.552468"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cummingsryan.biz/te"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.553533"], ["updated_at", "2018-12-10 11:55:02.553533"], ["distributor_id", 26], ["app_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi impedit qui vitae."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.556306"], ["updated_at", "2018-12-10 11:55:02.556306"], ["app_id", 52], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Est voluptatem repellendus consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Qui aut maiores dolor."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.562064"], ["updated_at", "2018-12-10 11:55:02.562064"], ["works_with_id", 64], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dolorem aut aperiam aut."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Corrupti velit quis et."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 11:55:02.566197"], ["updated_at", "2018-12-10 11:55:02.566197"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerhold.com/britney"], ["description", "Eaque iusto maxime excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.589931"], ["updated_at", "2018-12-10 11:55:02.589931"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id et non provident."], ["url", "http://schowalter.net/gale"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.594025"], ["updated_at", "2018-12-10 11:55:02.594025"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloribus numquam tenetur nulla."], ["info_url", "http://walkerbotsford.com/dustin.kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.597649"], ["updated_at", "2018-12-10 11:55:02.597649"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut cumque velit enim."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.598680"], ["updated_at", "2018-12-10 11:55:02.598680"], ["app_id", 53], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Earum dolores hic ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id eos aliquam deleniti."], ["url", "http://quigleylynch.com/janean.lindgren"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.602143"], ["updated_at", "2018-12-10 11:55:02.602143"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deserunt quos voluptatem sed."], ["info_url", "http://casper.name/diana"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.603876"], ["updated_at", "2018-12-10 11:55:02.603876"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langworth.info/jeromy_prohaska"], ["description", "Ipsa corrupti iste praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.607802"], ["updated_at", "2018-12-10 11:55:02.607802"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis enim doloribus fugit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.608893"], ["updated_at", "2018-12-10 11:55:02.608893"], ["app_id", 54], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Et deserunt quo optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lowe.co/sol_cronin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.612508"], ["updated_at", "2018-12-10 11:55:02.612508"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zboncak.net/tiffanie.brakus"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.614169"], ["updated_at", "2018-12-10 11:55:02.614169"], ["distributor_id", 27], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla nobis aut distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.617377"], ["updated_at", "2018-12-10 11:55:02.617377"], ["app_id", 54], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Sunt velit ut labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Inventore occaecati eos vel."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.620728"], ["updated_at", "2018-12-10 11:55:02.620728"], ["works_with_id", 67], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptatum est at tempora."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Voluptas explicabo occaecati distinctio."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 11:55:02.623187"], ["updated_at", "2018-12-10 11:55:02.623187"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 06:55:02 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (1.7ms)
Rendered components/_footer.html.haml (0.7ms)

Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 06:55:02 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (1.8ms)
Rendered components/_footer.html.haml (0.8ms)

Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.3ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://murphyerdman.com/dorene.nader"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.658099"], ["updated_at", "2018-12-10 11:55:02.658099"], ["icon_id", "fas apple"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet tenetur et in."], ["url", "http://huelgraham.name/lacey.simonis"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.663259"], ["updated_at", "2018-12-10 11:55:02.663259"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur sint ducimus id."], ["info_url", "http://thompsonromaguera.io/marlon.ledner"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.666266"], ["updated_at", "2018-12-10 11:55:02.666266"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hickle.info/allyson"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.667328"], ["updated_at", "2018-12-10 11:55:02.667328"], ["distributor_id", 28], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Architecto quis magnam recusandae."], ["url", "http://klocko.net/dorine.hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.670583"], ["updated_at", "2018-12-10 11:55:02.670583"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus debitis voluptate quia."], ["info_url", "http://zboncak.io/manda_rempel"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.672430"], ["updated_at", "2018-12-10 11:55:02.672430"], ["developer_id", 57]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldnerwehner.name/erin.bartell"], ["description", "Laborum rerum non similique."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.681162"], ["updated_at", "2018-12-10 11:55:02.681162"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores nesciunt voluptatem velit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.682389"], ["updated_at", "2018-12-10 11:55:02.682389"], ["app_id", 56], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Esse ipsum est cupiditate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://thompsonleffler.biz/jerrold_green"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.685215"], ["updated_at", "2018-12-10 11:55:02.685215"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://franecki.co/tijuana.hoppe"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.686061"], ["updated_at", "2018-12-10 11:55:02.686061"], ["distributor_id", 29], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wilkinson.com/markus"], ["description", "Expedita ut illum et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.694777"], ["updated_at", "2018-12-10 11:55:02.694777"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem voluptate est quia."], ["url", "http://grantyundt.io/yevette_durgan"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.698730"], ["updated_at", "2018-12-10 11:55:02.698730"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia recusandae est qui."], ["info_url", "http://greenholt.biz/clint.gottlieb"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.702757"], ["updated_at", "2018-12-10 11:55:02.702757"], ["developer_id", 58]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit ea velit totam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.704136"], ["updated_at", "2018-12-10 11:55:02.704136"], ["app_id", 57], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "In ex modi alias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequuntur neque voluptatem qui."], ["url", "http://beattyrunte.com/stefan.waters"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.708117"], ["updated_at", "2018-12-10 11:55:02.708117"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa fuga modi iusto."], ["info_url", "http://pagacprice.info/kristofer"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.710520"], ["updated_at", "2018-12-10 11:55:02.710520"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cronamarvin.name/lorenzo.murray"], ["description", "Commodi debitis et ea."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.715639"], ["updated_at", "2018-12-10 11:55:02.715639"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque ad animi aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.717301"], ["updated_at", "2018-12-10 11:55:02.717301"], ["app_id", 58], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Aut vero quaerat iure."]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://predovichodkiewicz.co/tomas"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.723054"], ["updated_at", "2018-12-10 11:55:02.723054"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hackett.info/jacquline_bradtke"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.724413"], ["updated_at", "2018-12-10 11:55:02.724413"], ["distributor_id", 30], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis laborum voluptatem dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.727796"], ["updated_at", "2018-12-10 11:55:02.727796"], ["app_id", 58], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Officia doloremque quo soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptates blanditiis autem enim."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.732027"], ["updated_at", "2018-12-10 11:55:02.732027"], ["works_with_id", 71], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Magni natus totam voluptatem."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"8"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ornlueilwitz.io/garnet"], ["description", "Voluptate at totam nobis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.757763"], ["updated_at", "2018-12-10 11:55:02.757763"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo qui qui tempora."], ["url", "http://boganreichel.info/shayne.koepp"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.762483"], ["updated_at", "2018-12-10 11:55:02.762483"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestias expedita iusto quos."], ["info_url", "http://steuber.org/colin"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.767042"], ["updated_at", "2018-12-10 11:55:02.767042"], ["developer_id", 60]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci deserunt et perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.769181"], ["updated_at", "2018-12-10 11:55:02.769181"], ["app_id", 59], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Quibusdam harum praesentium tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut porro consectetur quis."], ["url", "http://kertzmann.io/nickolas"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.773949"], ["updated_at", "2018-12-10 11:55:02.773949"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error numquam optio accusantium."], ["info_url", "http://kub.name/imelda"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.776442"], ["updated_at", "2018-12-10 11:55:02.776442"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://klein.com/teresita"], ["description", "Minus vel nihil cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.781675"], ["updated_at", "2018-12-10 11:55:02.781675"]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora quia voluptas sit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.782925"], ["updated_at", "2018-12-10 11:55:02.782925"], ["app_id", 60], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Harum omnis aperiam eligendi."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://quitzon.io/tyree"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.789752"], ["updated_at", "2018-12-10 11:55:02.789752"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://considine.net/philip"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.791255"], ["updated_at", "2018-12-10 11:55:02.791255"], ["distributor_id", 31], ["app_id", 60]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis autem suscipit sit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.794941"], ["updated_at", "2018-12-10 11:55:02.794941"], ["app_id", 60], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Dolorum repellendus sint nulla."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatem a optio qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.798281"], ["updated_at", "2018-12-10 11:55:02.798281"], ["works_with_id", 74], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Asperiores debitis recusandae impedit."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Quia autem inventore suscipit.", "is_live"=>"true", "promo_image_url"=>"http://bahringer.net/orville.strosin", "promo_text"=>"Aut rerum velit aut.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"9"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Quia autem inventore suscipit."], ["promo_text", "Aut rerum velit aut."], ["promo_image_url", nil], ["updated_at", "2018-12-10 11:55:02.807963"], ["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/9 Completed 302 Found in 9ms (ActiveRecord: 1.8ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunde.io/marlin"], ["description", "Molestias minus quibusdam aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.815357"], ["updated_at", "2018-12-10 11:55:02.815357"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit officia facere distinctio."], ["url", "http://williamsonsenger.biz/samuel"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.819148"], ["updated_at", "2018-12-10 11:55:02.819148"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui ratione minima praesentium."], ["info_url", "http://bradtke.net/krysten"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.822502"], ["updated_at", "2018-12-10 11:55:02.822502"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis et architecto rem."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.823504"], ["updated_at", "2018-12-10 11:55:02.823504"], ["app_id", 61], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Eos autem in ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem provident tempore ad."], ["url", "http://romaguera.net/robert"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.827912"], ["updated_at", "2018-12-10 11:55:02.827912"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veniam eos quam laudantium."], ["info_url", "http://carroll.info/shayne_jones"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.830464"], ["updated_at", "2018-12-10 11:55:02.830464"], ["developer_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://adams.org/ellan.mohr"], ["description", "Illo est aliquid odio."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.835518"], ["updated_at", "2018-12-10 11:55:02.835518"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores totam at quia."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.836976"], ["updated_at", "2018-12-10 11:55:02.836976"], ["app_id", 62], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Facilis dolor amet veritatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bailey.name/mellia.schoen"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.840241"], ["updated_at", "2018-12-10 11:55:02.840241"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://terry.io/harley.christiansen"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.841271"], ["updated_at", "2018-12-10 11:55:02.841271"], ["distributor_id", 32], ["app_id", 62]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et placeat amet sint."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.844576"], ["updated_at", "2018-12-10 11:55:02.844576"], ["app_id", 62], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Voluptatem corrupti nihil dolores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sit eius non repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.848737"], ["updated_at", "2018-12-10 11:55:02.848737"], ["works_with_id", 77], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Incidunt consequatur corporis distinctio."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Vel quo excepturi provident.", "is_live"=>"true", "promo_image_url"=>"http://trantow.io/john", "promo_text"=>"Ut aut odio minima.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"10"}
Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Vel quo excepturi provident."], ["promo_text", "Ut aut odio minima."], ["promo_image_url", nil], ["updated_at", "2018-12-10 11:55:02.863097"], ["id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/10 Completed 302 Found in 11ms (ActiveRecord: 2.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swaniawskidibbert.info/jospeh"], ["description", "Officiis occaecati dolores repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.869513"], ["updated_at", "2018-12-10 11:55:02.869513"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores ea mollitia et."], ["url", "http://kautzer.info/ann"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.873455"], ["updated_at", "2018-12-10 11:55:02.873455"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Distinctio error et et."], ["info_url", "http://fisher.co/dong"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.878744"], ["updated_at", "2018-12-10 11:55:02.878744"], ["developer_id", 64]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora et natus ad."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.880252"], ["updated_at", "2018-12-10 11:55:02.880252"], ["app_id", 63], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Enim autem perspiciatis nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consectetur voluptatibus voluptate eum."], ["url", "http://murrayebert.co/efrain.damore"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.884297"], ["updated_at", "2018-12-10 11:55:02.884297"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis assumenda sed hic."], ["info_url", "http://schoenroberts.io/cleo_thiel"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.886188"], ["updated_at", "2018-12-10 11:55:02.886188"], ["developer_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://veumkozey.biz/ima_thompson"], ["description", "Doloremque voluptas sed debitis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.891260"], ["updated_at", "2018-12-10 11:55:02.891260"]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem culpa mollitia velit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.893680"], ["updated_at", "2018-12-10 11:55:02.893680"], ["app_id", 64], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Numquam fuga magnam animi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bauch.info/wilburn"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.899532"], ["updated_at", "2018-12-10 11:55:02.899532"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hermann.co/don"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.900626"], ["updated_at", "2018-12-10 11:55:02.900626"], ["distributor_id", 33], ["app_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut inventore occaecati nobis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.903471"], ["updated_at", "2018-12-10 11:55:02.903471"], ["app_id", 64], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Placeat vero blanditiis distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aut quia beatae et."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.906589"], ["updated_at", "2018-12-10 11:55:02.906589"], ["works_with_id", 80], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quis dolorem veritatis harum."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Quisquam sed eius qui.", "is_live"=>"true", "promo_image_url"=>"http://hills.com/latisha_hamill", "promo_text"=>"Tempora qui omnis eveniet.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"11"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Quisquam sed eius qui."], ["promo_text", "Tempora qui omnis eveniet."], ["promo_image_url", nil], ["updated_at", "2018-12-10 11:55:02.916463"], ["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/11 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brown.name/deb.smitham"], ["description", "Dolores qui voluptas corporis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.922353"], ["updated_at", "2018-12-10 11:55:02.922353"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Hic quod quaerat architecto."], ["url", "http://runolfsdottirwatsica.biz/roderick.stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.925958"], ["updated_at", "2018-12-10 11:55:02.925958"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis quo vitae minus."], ["info_url", "http://beahan.co/sherika"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.929905"], ["updated_at", "2018-12-10 11:55:02.929905"], ["developer_id", 66]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt fuga velit amet."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.931001"], ["updated_at", "2018-12-10 11:55:02.931001"], ["app_id", 65], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Adipisci excepturi aut rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut nesciunt totam aperiam."], ["url", "http://walker.info/violet"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.934517"], ["updated_at", "2018-12-10 11:55:02.934517"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur perferendis eligendi et."], ["info_url", "http://kuphalmetz.org/bernie"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.936408"], ["updated_at", "2018-12-10 11:55:02.936408"], ["developer_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergstromrunolfsdottir.info/keesha"], ["description", "Voluptatibus est nam aut."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.941898"], ["updated_at", "2018-12-10 11:55:02.941898"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit assumenda consequatur aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.943050"], ["updated_at", "2018-12-10 11:55:02.943050"], ["app_id", 66], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Eos ipsam soluta adipisci."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://waters.co/nestor.zemlak"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.946980"], ["updated_at", "2018-12-10 11:55:02.946980"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://corkery.io/dorsey"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.948156"], ["updated_at", "2018-12-10 11:55:02.948156"], ["distributor_id", 34], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas nihil ipsa placeat."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.950918"], ["updated_at", "2018-12-10 11:55:02.950918"], ["app_id", 66], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Aut laudantium repellat et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut ut in voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.954662"], ["updated_at", "2018-12-10 11:55:02.954662"], ["works_with_id", 83], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Perspiciatis dolor quia temporibus."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ritchie.info/roland_yost"], ["description", "Aut dolorem voluptas velit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.969938"], ["updated_at", "2018-12-10 11:55:02.969938"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illum non similique aperiam."], ["url", "http://greenfelder.io/pasquale"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.974053"], ["updated_at", "2018-12-10 11:55:02.974053"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur velit voluptas aperiam."], ["info_url", "http://runolfondouglas.name/claudette.graham"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.978137"], ["updated_at", "2018-12-10 11:55:02.978137"], ["developer_id", 68]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At saepe doloribus non."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.979234"], ["updated_at", "2018-12-10 11:55:02.979234"], ["app_id", 67], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Accusamus perspiciatis sit natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed ipsam ut totam."], ["url", "http://graham.biz/neomi_reinger"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.983421"], ["updated_at", "2018-12-10 11:55:02.983421"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatibus ut est aut."], ["info_url", "http://stehr.co/shanti"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.986189"], ["updated_at", "2018-12-10 11:55:02.986189"], ["developer_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rippin.io/chris_goldner"], ["description", "Ut molestias quia vero."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.991192"], ["updated_at", "2018-12-10 11:55:02.991192"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui pariatur culpa maiores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.992399"], ["updated_at", "2018-12-10 11:55:02.992399"], ["app_id", 68], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Magnam laboriosam corrupti dignissimos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lednerlesch.com/april_muller"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.996166"], ["updated_at", "2018-12-10 11:55:02.996166"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dachdicki.co/ken"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:02.997313"], ["updated_at", "2018-12-10 11:55:02.997313"], ["distributor_id", 35], ["app_id", 68]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis laudantium tempore dolores."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.001423"], ["updated_at", "2018-12-10 11:55:03.001423"], ["app_id", 68], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Quod et esse asperiores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eveniet quod et qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.008487"], ["updated_at", "2018-12-10 11:55:03.008487"], ["works_with_id", 86], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est quia ullam consectetur."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"13"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 13]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harvey.net/quincy"], ["description", "Voluptatibus numquam in qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.018517"], ["updated_at", "2018-12-10 11:55:03.018517"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt voluptates maxime fuga."], ["url", "http://mclaughlin.org/norris"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.022194"], ["updated_at", "2018-12-10 11:55:03.022194"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore ut aut illum."], ["info_url", "http://daniel.co/idella_gutmann"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.026097"], ["updated_at", "2018-12-10 11:55:03.026097"], ["developer_id", 70]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et corrupti accusantium sit."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.027961"], ["updated_at", "2018-12-10 11:55:03.027961"], ["app_id", 69], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Quia at cum dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim consequatur delectus beatae."], ["url", "http://ferry.name/stanley_cartwright"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.032608"], ["updated_at", "2018-12-10 11:55:03.032608"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aperiam veniam sit ut."], ["info_url", "http://kozey.co/chong"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.034728"], ["updated_at", "2018-12-10 11:55:03.034728"], ["developer_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://miller.name/terrilyn"], ["description", "Autem velit non perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.039518"], ["updated_at", "2018-12-10 11:55:03.039518"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo eaque porro laborum."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.040924"], ["updated_at", "2018-12-10 11:55:03.040924"], ["app_id", 70], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Quaerat quibusdam illum molestias."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://parisian.com/seth.stiedemann"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.048034"], ["updated_at", "2018-12-10 11:55:03.048034"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://turcottehaley.biz/corine"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.049390"], ["updated_at", "2018-12-10 11:55:03.049390"], ["distributor_id", 36], ["app_id", 70]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate voluptas rerum est."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.052549"], ["updated_at", "2018-12-10 11:55:03.052549"], ["app_id", 70], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Rerum ut dignissimos et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eos a consequuntur quam."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.055866"], ["updated_at", "2018-12-10 11:55:03.055866"], ["works_with_id", 89], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nihil dolor quisquam nemo."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"14"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermann.info/macy_bailey"], ["description", "Veritatis exercitationem aut temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.068857"], ["updated_at", "2018-12-10 11:55:03.068857"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur alias cum ut."], ["url", "http://blick.info/isreal"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.073160"], ["updated_at", "2018-12-10 11:55:03.073160"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Recusandae est dolores impedit."], ["info_url", "http://stroman.name/amina.hilll"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.078314"], ["updated_at", "2018-12-10 11:55:03.078314"], ["developer_id", 72]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus est et beatae."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.079561"], ["updated_at", "2018-12-10 11:55:03.079561"], ["app_id", 71], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Placeat dolores omnis quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat placeat soluta iure."], ["url", "http://heel.net/katheryn"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.083800"], ["updated_at", "2018-12-10 11:55:03.083800"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Animi sed voluptas alias."], ["info_url", "http://herman.co/jackson"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.085805"], ["updated_at", "2018-12-10 11:55:03.085805"], ["developer_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larkinyundt.biz/joycelyn"], ["description", "Illum voluptatem ea ut."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.093545"], ["updated_at", "2018-12-10 11:55:03.093545"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium voluptas optio dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.095508"], ["updated_at", "2018-12-10 11:55:03.095508"], ["app_id", 72], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Et neque culpa aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://corwin.com/renato"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.098839"], ["updated_at", "2018-12-10 11:55:03.098839"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://donnelly.info/julienne_torphy"], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.099744"], ["updated_at", "2018-12-10 11:55:03.099744"], ["distributor_id", 37], ["app_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint consequuntur omnis sed."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.102547"], ["updated_at", "2018-12-10 11:55:03.102547"], ["app_id", 72], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Sint nemo quis molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Repudiandae ab et qui."], ["is_live", "t"], ["created_at", "2018-12-10 11:55:03.105978"], ["updated_at", "2018-12-10 11:55:03.105978"], ["works_with_id", 92], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sint illo animi minus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (39.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.7ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (99.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore hic aut est."], ["url", "http://ritchiekonopelski.info/jinny_mante"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.261436"], ["updated_at", "2018-12-10 12:39:15.261436"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"1"}
Developer Load (0.5ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 27ms (Views: 20.0ms | ActiveRecord: 0.7ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt cupiditate et fuga."], ["url", "http://schowalter.net/kenneth.abshire"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.299317"], ["updated_at", "2018-12-10 12:39:15.299317"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia tempora nobis tenetur."], ["url", "http://kemmer.org/phillip_batz"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.310510"], ["updated_at", "2018-12-10 12:39:15.310510"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"3"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci impedit id aut."], ["url", "http://zboncak.info/terina_sporer"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.330355"], ["updated_at", "2018-12-10 12:39:15.330355"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"4"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.3ms)  SELECT COUNT(*) FROM "developers"
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi ipsam eos incidunt."], ["url", "http://tromp.co/erwin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.345664"], ["updated_at", "2018-12-10 12:39:15.345664"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"A nostrum eligendi excepturi.", "is_live"=>"true", "logo_image_url"=>"http://quigley.io/wilda_kris", "name"=>"developer_name", "url"=>"http://lind.io/elenor"}, "id"=>"5"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "A nostrum eligendi excepturi."], ["url", "http://lind.io/elenor"], ["logo_image_url", nil], ["updated_at", "2018-12-10 12:39:15.352040"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/5 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque commodi veniam a."], ["url", "http://ziemann.co/noella.wisozk"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.358266"], ["updated_at", "2018-12-10 12:39:15.358266"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"In nulla accusamus autem.", "is_live"=>"true", "logo_image_url"=>"http://little.org/yung", "name"=>"developer_name", "url"=>"http://labadie.com/numbers_cronin"}, "id"=>"6"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "In nulla accusamus autem."], ["url", "http://labadie.com/numbers_cronin"], ["logo_image_url", nil], ["updated_at", "2018-12-10 12:39:15.364124"], ["id", 6]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/6 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi cum et distinctio."], ["url", "http://harvey.net/xavier.olson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.373348"], ["updated_at", "2018-12-10 12:39:15.373348"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Ex molestiae et voluptatum.", "is_live"=>"true", "logo_image_url"=>"http://strosin.com/stephen.cruickshank", "name"=>"developer_name", "url"=>"http://zieme.name/mica.blanda"}, "id"=>"7"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Ex molestiae et voluptatum."], ["url", "http://zieme.name/mica.blanda"], ["logo_image_url", nil], ["updated_at", "2018-12-10 12:39:15.379708"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/7 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://binsvandervort.biz/theresa"], ["description", "Necessitatibus assumenda explicabo omnis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.406695"], ["updated_at", "2018-12-10 12:39:15.406695"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem fugit quo rerum."], ["url", "http://johns.name/eleni_bartell"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.424228"], ["updated_at", "2018-12-10 12:39:15.424228"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea ut similique laborum."], ["info_url", "http://wunschjones.com/wes.bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.436943"], ["updated_at", "2018-12-10 12:39:15.436943"], ["developer_id", 8]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos officiis et aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.438609"], ["updated_at", "2018-12-10 12:39:15.438609"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Saepe ut aut sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat similique rerum quo."], ["url", "http://damore.info/jeramy"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.443057"], ["updated_at", "2018-12-10 12:39:15.443057"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut est ea exercitationem."], ["info_url", "http://cummeratakuphal.co/tayna"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.444846"], ["updated_at", "2018-12-10 12:39:15.444846"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://huel.com/conchita"], ["description", "Aliquam sequi vitae eum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.449528"], ["updated_at", "2018-12-10 12:39:15.449528"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto est beatae nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.450566"], ["updated_at", "2018-12-10 12:39:15.450566"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Ipsum cupiditate amet perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmitt.com/johnathan_kertzmann"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.463144"], ["updated_at", "2018-12-10 12:39:15.463144"], ["icon_id", "fas apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://williamson.co/cay"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.464495"], ["updated_at", "2018-12-10 12:39:15.464495"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At est dolor dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.467781"], ["updated_at", "2018-12-10 12:39:15.467781"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Inventore ab ratione voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"3"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnsonrohan.biz/maile_haag"], ["description", "Dignissimos porro aut vel."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.477638"], ["updated_at", "2018-12-10 12:39:15.477638"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel nesciunt unde maxime."], ["url", "http://lakinhegmann.name/jorge_cain"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.481132"], ["updated_at", "2018-12-10 12:39:15.481132"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo quasi sed repudiandae."], ["info_url", "http://brekke.org/mack"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.484364"], ["updated_at", "2018-12-10 12:39:15.484364"], ["developer_id", 10]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis accusantium aperiam porro."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.485395"], ["updated_at", "2018-12-10 12:39:15.485395"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Qui tenetur eius excepturi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque consequatur nihil nostrum."], ["url", "http://hillsvon.org/ed_hyatt"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.489004"], ["updated_at", "2018-12-10 12:39:15.489004"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Libero consequatur velit magni."], ["info_url", "http://haley.net/gwyneth.kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.490848"], ["updated_at", "2018-12-10 12:39:15.490848"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://macgyverheidenreich.co/leigha"], ["description", "Sit quisquam eos cum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.495048"], ["updated_at", "2018-12-10 12:39:15.495048"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis officia eaque voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.495887"], ["updated_at", "2018-12-10 12:39:15.495887"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Et tempora expedita esse."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://funk.info/amado"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.499156"], ["updated_at", "2018-12-10 12:39:15.499156"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schoenfranecki.co/porter.schmitt"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.500343"], ["updated_at", "2018-12-10 12:39:15.500343"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas qui neque modi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.503218"], ["updated_at", "2018-12-10 12:39:15.503218"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Delectus hic sunt eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"6"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnermacejkovic.name/branden_gutkowski"], ["description", "Rem architecto quos omnis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.514707"], ["updated_at", "2018-12-10 12:39:15.514707"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus aut perferendis quae."], ["url", "http://dubuqueebert.net/larue.greenholt"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.519178"], ["updated_at", "2018-12-10 12:39:15.519178"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veniam laboriosam architecto harum."], ["info_url", "http://nicolas.name/casey.lind"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.523656"], ["updated_at", "2018-12-10 12:39:15.523656"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et numquam est cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.524868"], ["updated_at", "2018-12-10 12:39:15.524868"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Rerum quis voluptas maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias ab et laborum."], ["url", "http://vonrueden.net/wilburn.jakubowski"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.529685"], ["updated_at", "2018-12-10 12:39:15.529685"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et eos veritatis qui."], ["info_url", "http://schmidt.com/anibal.williamson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.534424"], ["updated_at", "2018-12-10 12:39:15.534424"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.co/roy"], ["description", "Et est perferendis incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.539816"], ["updated_at", "2018-12-10 12:39:15.539816"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae libero enim cumque."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.541033"], ["updated_at", "2018-12-10 12:39:15.541033"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Molestias omnis eum et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walker.info/etha"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.543894"], ["updated_at", "2018-12-10 12:39:15.543894"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://windler.org/shana"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.544721"], ["updated_at", "2018-12-10 12:39:15.544721"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut omnis molestiae labore."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.547396"], ["updated_at", "2018-12-10 12:39:15.547396"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Sint consequatur omnis modi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"9"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keler.info/herb.king"], ["description", "Vel sit consequuntur quia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.572678"], ["updated_at", "2018-12-10 12:39:15.572678"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Atque voluptatibus vero rem."], ["url", "http://gutkowski.io/noreen_quigley"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.576325"], ["updated_at", "2018-12-10 12:39:15.576325"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ad pariatur vero distinctio."], ["info_url", "http://torp.biz/lenita"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.579612"], ["updated_at", "2018-12-10 12:39:15.579612"], ["developer_id", 14]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut quasi dolores in."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.580605"], ["updated_at", "2018-12-10 12:39:15.580605"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Laudantium sed voluptatum eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui voluptate exercitationem ipsa."], ["url", "http://ko.org/sylvie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.584153"], ["updated_at", "2018-12-10 12:39:15.584153"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis et reiciendis at."], ["info_url", "http://schmitt.net/joey.mante"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.585947"], ["updated_at", "2018-12-10 12:39:15.585947"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stromanjerde.com/sabrina.schoen"], ["description", "Reiciendis illum veniam et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.591046"], ["updated_at", "2018-12-10 12:39:15.591046"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab amet culpa earum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.592188"], ["updated_at", "2018-12-10 12:39:15.592188"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Voluptatibus hic porro similique."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rowefeeney.org/erica_bednar"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.595381"], ["updated_at", "2018-12-10 12:39:15.595381"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://treutel.net/meria.batz"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.596357"], ["updated_at", "2018-12-10 12:39:15.596357"], ["distributor_id", 4], ["app_id", 8]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Atque est dolor praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.602291"], ["updated_at", "2018-12-10 12:39:15.602291"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Dolores occaecati sunt adipisci."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Fuga qui reprehenderit nulla.", "is_live"=>"true", "promo_image_url"=>"http://okuneva.io/claudio", "promo_text"=>"Et tenetur autem magnam.", "title"=>"works_with_title"}, "id"=>"12"}
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Fuga qui reprehenderit nulla."], ["promo_image_url", nil], ["promo_text", "Et tenetur autem magnam."], ["updated_at", "2018-12-10 12:39:15.620626"], ["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/12 Completed 302 Found in 16ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlin.biz/kaila.turner"], ["description", "Voluptatem deleniti porro est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.626313"], ["updated_at", "2018-12-10 12:39:15.626313"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit culpa voluptates veniam."], ["url", "http://botsford.org/alison.hirthe"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.629874"], ["updated_at", "2018-12-10 12:39:15.629874"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem corporis maiores accusantium."], ["info_url", "http://beer.com/juan_towne"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.633262"], ["updated_at", "2018-12-10 12:39:15.633262"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est est aut assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.634918"], ["updated_at", "2018-12-10 12:39:15.634918"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Architecto quam maiores est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Harum voluptas doloribus commodi."], ["url", "http://pricegottlieb.name/leopoldo"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.639163"], ["updated_at", "2018-12-10 12:39:15.639163"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam voluptas et doloribus."], ["info_url", "http://murazikcrona.biz/marx"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.641098"], ["updated_at", "2018-12-10 12:39:15.641098"], ["developer_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lefflerschaefer.name/ru.schaden"], ["description", "Omnis adipisci corrupti fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.648691"], ["updated_at", "2018-12-10 12:39:15.648691"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate quod quia est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.649972"], ["updated_at", "2018-12-10 12:39:15.649972"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Necessitatibus velit reiciendis cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriette.info/vonda"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.652856"], ["updated_at", "2018-12-10 12:39:15.652856"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vandervort.name/darrin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.654084"], ["updated_at", "2018-12-10 12:39:15.654084"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt ut aut tenetur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.657428"], ["updated_at", "2018-12-10 12:39:15.657428"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Ab dolor laborum sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Architecto quia consequatur sed.", "is_live"=>"true", "promo_image_url"=>"http://gutkowskiohara.name/marjorie", "promo_text"=>"Vel alias suscipit dolores.", "title"=>"works_with_title"}, "id"=>"15"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Architecto quia consequatur sed."], ["promo_image_url", nil], ["promo_text", "Vel alias suscipit dolores."], ["updated_at", "2018-12-10 12:39:15.665666"], ["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/15 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wuckert.io/hilton"], ["description", "Sed quia laudantium repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.671654"], ["updated_at", "2018-12-10 12:39:15.671654"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem veritatis voluptates voluptate."], ["url", "http://turner.net/gordon_hane"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.675201"], ["updated_at", "2018-12-10 12:39:15.675201"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est odio consequatur qui."], ["info_url", "http://kuhnhauck.org/rupert_ohara"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.678635"], ["updated_at", "2018-12-10 12:39:15.678635"], ["developer_id", 18]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto ullam perferendis voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.680181"], ["updated_at", "2018-12-10 12:39:15.680181"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Fugit enim nihil quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rem enim possimus voluptas."], ["url", "http://christiansen.io/marge_bode"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.684211"], ["updated_at", "2018-12-10 12:39:15.684211"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid quidem distinctio eum."], ["info_url", "http://volkmanglover.com/dodie.schulist"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.686063"], ["updated_at", "2018-12-10 12:39:15.686063"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blick.org/brad.strosin"], ["description", "Nostrum harum eius corporis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.691962"], ["updated_at", "2018-12-10 12:39:15.691962"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat aut voluptate id."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.694639"], ["updated_at", "2018-12-10 12:39:15.694639"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Dignissimos ut repudiandae aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cremin.org/ardis.emmerich"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.698106"], ["updated_at", "2018-12-10 12:39:15.698106"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://waterslangworth.net/racheal"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.699017"], ["updated_at", "2018-12-10 12:39:15.699017"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione eum voluptas ex."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:15.702334"], ["updated_at", "2018-12-10 12:39:15.702334"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Voluptatum deleniti sit nemo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Quam inventore ullam est.", "is_live"=>"true", "promo_image_url"=>"http://hegmann.net/gisela_jenkins", "promo_text"=>"Nesciunt suscipit et eaque.", "title"=>"works_with_title"}, "id"=>"18"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Quam inventore ullam est."], ["promo_image_url", nil], ["promo_text", "Nesciunt suscipit et eaque."], ["updated_at", "2018-12-10 12:39:15.710933"], ["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/18 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 07:39:15 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (11.8ms)
Rendered components/_navigation.html.haml (7.8ms)
Rendered components/_footer.html.haml (5.4ms)

Completed 200 OK in 1147ms (Views: 1126.4ms | ActiveRecord: 3.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 07:39:16 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.1ms)
Rendered components/_navigation.html.haml (1.5ms)
Rendered components/_footer.html.haml (0.7ms)

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunnermcclure.name/shu.stark"], ["description", "Sapiente sed quae similique."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.943458"], ["updated_at", "2018-12-10 12:39:16.943458"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos distinctio et est."], ["url", "http://vonrueden.co/verna.bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.946671"], ["updated_at", "2018-12-10 12:39:16.946671"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem eligendi ut officiis."], ["info_url", "http://witting.io/elmer.deckow"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.950983"], ["updated_at", "2018-12-10 12:39:16.950983"], ["developer_id", 20]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi et similique fuga."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.951971"], ["updated_at", "2018-12-10 12:39:16.951971"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Vel optio ut asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci qui earum modi."], ["url", "http://hyatt.net/felix_satterfield"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.956304"], ["updated_at", "2018-12-10 12:39:16.956304"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda et ea autem."], ["info_url", "http://yost.co/jerry_lesch"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.959574"], ["updated_at", "2018-12-10 12:39:16.959574"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tremblaykihn.com/milo_bogisich"], ["description", "Voluptatibus laborum aut molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.963578"], ["updated_at", "2018-12-10 12:39:16.963578"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et quaerat quo recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.965290"], ["updated_at", "2018-12-10 12:39:16.965290"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Illum distinctio explicabo omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hahn.io/shella.parisian"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.970037"], ["updated_at", "2018-12-10 12:39:16.970037"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://trantowpadberg.co/manual_jast"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.971693"], ["updated_at", "2018-12-10 12:39:16.971693"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium ut vero officia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:16.974233"], ["updated_at", "2018-12-10 12:39:16.974233"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Reprehenderit doloribus delectus officia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ryansmith.co/johnny_stracke"], ["description", "Assumenda beatae cumque quia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.007965"], ["updated_at", "2018-12-10 12:39:17.007965"]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et deleniti nihil dolore."], ["url", "http://lemkestrosin.net/lonny.keebler"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.014191"], ["updated_at", "2018-12-10 12:39:17.014191"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque porro voluptate ut."], ["info_url", "http://dach.com/johnathan.bailey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.018361"], ["updated_at", "2018-12-10 12:39:17.018361"], ["developer_id", 22]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et esse voluptatem ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.019664"], ["updated_at", "2018-12-10 12:39:17.019664"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Rerum laudantium accusantium non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatum sapiente aut sunt."], ["url", "http://bayer.com/samuel_stehr"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.024493"], ["updated_at", "2018-12-10 12:39:17.024493"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus eligendi vel sequi."], ["info_url", "http://turnergutkowski.io/rory.mills"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.026329"], ["updated_at", "2018-12-10 12:39:17.026329"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcglynn.io/bertram"], ["description", "Quis saepe dolorem rerum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.036311"], ["updated_at", "2018-12-10 12:39:17.036311"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et pariatur maxime omnis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.038893"], ["updated_at", "2018-12-10 12:39:17.038893"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Laudantium commodi quia incidunt."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langworth.com/earlean"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.045125"], ["updated_at", "2018-12-10 12:39:17.045125"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pagac.net/allan_wehner"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:17.046142"], ["updated_at", "2018-12-10 12:39:17.046142"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 07:39:18 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.1ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.3ms)
Rendered components/_navigation.html.haml (4.0ms)
Rendered components/_footer.html.haml (1.7ms)

Completed 200 OK in 27ms (Views: 8.5ms | ActiveRecord: 7.2ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-10 07:39:18 -0500

 (0.2ms)  BEGIN
 (0.3ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (70.9ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.0ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 07:39:19 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (2.8ms)
Rendered components/_footer.html.haml (1.0ms)

Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.9ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (51.3ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.4ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.6ms)  COMMIT
 (0.4ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur doloremque vitae aut."], ["url", "http://hudson.com/maddie_towne"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.002464"], ["updated_at", "2018-12-10 12:39:20.002464"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut id voluptatum et."], ["info_url", "http://connellyko.info/zachariah.howell"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.005564"], ["updated_at", "2018-12-10 12:39:20.005564"], ["developer_id", 1]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://treutel.com/adrianne"], ["description", "Quasi sequi itaque qui."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.015188"], ["updated_at", "2018-12-10 12:39:20.015188"]]
SQL (1.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut sed repudiandae et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.016999"], ["updated_at", "2018-12-10 12:39:20.016999"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Sed et cupiditate cumque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mosciski.io/spencer_von"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.021727"], ["updated_at", "2018-12-10 12:39:20.021727"], ["icon_id", "fas apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://homenick.info/kit"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.023124"], ["updated_at", "2018-12-10 12:39:20.023124"], ["distributor_id", 1], ["app_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae qui quae totam."], ["url", "http://klein.io/charley"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.054763"], ["updated_at", "2018-12-10 12:39:20.054763"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non laudantium sunt sit."], ["info_url", "http://hegmann.co/ken"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.057144"], ["updated_at", "2018-12-10 12:39:20.057144"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ferry.net/erwin_mann"], ["description", "Ex dicta dolore corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.062755"], ["updated_at", "2018-12-10 12:39:20.062755"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia excepturi nesciunt nihil."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.064088"], ["updated_at", "2018-12-10 12:39:20.064088"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Voluptatem culpa dicta minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bradtke.name/vito"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.068437"], ["updated_at", "2018-12-10 12:39:20.068437"], ["icon_id", "fas apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://torp.info/caryl.gusikowski"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.071924"], ["updated_at", "2018-12-10 12:39:20.071924"], ["distributor_id", 2], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"2"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Architecto nostrum blanditiis aut."], ["url", "http://kiehnkovacek.name/sebastian_beahan"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.087897"], ["updated_at", "2018-12-10 12:39:20.087897"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quisquam dolor placeat explicabo."], ["info_url", "http://kohler.org/garland.rippin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.089979"], ["updated_at", "2018-12-10 12:39:20.089979"], ["developer_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammes.io/vito_farrell"], ["description", "Sunt iste totam aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.094290"], ["updated_at", "2018-12-10 12:39:20.094290"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas rerum aut et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.095132"], ["updated_at", "2018-12-10 12:39:20.095132"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Nisi harum doloribus aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lockman.net/una"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.097913"], ["updated_at", "2018-12-10 12:39:20.097913"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gusikowski.com/sanford_ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.098817"], ["updated_at", "2018-12-10 12:39:20.098817"], ["distributor_id", 3], ["app_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"3"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum recusandae nostrum asperiores."], ["url", "http://stokes.net/cletus.nitzsche"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.110599"], ["updated_at", "2018-12-10 12:39:20.110599"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit amet et dolorum."], ["info_url", "http://brakus.biz/winifred.reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.115016"], ["updated_at", "2018-12-10 12:39:20.115016"], ["developer_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nienow.biz/rayna"], ["description", "Ut ut natus quae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.120878"], ["updated_at", "2018-12-10 12:39:20.120878"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aperiam animi officiis nihil."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.122071"], ["updated_at", "2018-12-10 12:39:20.122071"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Dolorem est temporibus omnis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jacobs.io/stephen"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.125930"], ["updated_at", "2018-12-10 12:39:20.125930"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kundeerdman.info/hong"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.127233"], ["updated_at", "2018-12-10 12:39:20.127233"], ["distributor_id", 4], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"4"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia enim voluptate reiciendis."], ["url", "http://hintz.biz/sherley"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.139937"], ["updated_at", "2018-12-10 12:39:20.139937"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil et ut autem."], ["info_url", "http://jacobsjones.net/yolando"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.142489"], ["updated_at", "2018-12-10 12:39:20.142489"], ["developer_id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kundereinger.name/patti"], ["description", "Consequatur animi qui quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.148529"], ["updated_at", "2018-12-10 12:39:20.148529"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero alias quisquam dolore."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.149621"], ["updated_at", "2018-12-10 12:39:20.149621"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Ab id temporibus omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jast.io/yen.turcotte"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.153935"], ["updated_at", "2018-12-10 12:39:20.153935"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murphy.org/shery.kuhic"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.156536"], ["updated_at", "2018-12-10 12:39:20.156536"], ["distributor_id", 5], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Commodi rerum molestias et.", "info_url"=>"http://luettgen.biz/mary", "is_live"=>"true", "name"=>"app_name"}, "id"=>"5"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Commodi rerum molestias et."], ["info_url", "http://luettgen.biz/mary"], ["updated_at", "2018-12-10 12:39:20.163766"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/5 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quae qui sunt ut."], ["url", "http://armstrong.org/faustino"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.170879"], ["updated_at", "2018-12-10 12:39:20.170879"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consectetur unde cum quaerat."], ["info_url", "http://dickens.co/charlie.stiedemann"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.173025"], ["updated_at", "2018-12-10 12:39:20.173025"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schoen.net/antonia"], ["description", "Sunt aut rerum aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.179415"], ["updated_at", "2018-12-10 12:39:20.179415"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit odio veritatis sed."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.180995"], ["updated_at", "2018-12-10 12:39:20.180995"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Fuga molestiae quibusdam omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nienow.biz/mona"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.185579"], ["updated_at", "2018-12-10 12:39:20.185579"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kertzmann.net/dona_lowe"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.188589"], ["updated_at", "2018-12-10 12:39:20.188589"], ["distributor_id", 6], ["app_id", 6]]
 (1.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Nesciunt quisquam porro ratione.", "info_url"=>"http://okuneva.co/leigh_braun", "is_live"=>"true", "name"=>"app_name"}, "id"=>"6"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (1.0ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Nesciunt quisquam porro ratione."], ["info_url", "http://okuneva.co/leigh_braun"], ["updated_at", "2018-12-10 12:39:20.198147"], ["id", 6]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/6 Completed 302 Found in 8ms (ActiveRecord: 2.0ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci nemo sunt repellendus."], ["url", "http://heathcotesawayn.com/amiee_balistreri"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.208458"], ["updated_at", "2018-12-10 12:39:20.208458"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod tempora non consectetur."], ["info_url", "http://ko.io/rosemarie.ernser"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.211500"], ["updated_at", "2018-12-10 12:39:20.211500"], ["developer_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sauerfisher.biz/modesto"], ["description", "Repellendus eum ab voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.216531"], ["updated_at", "2018-12-10 12:39:20.216531"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum doloribus ex esse."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.218683"], ["updated_at", "2018-12-10 12:39:20.218683"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Voluptatem autem commodi placeat."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ernser.name/charlott"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.224308"], ["updated_at", "2018-12-10 12:39:20.224308"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kertzmann.info/milagro_romaguera"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.225394"], ["updated_at", "2018-12-10 12:39:20.225394"], ["distributor_id", 7], ["app_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Alias repudiandae possimus consequatur.", "info_url"=>"http://oreillypfeffer.name/gerri.ward", "is_live"=>"true", "name"=>"app_name"}, "id"=>"7"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Alias repudiandae possimus consequatur."], ["info_url", "http://oreillypfeffer.name/gerri.ward"], ["updated_at", "2018-12-10 12:39:20.230971"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/7 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howellbradtke.name/jeffrey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.236818"], ["updated_at", "2018-12-10 12:39:20.236818"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora repellendus eveniet quibusdam."], ["url", "http://hegmann.io/thaddeus"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.240442"], ["updated_at", "2018-12-10 12:39:20.240442"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut velit necessitatibus odio."], ["info_url", "http://wilderman.io/ariel_wyman"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.243141"], ["updated_at", "2018-12-10 12:39:20.243141"], ["developer_id", 8]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://predovicrobel.org/pat"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.244179"], ["updated_at", "2018-12-10 12:39:20.244179"], ["distributor_id", 8], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://prosacco.com/idella", "icon_id"=>"fas apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"8"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://prosacco.com/idella"], ["updated_at", "2018-12-10 12:39:20.250110"], ["id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/8 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://murphy.io/wilber"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.256106"], ["updated_at", "2018-12-10 12:39:20.256106"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus ipsa ut sit."], ["url", "http://windler.info/louis"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.260902"], ["updated_at", "2018-12-10 12:39:20.260902"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quae saepe voluptate vitae."], ["info_url", "http://hahn.info/vince_schumm"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.267143"], ["updated_at", "2018-12-10 12:39:20.267143"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koelpin.info/catrina_rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.268557"], ["updated_at", "2018-12-10 12:39:20.268557"], ["distributor_id", 9], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://zulaufhomenick.com/particia", "icon_id"=>"fas apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"9"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://zulaufhomenick.com/particia"], ["updated_at", "2018-12-10 12:39:20.273161"], ["id", 9]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/9 Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stamm.name/everett"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.280013"], ["updated_at", "2018-12-10 12:39:20.280013"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit animi iste saepe."], ["url", "http://ondricka.biz/kirk.hudson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.286007"], ["updated_at", "2018-12-10 12:39:20.286007"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati nihil ut commodi."], ["info_url", "http://gislason.io/hugh"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.290494"], ["updated_at", "2018-12-10 12:39:20.290494"], ["developer_id", 10]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weimanngoldner.net/trenton"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.291630"], ["updated_at", "2018-12-10 12:39:20.291630"], ["distributor_id", 10], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://lynch.info/tobi_abbott", "icon_id"=>"fas apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"10"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://lynch.info/tobi_abbott"], ["updated_at", "2018-12-10 12:39:20.296065"], ["id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/10 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://donnellyfriesen.net/garrett.baumbach"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.301995"], ["updated_at", "2018-12-10 12:39:20.301995"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo et quod veniam."], ["url", "http://lebsacksmith.name/iona.wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.306394"], ["updated_at", "2018-12-10 12:39:20.306394"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente qui et sunt."], ["info_url", "http://braun.biz/miquel"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.312281"], ["updated_at", "2018-12-10 12:39:20.312281"], ["developer_id", 11]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okeefehauck.net/corrina"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.313600"], ["updated_at", "2018-12-10 12:39:20.313600"], ["distributor_id", 11], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://okeefehartmann.biz/lavern"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.340888"], ["updated_at", "2018-12-10 12:39:20.340888"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus quod rem blanditiis."], ["url", "http://wilderman.co/geoffrey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.344527"], ["updated_at", "2018-12-10 12:39:20.344527"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam deleniti consectetur molestiae."], ["info_url", "http://krislabadie.net/nyla_lowe"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.347445"], ["updated_at", "2018-12-10 12:39:20.347445"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reilly.info/helena_rowe"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.348422"], ["updated_at", "2018-12-10 12:39:20.348422"], ["distributor_id", 12], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"12"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://auerpaucek.org/emmitt_heathcote"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.356668"], ["updated_at", "2018-12-10 12:39:20.356668"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda cum quia labore."], ["url", "http://huelsblanda.name/bettye"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.360249"], ["updated_at", "2018-12-10 12:39:20.360249"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor voluptates qui eveniet."], ["info_url", "http://miller.co/nakia_fisher"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.364105"], ["updated_at", "2018-12-10 12:39:20.364105"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cummerata.org/rutha_jones"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.365411"], ["updated_at", "2018-12-10 12:39:20.365411"], ["distributor_id", 13], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"13"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jast.org/hannelore"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.376190"], ["updated_at", "2018-12-10 12:39:20.376190"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam deleniti est possimus."], ["url", "http://wolfschiller.co/benita.conroy"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.380038"], ["updated_at", "2018-12-10 12:39:20.380038"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim quia qui assumenda."], ["info_url", "http://torp.net/edison"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.383786"], ["updated_at", "2018-12-10 12:39:20.383786"], ["developer_id", 14]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://keebler.co/darline"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.385454"], ["updated_at", "2018-12-10 12:39:20.385454"], ["distributor_id", 14], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"14"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms)

 (0.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergnaumspinka.info/shaun_grimes"], ["description", "Consectetur provident nihil consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.401629"], ["updated_at", "2018-12-10 12:39:20.401629"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas itaque minima quaerat."], ["url", "http://oconnell.com/chase"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.405674"], ["updated_at", "2018-12-10 12:39:20.405674"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus dolor aut ipsa."], ["info_url", "http://hilllhegmann.name/hubert"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.410075"], ["updated_at", "2018-12-10 12:39:20.410075"], ["developer_id", 15]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed id sit suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.411420"], ["updated_at", "2018-12-10 12:39:20.411420"], ["app_id", 15], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Omnis quis recusandae quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut enim qui quis."], ["url", "http://boyle.name/ezekiel.prohaska"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.416133"], ["updated_at", "2018-12-10 12:39:20.416133"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et veritatis id aut."], ["info_url", "http://simonis.biz/neville"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.421227"], ["updated_at", "2018-12-10 12:39:20.421227"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://howe.com/stanford_emmerich"], ["description", "Aspernatur molestiae enim autem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.426722"], ["updated_at", "2018-12-10 12:39:20.426722"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores et ut velit."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.427727"], ["updated_at", "2018-12-10 12:39:20.427727"], ["app_id", 16], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Explicabo consequatur dolor itaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sporer.net/johnie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.430600"], ["updated_at", "2018-12-10 12:39:20.430600"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bruen.net/reynalda_prosacco"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.431534"], ["updated_at", "2018-12-10 12:39:20.431534"], ["distributor_id", 15], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae magnam quos perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.434178"], ["updated_at", "2018-12-10 12:39:20.434178"], ["app_id", 16], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Debitis architecto adipisci maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Molestiae neque vitae blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.436645"], ["updated_at", "2018-12-10 12:39:20.436645"], ["works_with_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moen.org/abbie.medhurst"], ["description", "Qui perspiciatis explicabo expedita."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.461496"], ["updated_at", "2018-12-10 12:39:20.461496"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus repellat praesentium esse."], ["url", "http://lindgren.net/fredericka_bahringer"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.465323"], ["updated_at", "2018-12-10 12:39:20.465323"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis aut quibusdam quia."], ["info_url", "http://rippin.org/neoma"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.468632"], ["updated_at", "2018-12-10 12:39:20.468632"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt eum totam voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.469701"], ["updated_at", "2018-12-10 12:39:20.469701"], ["app_id", 17], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Quis et aut placeat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum veniam ut vitae."], ["url", "http://wilkinsonlockman.co/millard.gerlach"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.473470"], ["updated_at", "2018-12-10 12:39:20.473470"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repudiandae enim voluptas eos."], ["info_url", "http://towne.name/ernestine_thompson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.476188"], ["updated_at", "2018-12-10 12:39:20.476188"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stroman.co/lani_wiza"], ["description", "Enim ad suscipit in."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.481177"], ["updated_at", "2018-12-10 12:39:20.481177"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos numquam consequatur iure."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.482391"], ["updated_at", "2018-12-10 12:39:20.482391"], ["app_id", 18], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Dolor quos ex ratione."]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://swaniawski.net/yeenia.torphy"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.488672"], ["updated_at", "2018-12-10 12:39:20.488672"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuhic.net/cher_ernser"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.490101"], ["updated_at", "2018-12-10 12:39:20.490101"], ["distributor_id", 16], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui cupiditate nostrum ea."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.492990"], ["updated_at", "2018-12-10 12:39:20.492990"], ["app_id", 18], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Animi rerum iure corrupti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Fugit ducimus quis qui."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.495290"], ["updated_at", "2018-12-10 12:39:20.495290"], ["works_with_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://deckowkeler.org/mia"], ["description", "Consequatur iusto blanditiis dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.505390"], ["updated_at", "2018-12-10 12:39:20.505390"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta odit est officia."], ["url", "http://schiller.biz/sallie.waters"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.510320"], ["updated_at", "2018-12-10 12:39:20.510320"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error ex inventore eligendi."], ["info_url", "http://gutkowski.co/sharleen_nolan"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.515008"], ["updated_at", "2018-12-10 12:39:20.515008"], ["developer_id", 19]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur accusamus accusantium consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.517328"], ["updated_at", "2018-12-10 12:39:20.517328"], ["app_id", 19], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Illo dignissimos pariatur minima."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim nemo corrupti vitae."], ["url", "http://dickinsonluettgen.biz/gerry"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.523491"], ["updated_at", "2018-12-10 12:39:20.523491"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui dolorum distinctio sed."], ["info_url", "http://flatley.net/josh"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.527599"], ["updated_at", "2018-12-10 12:39:20.527599"], ["developer_id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wuckert.com/hubert"], ["description", "Saepe tempore perferendis neque."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.535993"], ["updated_at", "2018-12-10 12:39:20.535993"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et quia fuga quidem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.537319"], ["updated_at", "2018-12-10 12:39:20.537319"], ["app_id", 20], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Corporis sunt qui dicta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bruen.org/rafael"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.541071"], ["updated_at", "2018-12-10 12:39:20.541071"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schamberger.co/sydney"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.542156"], ["updated_at", "2018-12-10 12:39:20.542156"], ["distributor_id", 17], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque eius a aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.545838"], ["updated_at", "2018-12-10 12:39:20.545838"], ["app_id", 20], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Quae doloremque necessitatibus labore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quae est inventore ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.549566"], ["updated_at", "2018-12-10 12:39:20.549566"], ["works_with_id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "example_images"
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://streich.org/foster.kuhic"], ["description", "Nihil similique ab quia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.560894"], ["updated_at", "2018-12-10 12:39:20.560894"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur vel at similique."], ["url", "http://murazik.name/palmira.streich"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.564779"], ["updated_at", "2018-12-10 12:39:20.564779"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci quia suscipit excepturi."], ["info_url", "http://kutchkihn.info/clarence_schmitt"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.569089"], ["updated_at", "2018-12-10 12:39:20.569089"], ["developer_id", 21]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut pariatur non odio."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.570216"], ["updated_at", "2018-12-10 12:39:20.570216"], ["app_id", 21], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Aut et quam autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id itaque sapiente adipisci."], ["url", "http://zemlak.org/agnus.boyle"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.574748"], ["updated_at", "2018-12-10 12:39:20.574748"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut dolores aut corporis."], ["info_url", "http://lehnerlarson.name/jennine"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.576932"], ["updated_at", "2018-12-10 12:39:20.576932"], ["developer_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wehner.name/carie.gibson"], ["description", "Quis sequi cupiditate dicta."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.582813"], ["updated_at", "2018-12-10 12:39:20.582813"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et asperiores voluptatem rem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.583936"], ["updated_at", "2018-12-10 12:39:20.583936"], ["app_id", 22], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Illo velit omnis magnam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://macejkovic.io/aleida"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.586926"], ["updated_at", "2018-12-10 12:39:20.586926"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oreilly.name/whitney_cronin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.587834"], ["updated_at", "2018-12-10 12:39:20.587834"], ["distributor_id", 18], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut ut consequuntur sit."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.592556"], ["updated_at", "2018-12-10 12:39:20.592556"], ["app_id", 22], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Commodi nam magnam ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Necessitatibus commodi qui delectus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.596349"], ["updated_at", "2018-12-10 12:39:20.596349"], ["works_with_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilpert.biz/zoila.macejkovic"], ["description", "Consequatur esse quia est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.608157"], ["updated_at", "2018-12-10 12:39:20.608157"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut architecto deleniti et."], ["url", "http://lakin.info/brook_wisoky"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.611579"], ["updated_at", "2018-12-10 12:39:20.611579"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt exercitationem aut voluptas."], ["info_url", "http://larson.net/clarine"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.614873"], ["updated_at", "2018-12-10 12:39:20.614873"], ["developer_id", 23]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et beatae aut molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.615870"], ["updated_at", "2018-12-10 12:39:20.615870"], ["app_id", 23], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Id cupiditate est consequuntur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum atque sint consequatur."], ["url", "http://ruelmills.biz/pedro.shanahan"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.619778"], ["updated_at", "2018-12-10 12:39:20.619778"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia modi exercitationem vel."], ["info_url", "http://harris.net/jason_bosco"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.622237"], ["updated_at", "2018-12-10 12:39:20.622237"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://farrellhettinger.com/benito_dickens"], ["description", "Itaque quae et aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.626837"], ["updated_at", "2018-12-10 12:39:20.626837"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem aut qui praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.627876"], ["updated_at", "2018-12-10 12:39:20.627876"], ["app_id", 24], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Iste aliquid unde quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ferry.info/teie_lynch"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.631700"], ["updated_at", "2018-12-10 12:39:20.631700"], ["icon_id", "fas apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://auer.net/le"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.633415"], ["updated_at", "2018-12-10 12:39:20.633415"], ["distributor_id", 19], ["app_id", 24]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi rerum beatae qui."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.638279"], ["updated_at", "2018-12-10 12:39:20.638279"], ["app_id", 24], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Modi ut temporibus quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptatem perferendis itaque qui."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.640946"], ["updated_at", "2018-12-10 12:39:20.640946"], ["works_with_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Cum error ab consectetur.", "image_url"=>"http://rice.name/candyce_glover", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Cum error ab consectetur."], ["updated_at", "2018-12-10 12:39:20.650339"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfonframi.info/julio_wunsch"], ["description", "Debitis nobis qui vel."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.657564"], ["updated_at", "2018-12-10 12:39:20.657564"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fuga deleniti enim qui."], ["url", "http://tremblay.co/velvet_blick"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.661294"], ["updated_at", "2018-12-10 12:39:20.661294"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti sit omnis earum."], ["info_url", "http://rippin.com/lyndon"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.665580"], ["updated_at", "2018-12-10 12:39:20.665580"], ["developer_id", 25]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus ut neque nobis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.666883"], ["updated_at", "2018-12-10 12:39:20.666883"], ["app_id", 25], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Nostrum laboriosam tenetur et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rem itaque qui voluptatum."], ["url", "http://mueller.biz/lesa"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.671134"], ["updated_at", "2018-12-10 12:39:20.671134"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ad et autem minus."], ["info_url", "http://rice.com/kelsi"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.673195"], ["updated_at", "2018-12-10 12:39:20.673195"], ["developer_id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://botsfordwest.org/bunny"], ["description", "Totam esse ea et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.681516"], ["updated_at", "2018-12-10 12:39:20.681516"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum ab sed velit."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.682771"], ["updated_at", "2018-12-10 12:39:20.682771"], ["app_id", 26], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Id omnis qui illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://greenritchie.biz/sarina.gorczany"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.686420"], ["updated_at", "2018-12-10 12:39:20.686420"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nicolas.io/alexander"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.687462"], ["updated_at", "2018-12-10 12:39:20.687462"], ["distributor_id", 20], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Expedita enim velit et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.690100"], ["updated_at", "2018-12-10 12:39:20.690100"], ["app_id", 26], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Vel nulla quas molestias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptate consequatur et amet."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.692275"], ["updated_at", "2018-12-10 12:39:20.692275"], ["works_with_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Maxime voluptatem temporibus soluta.", "image_url"=>"http://altenwerth.org/tilda", "is_live"=>"true"}, "id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Maxime voluptatem temporibus soluta."], ["updated_at", "2018-12-10 12:39:20.701385"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/6 Completed 302 Found in 8ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marvin.io/leone_lang"], ["description", "Quia qui sed amet."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.707960"], ["updated_at", "2018-12-10 12:39:20.707960"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit cum voluptatem laudantium."], ["url", "http://emard.net/chaidy"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.711636"], ["updated_at", "2018-12-10 12:39:20.711636"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta voluptatem corrupti sequi."], ["info_url", "http://aufderhar.co/santiago.halvorson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.714959"], ["updated_at", "2018-12-10 12:39:20.714959"], ["developer_id", 27]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut aspernatur voluptatem neque."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.715958"], ["updated_at", "2018-12-10 12:39:20.715958"], ["app_id", 27], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Sit unde quo molestias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tenetur est tempore animi."], ["url", "http://lakinlubowitz.biz/wayne_dietrich"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.719661"], ["updated_at", "2018-12-10 12:39:20.719661"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut voluptatem sunt voluptas."], ["info_url", "http://fritschwehner.biz/jordon.skiles"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.721376"], ["updated_at", "2018-12-10 12:39:20.721376"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wisokyhackett.name/jacquelynn_hahn"], ["description", "Blanditiis vero perferendis voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.726393"], ["updated_at", "2018-12-10 12:39:20.726393"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque voluptatem non consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.727690"], ["updated_at", "2018-12-10 12:39:20.727690"], ["app_id", 28], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Esse asperiores qui soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://farrellmurphy.name/donnie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.730773"], ["updated_at", "2018-12-10 12:39:20.730773"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kshlerin.biz/scott_walsh"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.731957"], ["updated_at", "2018-12-10 12:39:20.731957"], ["distributor_id", 21], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae fugit aut consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.735366"], ["updated_at", "2018-12-10 12:39:20.735366"], ["app_id", 28], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Voluptatem quia in consequuntur."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Necessitatibus corrupti qui consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.738803"], ["updated_at", "2018-12-10 12:39:20.738803"], ["works_with_id", 28]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Aliquam cumque aperiam facilis.", "image_url"=>"http://lubowitz.co/brett", "is_live"=>"true"}, "id"=>"7"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Aliquam cumque aperiam facilis."], ["updated_at", "2018-12-10 12:39:20.750492"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/7 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feest.net/meta"], ["description", "Ullam qui molestiae dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.780955"], ["updated_at", "2018-12-10 12:39:20.780955"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem similique aut ratione."], ["url", "http://hagenes.org/rich.sanford"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.787187"], ["updated_at", "2018-12-10 12:39:20.787187"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit non odio iure."], ["info_url", "http://shanahanpagac.biz/dollie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.791389"], ["updated_at", "2018-12-10 12:39:20.791389"], ["developer_id", 29]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui culpa iste et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.792531"], ["updated_at", "2018-12-10 12:39:20.792531"], ["app_id", 29], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Quas nobis sint aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur ducimus eos iure."], ["url", "http://walshcollins.biz/elenore_bode"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.796334"], ["updated_at", "2018-12-10 12:39:20.796334"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit minima voluptas dolores."], ["info_url", "http://vonjacobson.io/evonne"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.798125"], ["updated_at", "2018-12-10 12:39:20.798125"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://armstrongmurazik.net/nestor.dach"], ["description", "Rem sint sunt pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.802392"], ["updated_at", "2018-12-10 12:39:20.802392"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil unde magnam aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.803279"], ["updated_at", "2018-12-10 12:39:20.803279"], ["app_id", 30], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Ea dolore optio doloremque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerlachmetz.com/samella_runolfon"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.805968"], ["updated_at", "2018-12-10 12:39:20.805968"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmidtkohler.io/elizabet"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.806866"], ["updated_at", "2018-12-10 12:39:20.806866"], ["distributor_id", 22], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatum quas libero repellat."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.809444"], ["updated_at", "2018-12-10 12:39:20.809444"], ["app_id", 30], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Quia soluta tempore neque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ipsam voluptatem mollitia voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.813643"], ["updated_at", "2018-12-10 12:39:20.813643"], ["works_with_id", 31], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Architecto explicabo placeat ipsam."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://legrosruel.name/milly_thiel"], ["description", "Nam tempora ut deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.839437"], ["updated_at", "2018-12-10 12:39:20.839437"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate repellendus vel minus."], ["url", "http://schulistbecker.name/melinda_bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.842990"], ["updated_at", "2018-12-10 12:39:20.842990"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia officia voluptatum molestiae."], ["info_url", "http://romaguera.name/lakita.halvorson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.846081"], ["updated_at", "2018-12-10 12:39:20.846081"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Esse eius accusantium iste."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.847064"], ["updated_at", "2018-12-10 12:39:20.847064"], ["app_id", 31], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Voluptas dolores aliquam molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure quo magnam cum."], ["url", "http://welchohara.info/marlen"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.850449"], ["updated_at", "2018-12-10 12:39:20.850449"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto et deserunt tempore."], ["info_url", "http://pfeffersteuber.com/ellis"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.852181"], ["updated_at", "2018-12-10 12:39:20.852181"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://torphy.biz/tempie"], ["description", "Id magnam animi harum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.856438"], ["updated_at", "2018-12-10 12:39:20.856438"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus at voluptas voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.857274"], ["updated_at", "2018-12-10 12:39:20.857274"], ["app_id", 32], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Recusandae reiciendis nihil quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://borerbernhard.info/tyrell_hudson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.860601"], ["updated_at", "2018-12-10 12:39:20.860601"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://doyleosinski.org/diane_ward"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.861708"], ["updated_at", "2018-12-10 12:39:20.861708"], ["distributor_id", 23], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem distinctio nesciunt et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.864674"], ["updated_at", "2018-12-10 12:39:20.864674"], ["app_id", 32], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Et et ut quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aut dolore pariatur quo."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.868126"], ["updated_at", "2018-12-10 12:39:20.868126"], ["works_with_id", 34], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Et laudantium quam animi."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Quibusdam dolores sunt et.", "is_live"=>"true", "promo_image_url"=>"http://gorczanybergstrom.info/katy", "promo_text"=>"Molestiae odio laborum praesentium.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.7ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Quibusdam dolores sunt et."], ["promo_text", "Molestiae odio laborum praesentium."], ["promo_image_url", nil], ["updated_at", "2018-12-10 12:39:20.881862"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 11ms (ActiveRecord: 2.1ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wymanyost.name/jann"], ["description", "Quis alias cum repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.888587"], ["updated_at", "2018-12-10 12:39:20.888587"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse in et aut."], ["url", "http://walter.co/steven"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.892270"], ["updated_at", "2018-12-10 12:39:20.892270"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum molestias deleniti fuga."], ["info_url", "http://aufderhar.biz/millie.jones"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.895678"], ["updated_at", "2018-12-10 12:39:20.895678"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cum id dicta magnam."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.896689"], ["updated_at", "2018-12-10 12:39:20.896689"], ["app_id", 33], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Praesentium totam deserunt sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex perferendis voluptas fugit."], ["url", "http://dickioberbrunner.org/mitchel_stamm"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.900927"], ["updated_at", "2018-12-10 12:39:20.900927"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vitae officiis voluptatum ut."], ["info_url", "http://littel.biz/vito"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.902988"], ["updated_at", "2018-12-10 12:39:20.902988"], ["developer_id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hickle.info/elina"], ["description", "Necessitatibus nam magnam eum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.908386"], ["updated_at", "2018-12-10 12:39:20.908386"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim quibusdam similique saepe."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.909460"], ["updated_at", "2018-12-10 12:39:20.909460"], ["app_id", 34], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Dicta aut dolores quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abshire.co/izola"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.912288"], ["updated_at", "2018-12-10 12:39:20.912288"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://padberg.net/shaneka"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.913179"], ["updated_at", "2018-12-10 12:39:20.913179"], ["distributor_id", 24], ["app_id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia soluta doloremque eos."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.917151"], ["updated_at", "2018-12-10 12:39:20.917151"], ["app_id", 34], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Autem et necessitatibus non."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Rerum illo possimus ut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.922655"], ["updated_at", "2018-12-10 12:39:20.922655"], ["works_with_id", 37], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est tempore ratione harum."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Dolorum rerum qui reiciendis.", "is_live"=>"true", "promo_image_url"=>"http://bashirian.com/malcolm", "promo_text"=>"Tempore vero id voluptas.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Dolorum rerum qui reiciendis."], ["promo_text", "Tempore vero id voluptas."], ["promo_image_url", nil], ["updated_at", "2018-12-10 12:39:20.932573"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lowe.co/maria_marquardt"], ["description", "Natus quae ut et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.938323"], ["updated_at", "2018-12-10 12:39:20.938323"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Unde dolores quasi incidunt."], ["url", "http://kaulkekeler.io/loyce"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.941878"], ["updated_at", "2018-12-10 12:39:20.941878"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis blanditiis totam et."], ["info_url", "http://reichertlangosh.net/shaunna"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.945284"], ["updated_at", "2018-12-10 12:39:20.945284"], ["developer_id", 35]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab consequatur quaerat eum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.947779"], ["updated_at", "2018-12-10 12:39:20.947779"], ["app_id", 35], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Omnis natus et quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut officiis vel cumque."], ["url", "http://rosenbaum.io/jean.schiller"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.952242"], ["updated_at", "2018-12-10 12:39:20.952242"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui dicta rerum quae."], ["info_url", "http://douglas.co/suzann.rippin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.954207"], ["updated_at", "2018-12-10 12:39:20.954207"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://halvorsonosinski.info/benito"], ["description", "Mollitia repudiandae adipisci distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.960265"], ["updated_at", "2018-12-10 12:39:20.960265"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt odio ut corporis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.962269"], ["updated_at", "2018-12-10 12:39:20.962269"], ["app_id", 36], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Voluptate ea explicabo ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bradtke.co/charlyn"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.965884"], ["updated_at", "2018-12-10 12:39:20.965884"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wintheiser.io/jefferey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.967175"], ["updated_at", "2018-12-10 12:39:20.967175"], ["distributor_id", 25], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi corrupti doloremque architecto."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.970210"], ["updated_at", "2018-12-10 12:39:20.970210"], ["app_id", 36], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Laudantium quia dolores adipisci."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ex nam voluptas saepe."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.973305"], ["updated_at", "2018-12-10 12:39:20.973305"], ["works_with_id", 40], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quam tempore qui qui."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Et voluptas reprehenderit quod.", "is_live"=>"true", "promo_image_url"=>"http://schaden.com/hwa.schmeler", "promo_text"=>"Repellat nisi aut aliquid.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Et voluptas reprehenderit quod."], ["promo_text", "Repellat nisi aut aliquid."], ["promo_image_url", nil], ["updated_at", "2018-12-10 12:39:20.982773"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://altenwerthtorp.info/booker_adams"], ["description", "Voluptas tenetur et beatae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.988603"], ["updated_at", "2018-12-10 12:39:20.988603"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit sed omnis est."], ["url", "http://prosaccorath.info/johnnie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.993491"], ["updated_at", "2018-12-10 12:39:20.993491"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem deserunt placeat expedita."], ["info_url", "http://hoppehaley.org/josephina"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:20.999058"], ["updated_at", "2018-12-10 12:39:20.999058"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem iusto veniam ut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.000382"], ["updated_at", "2018-12-10 12:39:21.000382"], ["app_id", 37], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Assumenda et non aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est corrupti in nihil."], ["url", "http://dooleymurphy.biz/elza.nicolas"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.005267"], ["updated_at", "2018-12-10 12:39:21.005267"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Labore doloribus iure consequatur."], ["info_url", "http://abshire.io/kory.pfannerstill"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.009517"], ["updated_at", "2018-12-10 12:39:21.009517"], ["developer_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gleichnerwiza.name/rory"], ["description", "Suscipit optio minima est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.015042"], ["updated_at", "2018-12-10 12:39:21.015042"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia voluptatem sit aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.016143"], ["updated_at", "2018-12-10 12:39:21.016143"], ["app_id", 38], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Labore dolores quisquam sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stantonswaniawski.biz/sadye"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.018866"], ["updated_at", "2018-12-10 12:39:21.018866"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fay.biz/dick_witting"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.019706"], ["updated_at", "2018-12-10 12:39:21.019706"], ["distributor_id", 26], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe aspernatur enim et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.022306"], ["updated_at", "2018-12-10 12:39:21.022306"], ["app_id", 38], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Eos expedita illum est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatum et aut voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.025314"], ["updated_at", "2018-12-10 12:39:21.025314"], ["works_with_id", 43], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Corporis velit non ut."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"5"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://daniel.co/argentina_raynor"], ["description", "Id eligendi asperiores ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.034693"], ["updated_at", "2018-12-10 12:39:21.034693"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est corporis ex sunt."], ["url", "http://ward.com/brant_wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.039565"], ["updated_at", "2018-12-10 12:39:21.039565"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit ut ea et."], ["info_url", "http://king.co/zachary.littel"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.043231"], ["updated_at", "2018-12-10 12:39:21.043231"], ["developer_id", 39]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat quibusdam repellendus aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.044313"], ["updated_at", "2018-12-10 12:39:21.044313"], ["app_id", 39], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Aut cupiditate molestiae rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati perferendis iure voluptatum."], ["url", "http://keelingosinski.com/fernando.buckridge"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.050345"], ["updated_at", "2018-12-10 12:39:21.050345"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente suscipit nihil numquam."], ["info_url", "http://schambergerebert.name/marlys.hirthe"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.053510"], ["updated_at", "2018-12-10 12:39:21.053510"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutkowskiharber.biz/sherice"], ["description", "Distinctio voluptatem sit suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.059172"], ["updated_at", "2018-12-10 12:39:21.059172"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea necessitatibus cumque sed."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.060460"], ["updated_at", "2018-12-10 12:39:21.060460"], ["app_id", 40], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Qui quis distinctio esse."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kihn.org/winnie_hilll"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.064101"], ["updated_at", "2018-12-10 12:39:21.064101"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://metzdurgan.net/dario_wolff"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.065104"], ["updated_at", "2018-12-10 12:39:21.065104"], ["distributor_id", 27], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsa qui illo et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.068032"], ["updated_at", "2018-12-10 12:39:21.068032"], ["app_id", 40], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Incidunt sed tempore et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Cupiditate laboriosam aperiam et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.071094"], ["updated_at", "2018-12-10 12:39:21.071094"], ["works_with_id", 46], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Molestiae dicta nesciunt eum."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ruel.net/amie.bednar"], ["description", "Iure numquam commodi magni."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.079200"], ["updated_at", "2018-12-10 12:39:21.079200"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur eveniet velit molestiae."], ["url", "http://schumm.co/michel_gislason"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.082616"], ["updated_at", "2018-12-10 12:39:21.082616"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut ut autem et."], ["info_url", "http://schuster.com/adan.corwin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.086180"], ["updated_at", "2018-12-10 12:39:21.086180"], ["developer_id", 41]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis laboriosam sint quo."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.087264"], ["updated_at", "2018-12-10 12:39:21.087264"], ["app_id", 41], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Natus quisquam tempore dolorum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor et reprehenderit sunt."], ["url", "http://labadienicolas.info/valentine_bosco"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.090873"], ["updated_at", "2018-12-10 12:39:21.090873"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae ut odio veniam."], ["info_url", "http://leschhettinger.co/freddy"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.092599"], ["updated_at", "2018-12-10 12:39:21.092599"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beckerconn.com/erwin"], ["description", "Magnam omnis exercitationem harum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.097198"], ["updated_at", "2018-12-10 12:39:21.097198"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut magnam iusto atque."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.098499"], ["updated_at", "2018-12-10 12:39:21.098499"], ["app_id", 42], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Similique voluptatibus amet beatae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://turcottewilderman.info/osvaldo.brekke"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.101553"], ["updated_at", "2018-12-10 12:39:21.101553"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johnson.net/sammy"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.103865"], ["updated_at", "2018-12-10 12:39:21.103865"], ["distributor_id", 28], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut eius omnis eum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.106862"], ["updated_at", "2018-12-10 12:39:21.106862"], ["app_id", 42], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Aut voluptatem in voluptatibus."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Cupiditate tenetur ea maiores."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.112806"], ["updated_at", "2018-12-10 12:39:21.112806"], ["works_with_id", 49], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Distinctio optio consequatur vero."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta iure a ut."], ["url", "http://kozey.net/josef_kreiger"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.145694"], ["updated_at", "2018-12-10 12:39:21.145694"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lubowitz.name/fidelia"], ["description", "Ut aspernatur hic soluta."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.168241"], ["updated_at", "2018-12-10 12:39:21.168241"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor animi odit natus."], ["url", "http://armstrong.biz/debrah"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.172014"], ["updated_at", "2018-12-10 12:39:21.172014"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium repudiandae minima consequatur."], ["info_url", "http://bergnaum.biz/curtis_hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.177411"], ["updated_at", "2018-12-10 12:39:21.177411"], ["developer_id", 44]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum non ratione necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.179706"], ["updated_at", "2018-12-10 12:39:21.179706"], ["app_id", 43], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Tempore voluptatem laboriosam quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non molestiae amet libero."], ["url", "http://dickinson.info/terence"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.184171"], ["updated_at", "2018-12-10 12:39:21.184171"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed et est et."], ["info_url", "http://nienow.biz/wesley"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.186061"], ["updated_at", "2018-12-10 12:39:21.186061"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://millerfarrell.net/anibal"], ["description", "Repellendus minima asperiores ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.190302"], ["updated_at", "2018-12-10 12:39:21.190302"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit repellat quia harum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.191232"], ["updated_at", "2018-12-10 12:39:21.191232"], ["app_id", 44], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Quia unde dolores harum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://okeefe.name/clayton_kub"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.193900"], ["updated_at", "2018-12-10 12:39:21.193900"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://marvinhaley.org/annetta"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.194759"], ["updated_at", "2018-12-10 12:39:21.194759"], ["distributor_id", 29], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Explicabo quos consequatur in."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.197314"], ["updated_at", "2018-12-10 12:39:21.197314"], ["app_id", 44], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Quo velit ut amet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Corrupti dolores quaerat nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.200292"], ["updated_at", "2018-12-10 12:39:21.200292"], ["works_with_id", 52], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Provident voluptatem in laborum."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Eius itaque earum amet."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 12:39:21.203521"], ["updated_at", "2018-12-10 12:39:21.203521"], ["testimonial_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Et est sunt adipisci.", "image_url"=>"http://nitzschesporer.net/vance_pagac", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Et est sunt adipisci."], ["updated_at", "2018-12-10 12:39:21.215692"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/1 Completed 302 Found in 10ms (ActiveRecord: 1.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wildermangrant.biz/roxana"], ["description", "Autem a consequatur est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.222316"], ["updated_at", "2018-12-10 12:39:21.222316"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem voluptas mollitia quae."], ["url", "http://brekkedibbert.io/alise.fahey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.225822"], ["updated_at", "2018-12-10 12:39:21.225822"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Optio vel qui voluptatem."], ["info_url", "http://wilderman.net/tiera"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.229947"], ["updated_at", "2018-12-10 12:39:21.229947"], ["developer_id", 46]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus id doloribus asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.231377"], ["updated_at", "2018-12-10 12:39:21.231377"], ["app_id", 45], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Iure velit distinctio eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "At suscipit alias sit."], ["url", "http://kirlin.net/booker"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.236454"], ["updated_at", "2018-12-10 12:39:21.236454"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In fuga ad ea."], ["info_url", "http://kerluke.org/hai"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.238459"], ["updated_at", "2018-12-10 12:39:21.238459"], ["developer_id", 47]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergemertz.co/abigail.hermiston"], ["description", "Omnis eaque qui consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.246091"], ["updated_at", "2018-12-10 12:39:21.246091"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit labore explicabo voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.247530"], ["updated_at", "2018-12-10 12:39:21.247530"], ["app_id", 46], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Voluptatem quos incidunt nulla."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://metz.info/clifford"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.251225"], ["updated_at", "2018-12-10 12:39:21.251225"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://green.biz/ethan_macgyver"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.252262"], ["updated_at", "2018-12-10 12:39:21.252262"], ["distributor_id", 30], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non ipsum exercitationem ut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.255397"], ["updated_at", "2018-12-10 12:39:21.255397"], ["app_id", 46], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Amet voluptatibus maiores perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ipsum rerum dignissimos est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.259321"], ["updated_at", "2018-12-10 12:39:21.259321"], ["works_with_id", 55], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Necessitatibus velit ratione veritatis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Enim atque odio doloremque."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 12:39:21.262605"], ["updated_at", "2018-12-10 12:39:21.262605"], ["testimonial_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Sit provident voluptatibus occaecati.", "image_url"=>"http://hayes.com/luther", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.4ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Sit provident voluptatibus occaecati."], ["updated_at", "2018-12-10 12:39:21.285540"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 18ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ruecker.name/orlando_walker"], ["description", "Culpa quis aut sunt."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.292328"], ["updated_at", "2018-12-10 12:39:21.292328"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut eum ad consectetur."], ["url", "http://medhurst.com/king"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.296762"], ["updated_at", "2018-12-10 12:39:21.296762"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloremque dolores perspiciatis eum."], ["info_url", "http://rolfson.co/marilynn"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.300455"], ["updated_at", "2018-12-10 12:39:21.300455"], ["developer_id", 48]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis facilis tempore repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.301589"], ["updated_at", "2018-12-10 12:39:21.301589"], ["app_id", 47], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Inventore quo aut consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque vel est molestiae."], ["url", "http://king.net/judy_barton"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.305799"], ["updated_at", "2018-12-10 12:39:21.305799"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui labore tempore sed."], ["info_url", "http://dickirunolfon.biz/vernon"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.309726"], ["updated_at", "2018-12-10 12:39:21.309726"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jenkins.com/glenn"], ["description", "Id hic eos delectus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.315147"], ["updated_at", "2018-12-10 12:39:21.315147"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A facere deserunt consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.316217"], ["updated_at", "2018-12-10 12:39:21.316217"], ["app_id", 48], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "In fugit et consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sipes.info/france_champlin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.319029"], ["updated_at", "2018-12-10 12:39:21.319029"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wyman.org/marvel"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.319893"], ["updated_at", "2018-12-10 12:39:21.319893"], ["distributor_id", 31], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem aut numquam quasi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.322475"], ["updated_at", "2018-12-10 12:39:21.322475"], ["app_id", 48], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Ut cumque et et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Officia sed voluptatem vel."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.325427"], ["updated_at", "2018-12-10 12:39:21.325427"], ["works_with_id", 58], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Fugit aut ut et."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Perferendis et voluptatibus officiis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 12:39:21.327766"], ["updated_at", "2018-12-10 12:39:21.327766"], ["testimonial_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Et soluta omnis saepe.", "image_url"=>"http://hirthe.co/darell_kunde", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Et soluta omnis saepe."], ["updated_at", "2018-12-10 12:39:21.337111"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okuneva.co/marni_kohler"], ["description", "Alias eos perferendis iste."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.344300"], ["updated_at", "2018-12-10 12:39:21.344300"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In qui ut dolorum."], ["url", "http://braun.info/alphonso"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.347753"], ["updated_at", "2018-12-10 12:39:21.347753"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas perspiciatis totam corporis."], ["info_url", "http://bernhard.name/je.boyer"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.351044"], ["updated_at", "2018-12-10 12:39:21.351044"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia amet quidem expedita."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.352047"], ["updated_at", "2018-12-10 12:39:21.352047"], ["app_id", 49], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Sed libero et ex."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim mollitia sit ipsum."], ["url", "http://christiansen.biz/collin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.355859"], ["updated_at", "2018-12-10 12:39:21.355859"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia voluptas dicta et."], ["info_url", "http://swift.com/loretta"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.358476"], ["updated_at", "2018-12-10 12:39:21.358476"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bednar.io/demetra"], ["description", "Sed tempora esse ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.363219"], ["updated_at", "2018-12-10 12:39:21.363219"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem ut corrupti cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.364527"], ["updated_at", "2018-12-10 12:39:21.364527"], ["app_id", 50], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Veritatis quia culpa magni."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kling.org/vonnie_torp"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.367630"], ["updated_at", "2018-12-10 12:39:21.367630"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://olson.biz/melda.sanford"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.369248"], ["updated_at", "2018-12-10 12:39:21.369248"], ["distributor_id", 32], ["app_id", 50]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint ipsum necessitatibus animi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.374515"], ["updated_at", "2018-12-10 12:39:21.374515"], ["app_id", 50], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Iste consectetur maxime aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et deserunt et provident."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.378270"], ["updated_at", "2018-12-10 12:39:21.378270"], ["works_with_id", 61], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Vitae et commodi sint."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Vel nobis et neque."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 12:39:21.380607"], ["updated_at", "2018-12-10 12:39:21.380607"], ["testimonial_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marks.info/antwan"], ["description", "Consequatur quos voluptate et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.405213"], ["updated_at", "2018-12-10 12:39:21.405213"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et doloribus dolorem aut."], ["url", "http://wisozkpfannerstill.org/chelsey_gibson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.408740"], ["updated_at", "2018-12-10 12:39:21.408740"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis non sed nisi."], ["info_url", "http://feeneycummings.io/karry.jenkins"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.412102"], ["updated_at", "2018-12-10 12:39:21.412102"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit ipsa error distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.413109"], ["updated_at", "2018-12-10 12:39:21.413109"], ["app_id", 51], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Vel sapiente ut nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut aliquam magnam magni."], ["url", "http://turner.net/ed"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.416747"], ["updated_at", "2018-12-10 12:39:21.416747"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum debitis qui quam."], ["info_url", "http://bartoletti.name/armando.raynor"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.418424"], ["updated_at", "2018-12-10 12:39:21.418424"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cummings.name/mariann.carter"], ["description", "Itaque iste in rerum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.422437"], ["updated_at", "2018-12-10 12:39:21.422437"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem quo veniam sunt."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.423244"], ["updated_at", "2018-12-10 12:39:21.423244"], ["app_id", 52], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "In sed et aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nolanspinka.io/bill"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.426009"], ["updated_at", "2018-12-10 12:39:21.426009"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abernathy.org/alix.stamm"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.427419"], ["updated_at", "2018-12-10 12:39:21.427419"], ["distributor_id", 33], ["app_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellendus reiciendis fuga harum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.430607"], ["updated_at", "2018-12-10 12:39:21.430607"], ["app_id", 52], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Est consequatur id rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Laborum est nihil consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.434212"], ["updated_at", "2018-12-10 12:39:21.434212"], ["works_with_id", 64], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "In omnis voluptates ea."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Reiciendis nostrum placeat sequi."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 12:39:21.436759"], ["updated_at", "2018-12-10 12:39:21.436759"], ["testimonial_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.4ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoppe.net/derick_herzog"], ["description", "Saepe cum illum iusto."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.451398"], ["updated_at", "2018-12-10 12:39:21.451398"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat corrupti exercitationem consectetur."], ["url", "http://casper.io/vito"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.455554"], ["updated_at", "2018-12-10 12:39:21.455554"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi quibusdam deleniti quis."], ["info_url", "http://kshlerin.biz/travis_donnelly"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.458918"], ["updated_at", "2018-12-10 12:39:21.458918"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia eligendi minima omnis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.459930"], ["updated_at", "2018-12-10 12:39:21.459930"], ["app_id", 53], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Dignissimos et ut quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore porro est qui."], ["url", "http://harber.io/jaleesa_kemmer"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.463393"], ["updated_at", "2018-12-10 12:39:21.463393"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex distinctio sequi consequatur."], ["info_url", "http://mcdermottmoore.net/katia.towne"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.465077"], ["updated_at", "2018-12-10 12:39:21.465077"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leuschke.name/jeremiah_barton"], ["description", "Eum vero quidem consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.469811"], ["updated_at", "2018-12-10 12:39:21.469811"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa sed adipisci ut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.471081"], ["updated_at", "2018-12-10 12:39:21.471081"], ["app_id", 54], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Dolorem velit eveniet est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herman.com/milford"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.474053"], ["updated_at", "2018-12-10 12:39:21.474053"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leannon.co/hunter_balistreri"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.474978"], ["updated_at", "2018-12-10 12:39:21.474978"], ["distributor_id", 34], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae atque nobis sed."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.477654"], ["updated_at", "2018-12-10 12:39:21.477654"], ["app_id", 54], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Praesentium et dolores reiciendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Unde deleniti voluptates ut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.481520"], ["updated_at", "2018-12-10 12:39:21.481520"], ["works_with_id", 67], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ex esse odit laboriosam."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Enim cumque sequi magni."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 12:39:21.486290"], ["updated_at", "2018-12-10 12:39:21.486290"], ["testimonial_id", 13]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kundeveum.co/miy.stroman"], ["description", "Nisi quaerat quibusdam aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.496819"], ["updated_at", "2018-12-10 12:39:21.496819"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam atque cupiditate officia."], ["url", "http://dicki.com/raymon"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.500222"], ["updated_at", "2018-12-10 12:39:21.500222"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque exercitationem rerum earum."], ["info_url", "http://pfeffer.info/reynaldo.ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.503383"], ["updated_at", "2018-12-10 12:39:21.503383"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum itaque voluptate velit."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.504338"], ["updated_at", "2018-12-10 12:39:21.504338"], ["app_id", 55], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Ipsum nobis doloribus accusamus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero nulla perferendis repellat."], ["url", "http://bahringervonrueden.com/alvera.kertzmann"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.508109"], ["updated_at", "2018-12-10 12:39:21.508109"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium sit consequuntur aut."], ["info_url", "http://dubuque.name/richard"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.509908"], ["updated_at", "2018-12-10 12:39:21.509908"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carrollmedhurst.info/keith_heel"], ["description", "Impedit unde et neque."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.513916"], ["updated_at", "2018-12-10 12:39:21.513916"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum sit quia nam."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.514774"], ["updated_at", "2018-12-10 12:39:21.514774"], ["app_id", 56], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Veritatis molestiae quia non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dareframi.io/seth_koepp"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.517590"], ["updated_at", "2018-12-10 12:39:21.517590"], ["icon_id", "fas apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://balistreri.info/willard_wunsch"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.518723"], ["updated_at", "2018-12-10 12:39:21.518723"], ["distributor_id", 35], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate eligendi perspiciatis nihil."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.522220"], ["updated_at", "2018-12-10 12:39:21.522220"], ["app_id", 56], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Est soluta facere aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Non debitis omnis doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.525497"], ["updated_at", "2018-12-10 12:39:21.525497"], ["works_with_id", 70], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eum dolorem rerum repellendus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Nemo saepe maxime illum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 12:39:21.527898"], ["updated_at", "2018-12-10 12:39:21.527898"], ["testimonial_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.4ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 4ms (ActiveRecord: 1.3ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummings.net/rosetta_gulgowski"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.550437"], ["updated_at", "2018-12-10 12:39:21.550437"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem amet illum iusto."], ["url", "http://huels.co/serafina"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.553935"], ["updated_at", "2018-12-10 12:39:21.553935"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi ipsam expedita suscipit."], ["info_url", "http://conn.io/johana.homenick"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.556604"], ["updated_at", "2018-12-10 12:39:21.556604"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rau.co/tiera"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.557540"], ["updated_at", "2018-12-10 12:39:21.557540"], ["distributor_id", 36], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione mollitia tenetur tempora."], ["url", "http://gislason.org/wayne"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.560895"], ["updated_at", "2018-12-10 12:39:21.560895"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia voluptates eum et."], ["info_url", "http://jast.co/blake_bednar"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.563565"], ["updated_at", "2018-12-10 12:39:21.563565"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boehm.co/rudolf"], ["description", "Itaque suscipit quasi quo."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.568608"], ["updated_at", "2018-12-10 12:39:21.568608"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas adipisci ea quia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.569652"], ["updated_at", "2018-12-10 12:39:21.569652"], ["app_id", 58], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Repellat ut quibusdam saepe."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runolfon.net/jay_dare"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.572349"], ["updated_at", "2018-12-10 12:39:21.572349"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://flatley.org/lucius_moen"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.573736"], ["updated_at", "2018-12-10 12:39:21.573736"], ["distributor_id", 37], ["app_id", 58]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuhnboyer.net/alexander_corwin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.577212"], ["updated_at", "2018-12-10 12:39:21.577212"], ["distributor_id", 36], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"38"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rippinsauer.org/allen.gorczany"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.588465"], ["updated_at", "2018-12-10 12:39:21.588465"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora quam perspiciatis enim."], ["url", "http://glover.com/hubert"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.591953"], ["updated_at", "2018-12-10 12:39:21.591953"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor rerum quisquam perspiciatis."], ["info_url", "http://goldner.name/malena"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.594565"], ["updated_at", "2018-12-10 12:39:21.594565"], ["developer_id", 60]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blanda.com/jeannetta"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.595755"], ["updated_at", "2018-12-10 12:39:21.595755"], ["distributor_id", 38], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Necessitatibus id sit voluptatem."], ["url", "http://dickiharvey.info/irma_hudson"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.598942"], ["updated_at", "2018-12-10 12:39:21.598942"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores quisquam a nihil."], ["info_url", "http://casper.com/suellen"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.600656"], ["updated_at", "2018-12-10 12:39:21.600656"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mills.co/ernie"], ["description", "Omnis repellendus qui inventore."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.604685"], ["updated_at", "2018-12-10 12:39:21.604685"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Atque eveniet inventore sit."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.605665"], ["updated_at", "2018-12-10 12:39:21.605665"], ["app_id", 60], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Consectetur fugiat ut dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://harvey.info/kelle.west"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.609098"], ["updated_at", "2018-12-10 12:39:21.609098"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://littlelarson.net/emelia"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.610403"], ["updated_at", "2018-12-10 12:39:21.610403"], ["distributor_id", 39], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://roob.org/augustine"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.612348"], ["updated_at", "2018-12-10 12:39:21.612348"], ["distributor_id", 38], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"41"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beahan.org/harland"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.621243"], ["updated_at", "2018-12-10 12:39:21.621243"], ["icon_id", "fas apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et omnis omnis quisquam."], ["url", "http://schmeler.io/mao"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.627493"], ["updated_at", "2018-12-10 12:39:21.627493"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum vel quia ut."], ["info_url", "http://smitham.co/lester"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.631903"], ["updated_at", "2018-12-10 12:39:21.631903"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://barton.io/kay.ledner"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.633221"], ["updated_at", "2018-12-10 12:39:21.633221"], ["distributor_id", 40], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea autem soluta quia."], ["url", "http://jast.info/abraham.tromp"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.636800"], ["updated_at", "2018-12-10 12:39:21.636800"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Itaque qui quos natus."], ["info_url", "http://gleichner.net/patrick.auer"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.638623"], ["updated_at", "2018-12-10 12:39:21.638623"], ["developer_id", 63]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://windler.name/peggie.reichert"], ["description", "Doloremque nulla hic deserunt."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.645102"], ["updated_at", "2018-12-10 12:39:21.645102"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi a provident soluta."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.646978"], ["updated_at", "2018-12-10 12:39:21.646978"], ["app_id", 62], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Qui exercitationem doloremque illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmeler.info/ilona_sauer"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.650773"], ["updated_at", "2018-12-10 12:39:21.650773"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grady.net/dee_rogahn"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.651899"], ["updated_at", "2018-12-10 12:39:21.651899"], ["distributor_id", 41], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bashirian.biz/vance"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.653841"], ["updated_at", "2018-12-10 12:39:21.653841"], ["distributor_id", 40], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://larkinkrajcik.io/bud"}, "id"=>"44"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://larkinkrajcik.io/bud"], ["updated_at", "2018-12-10 12:39:21.662750"], ["id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/44 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://huelfeest.name/jenniffer_dach"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.668033"], ["updated_at", "2018-12-10 12:39:21.668033"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos est et dolores."], ["url", "http://mcglynnlittle.biz/fabiola"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.672368"], ["updated_at", "2018-12-10 12:39:21.672368"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia maxime expedita quia."], ["info_url", "http://carter.com/alvaro_sawayn"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.676410"], ["updated_at", "2018-12-10 12:39:21.676410"], ["developer_id", 64]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://buckridge.name/donetta"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.677688"], ["updated_at", "2018-12-10 12:39:21.677688"], ["distributor_id", 42], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut enim quidem harum."], ["url", "http://boyer.io/maile"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.682017"], ["updated_at", "2018-12-10 12:39:21.682017"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil et in deleniti."], ["info_url", "http://hueldare.net/bert_douglas"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.686321"], ["updated_at", "2018-12-10 12:39:21.686321"], ["developer_id", 65]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rempelconsidine.name/florida"], ["description", "Cum eos voluptas dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.691823"], ["updated_at", "2018-12-10 12:39:21.691823"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui voluptas sit molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.692885"], ["updated_at", "2018-12-10 12:39:21.692885"], ["app_id", 64], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Tempora voluptate blanditiis ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walker.name/cathern"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.695591"], ["updated_at", "2018-12-10 12:39:21.695591"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hyatt.com/ok"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.696448"], ["updated_at", "2018-12-10 12:39:21.696448"], ["distributor_id", 43], ["app_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bauch.io/ulyes.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.698091"], ["updated_at", "2018-12-10 12:39:21.698091"], ["distributor_id", 42], ["app_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://herzog.co/chester_hackett"}, "id"=>"47"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://herzog.co/chester_hackett"], ["updated_at", "2018-12-10 12:39:21.704808"], ["id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/47 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pourosortiz.info/clyde"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.709951"], ["updated_at", "2018-12-10 12:39:21.709951"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas consequatur blanditiis eum."], ["url", "http://hansen.info/joelle"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.713368"], ["updated_at", "2018-12-10 12:39:21.713368"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum est sed perspiciatis."], ["info_url", "http://thiel.org/mohammad"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.716204"], ["updated_at", "2018-12-10 12:39:21.716204"], ["developer_id", 66]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rodriguez.co/shona"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.717752"], ["updated_at", "2018-12-10 12:39:21.717752"], ["distributor_id", 44], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem excepturi tempore ea."], ["url", "http://hand.co/ray"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.721503"], ["updated_at", "2018-12-10 12:39:21.721503"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut odio modi nostrum."], ["info_url", "http://ortizabbott.info/dirk.oconner"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.723365"], ["updated_at", "2018-12-10 12:39:21.723365"], ["developer_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyette.co/lanell_harber"], ["description", "Doloribus consequatur odio aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.727931"], ["updated_at", "2018-12-10 12:39:21.727931"]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe aut suscipit et."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.729608"], ["updated_at", "2018-12-10 12:39:21.729608"], ["app_id", 66], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Aut doloribus animi incidunt."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://franeckikozey.name/ashley"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.734862"], ["updated_at", "2018-12-10 12:39:21.734862"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://millscrooks.co/rueben.herzog"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.736135"], ["updated_at", "2018-12-10 12:39:21.736135"], ["distributor_id", 45], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tillmanohara.info/rocco"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.737970"], ["updated_at", "2018-12-10 12:39:21.737970"], ["distributor_id", 44], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://pouros.biz/mariann"}, "id"=>"50"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://pouros.biz/mariann"], ["updated_at", "2018-12-10 12:39:21.744651"], ["id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/50 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fritsch.info/enda"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.750609"], ["updated_at", "2018-12-10 12:39:21.750609"], ["icon_id", "fas apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et porro necessitatibus consequatur."], ["url", "http://labadie.co/nedra.mills"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.754049"], ["updated_at", "2018-12-10 12:39:21.754049"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora inventore distinctio quia."], ["info_url", "http://beahan.net/horacio.wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.756869"], ["updated_at", "2018-12-10 12:39:21.756869"], ["developer_id", 68]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koelpin.co/ayanna_ebert"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.758445"], ["updated_at", "2018-12-10 12:39:21.758445"], ["distributor_id", 46], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae quia ullam vel."], ["url", "http://borer.com/lamar"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.762560"], ["updated_at", "2018-12-10 12:39:21.762560"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id officia architecto quod."], ["info_url", "http://hirthesmith.name/vicente_rippin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.764871"], ["updated_at", "2018-12-10 12:39:21.764871"], ["developer_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feeney.net/amado.crist"], ["description", "Magni veniam est saepe."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.769962"], ["updated_at", "2018-12-10 12:39:21.769962"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iure omnis et ex."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.771628"], ["updated_at", "2018-12-10 12:39:21.771628"], ["app_id", 68], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Aspernatur est id ducimus."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rowe.org/neva"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.776627"], ["updated_at", "2018-12-10 12:39:21.776627"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://breitenberg.net/monnie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.777855"], ["updated_at", "2018-12-10 12:39:21.777855"], ["distributor_id", 47], ["app_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunze.biz/gerardo"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.779665"], ["updated_at", "2018-12-10 12:39:21.779665"], ["distributor_id", 46], ["app_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"53"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jaskolski.io/luisa_thiel"], ["description", "Quis amet sit mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.800347"], ["updated_at", "2018-12-10 12:39:21.800347"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis odio in explicabo."], ["url", "http://nolanberge.net/barney_okon"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.804738"], ["updated_at", "2018-12-10 12:39:21.804738"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut repellendus sit qui."], ["info_url", "http://hillauer.biz/gus"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.808611"], ["updated_at", "2018-12-10 12:39:21.808611"], ["developer_id", 70]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam accusamus pariatur eveniet."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.809799"], ["updated_at", "2018-12-10 12:39:21.809799"], ["app_id", 69], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Est hic natus eaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Vel sint qui adipisci.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://schultz.name/tory"}, "id"=>"56"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Vel sint qui adipisci."], ["shop_link", "http://schultz.name/tory"], ["updated_at", "2018-12-10 12:39:21.818451"], ["id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/56 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ritchie.biz/taylor_collins"], ["description", "Quisquam mollitia animi modi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.823838"], ["updated_at", "2018-12-10 12:39:21.823838"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam in vel et."], ["url", "http://lakin.net/laverne.cummerata"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.827446"], ["updated_at", "2018-12-10 12:39:21.827446"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut natus sed eos."], ["info_url", "http://larkin.com/dannie_keler"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.830629"], ["updated_at", "2018-12-10 12:39:21.830629"], ["developer_id", 71]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae id delectus quae."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.831598"], ["updated_at", "2018-12-10 12:39:21.831598"], ["app_id", 70], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Numquam unde veniam quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Eum doloribus quis mollitia.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://collier.io/norma_mohr"}, "id"=>"57"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Eum doloribus quis mollitia."], ["shop_link", "http://collier.io/norma_mohr"], ["updated_at", "2018-12-10 12:39:21.835949"], ["id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/57 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blick.org/cleora"], ["description", "Sed vero necessitatibus magni."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.841092"], ["updated_at", "2018-12-10 12:39:21.841092"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et beatae id et."], ["url", "http://willms.net/gilberte"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.844809"], ["updated_at", "2018-12-10 12:39:21.844809"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et numquam dolores enim."], ["info_url", "http://altenwerth.org/yong_crooks"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.849233"], ["updated_at", "2018-12-10 12:39:21.849233"], ["developer_id", 72]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Exercitationem tenetur ad qui."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.850435"], ["updated_at", "2018-12-10 12:39:21.850435"], ["app_id", 71], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Ut magnam eos temporibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Quis et autem optio.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://stromancremin.io/julio"}, "id"=>"58"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Quis et autem optio."], ["shop_link", "http://stromancremin.io/julio"], ["updated_at", "2018-12-10 12:39:21.855032"], ["id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/58 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leannonfriesen.name/rosy.renner"], ["description", "Assumenda quos unde quidem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.863319"], ["updated_at", "2018-12-10 12:39:21.863319"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta repellat ullam molestiae."], ["url", "http://beerswift.com/jospeh_cormier"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.868012"], ["updated_at", "2018-12-10 12:39:21.868012"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et sint recusandae enim."], ["info_url", "http://mcdermott.co/leeanna.rohan"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.872266"], ["updated_at", "2018-12-10 12:39:21.872266"], ["developer_id", 73]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et vitae suscipit aut."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.873469"], ["updated_at", "2018-12-10 12:39:21.873469"], ["app_id", 72], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "In ut amet vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"59"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mayer.org/joshua"], ["description", "Praesentium aliquam odio quos."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.896143"], ["updated_at", "2018-12-10 12:39:21.896143"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem totam eligendi cumque."], ["url", "http://mcdermott.org/gemma_boehm"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.900005"], ["updated_at", "2018-12-10 12:39:21.900005"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et aut distinctio corrupti."], ["info_url", "http://paucek.co/keitha"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.903387"], ["updated_at", "2018-12-10 12:39:21.903387"], ["developer_id", 74]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus quidem consequatur est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.904367"], ["updated_at", "2018-12-10 12:39:21.904367"], ["app_id", 73], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Omnis ut id velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rice.com/tyrone"], ["description", "Deleniti omnis aliquam consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.915363"], ["updated_at", "2018-12-10 12:39:21.915363"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut rerum perferendis ullam."], ["url", "http://dickens.name/leonard"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.919124"], ["updated_at", "2018-12-10 12:39:21.919124"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aperiam dolores quia similique."], ["info_url", "http://hagenes.com/patrick_kozey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.925680"], ["updated_at", "2018-12-10 12:39:21.925680"], ["developer_id", 75]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et quibusdam qui perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.927333"], ["updated_at", "2018-12-10 12:39:21.927333"], ["app_id", 74], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Magni inventore commodi ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"61"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://damore.info/reyes"], ["description", "Molestiae quis est saepe."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.936275"], ["updated_at", "2018-12-10 12:39:21.936275"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia pariatur necessitatibus nihil."], ["url", "http://walter.com/shawn"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.940686"], ["updated_at", "2018-12-10 12:39:21.940686"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur sapiente harum ipsum."], ["info_url", "http://roob.name/brendon.stracke"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.947035"], ["updated_at", "2018-12-10 12:39:21.947035"], ["developer_id", 76]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut porro suscipit fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.948800"], ["updated_at", "2018-12-10 12:39:21.948800"], ["app_id", 75], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Qui impedit necessitatibus eum."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"62"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blanda.biz/william.streich"], ["description", "Ut quidem fugiat facere."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.969600"], ["updated_at", "2018-12-10 12:39:21.969600"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem molestiae qui enim."], ["url", "http://veumgerhold.biz/lavern"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.974350"], ["updated_at", "2018-12-10 12:39:21.974350"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab et dolor explicabo."], ["info_url", "http://senger.io/alene"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.978220"], ["updated_at", "2018-12-10 12:39:21.978220"], ["developer_id", 77]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam optio nihil facilis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.979373"], ["updated_at", "2018-12-10 12:39:21.979373"], ["app_id", 76], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Quia qui repellendus labore."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia qui beatae cupiditate."], ["url", "http://towne.com/margarito"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.986528"], ["updated_at", "2018-12-10 12:39:21.986528"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia velit commodi odit."], ["info_url", "http://johnston.co/violeta_veum"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.988700"], ["updated_at", "2018-12-10 12:39:21.988700"], ["developer_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lesch.biz/dean"], ["description", "Dolorem reprehenderit laboriosam itaque."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.993358"], ["updated_at", "2018-12-10 12:39:21.993358"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio officia recusandae quia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.994396"], ["updated_at", "2018-12-10 12:39:21.994396"], ["app_id", 77], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Atque maxime repellendus optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cartwright.name/mauricio.cain"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.997306"], ["updated_at", "2018-12-10 12:39:21.997306"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stoltenbergbraun.com/corrie_dubuque"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:21.998150"], ["updated_at", "2018-12-10 12:39:21.998150"], ["distributor_id", 48], ["app_id", 77]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum natus doloremque quis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.000918"], ["updated_at", "2018-12-10 12:39:22.000918"], ["app_id", 77], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Laudantium facere exercitationem labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Aut similique in id."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.003866"], ["updated_at", "2018-12-10 12:39:22.003866"], ["works_with_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://metz.biz/chia.stracke"], ["description", "Cupiditate libero modi sunt."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.025775"], ["updated_at", "2018-12-10 12:39:22.025775"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate aliquid tenetur nihil."], ["url", "http://baumbach.io/shery"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.029182"], ["updated_at", "2018-12-10 12:39:22.029182"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur earum sunt eos."], ["info_url", "http://ratke.info/jennell"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.032306"], ["updated_at", "2018-12-10 12:39:22.032306"], ["developer_id", 79]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est recusandae in illo."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.033259"], ["updated_at", "2018-12-10 12:39:22.033259"], ["app_id", 78], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Id et molestias rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corrupti rem inventore aut."], ["url", "http://wisozkcartwright.co/gwenn_barton"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.037493"], ["updated_at", "2018-12-10 12:39:22.037493"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est quia quae laborum."], ["info_url", "http://koskiles.info/faustino_bosco"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.039691"], ["updated_at", "2018-12-10 12:39:22.039691"], ["developer_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://strosin.biz/ed"], ["description", "Est dolor et architecto."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.044459"], ["updated_at", "2018-12-10 12:39:22.044459"]]
SQL (1.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non veniam quia dolores."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.046341"], ["updated_at", "2018-12-10 12:39:22.046341"], ["app_id", 79], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Molestiae inventore ex et."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://joneporer.biz/jody"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.052936"], ["updated_at", "2018-12-10 12:39:22.052936"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mohr.com/barrie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.053988"], ["updated_at", "2018-12-10 12:39:22.053988"], ["distributor_id", 49], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea quidem non debitis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.056604"], ["updated_at", "2018-12-10 12:39:22.056604"], ["app_id", 79], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Dolorem quam nostrum ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Deserunt minus id quo."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.058664"], ["updated_at", "2018-12-10 12:39:22.058664"], ["works_with_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://erdmanlangworth.io/denyse"], ["description", "Et accusantium accusamus soluta."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.067651"], ["updated_at", "2018-12-10 12:39:22.067651"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione quae distinctio modi."], ["url", "http://windlerhuel.org/johana"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.071363"], ["updated_at", "2018-12-10 12:39:22.071363"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nostrum sint fuga consequatur."], ["info_url", "http://barrowsbogan.co/melanie"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.074605"], ["updated_at", "2018-12-10 12:39:22.074605"], ["developer_id", 81]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate amet aspernatur excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.075570"], ["updated_at", "2018-12-10 12:39:22.075570"], ["app_id", 80], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Fugiat et quia rem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In enim rem sunt."], ["url", "http://howell.co/roger_bode"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.079269"], ["updated_at", "2018-12-10 12:39:22.079269"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime nemo dolorem dolor."], ["info_url", "http://kovacekcarroll.name/tobie.stanton"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.080994"], ["updated_at", "2018-12-10 12:39:22.080994"], ["developer_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moen.biz/catarina.sanford"], ["description", "Quae eum et porro."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.085156"], ["updated_at", "2018-12-10 12:39:22.085156"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur et rerum occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.086616"], ["updated_at", "2018-12-10 12:39:22.086616"], ["app_id", 81], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Adipisci rerum aperiam nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hamill.co/sirena"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.089969"], ["updated_at", "2018-12-10 12:39:22.089969"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haley.info/marla_yost"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.090974"], ["updated_at", "2018-12-10 12:39:22.090974"], ["distributor_id", 50], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit deserunt voluptatum dolores."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.093684"], ["updated_at", "2018-12-10 12:39:22.093684"], ["app_id", 81], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Eos vel a temporibus."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Fugit voluptas labore ullam."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.097065"], ["updated_at", "2018-12-10 12:39:22.097065"], ["works_with_id", 92]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hodkiewicz.org/renna.anderson"], ["description", "Et excepturi voluptas dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.108033"], ["updated_at", "2018-12-10 12:39:22.108033"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae tenetur nesciunt minus."], ["url", "http://boehm.info/sharron"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.113203"], ["updated_at", "2018-12-10 12:39:22.113203"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est ea eos porro."], ["info_url", "http://miller.info/mario_stiedemann"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.117066"], ["updated_at", "2018-12-10 12:39:22.117066"], ["developer_id", 83]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem et reiciendis voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.119000"], ["updated_at", "2018-12-10 12:39:22.119000"], ["app_id", 82], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Voluptas in esse natus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nemo odit distinctio saepe."], ["url", "http://cruickshank.net/charmaine"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.125801"], ["updated_at", "2018-12-10 12:39:22.125801"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et exercitationem quis quia."], ["info_url", "http://mcglynn.com/leigh"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.127836"], ["updated_at", "2018-12-10 12:39:22.127836"], ["developer_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moorerodriguez.com/mikaela"], ["description", "Qui mollitia eos soluta."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.132316"], ["updated_at", "2018-12-10 12:39:22.132316"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum sit illum non."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.133217"], ["updated_at", "2018-12-10 12:39:22.133217"], ["app_id", 83], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Est ut voluptatem quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://conn.co/kelsey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.135895"], ["updated_at", "2018-12-10 12:39:22.135895"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://donnelly.name/harvey_treutel"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.136692"], ["updated_at", "2018-12-10 12:39:22.136692"], ["distributor_id", 51], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsa aut voluptatem distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.139277"], ["updated_at", "2018-12-10 12:39:22.139277"], ["app_id", 83], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Qui eveniet asperiores et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Repellendus tempora quibusdam officiis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.141285"], ["updated_at", "2018-12-10 12:39:22.141285"], ["works_with_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Aut nostrum libero exercitationem.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 83], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 84], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Aut nostrum libero exercitationem."], ["updated_at", "2018-12-10 12:39:22.149239"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/4 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cain.info/stefania.cummerata"], ["description", "At quam provident perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.154542"], ["updated_at", "2018-12-10 12:39:22.154542"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate ipsa exercitationem qui."], ["url", "http://ruecker.co/tamala"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.157881"], ["updated_at", "2018-12-10 12:39:22.157881"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nisi eum aut atque."], ["info_url", "http://emmerich.info/isaac_ryan"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.161230"], ["updated_at", "2018-12-10 12:39:22.161230"], ["developer_id", 85]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Harum maxime at consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.162245"], ["updated_at", "2018-12-10 12:39:22.162245"], ["app_id", 84], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Totam ratione enim excepturi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam commodi similique corporis."], ["url", "http://veumvonrueden.org/brendan"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.166035"], ["updated_at", "2018-12-10 12:39:22.166035"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto omnis ut ex."], ["info_url", "http://balistreri.info/waylon"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.167859"], ["updated_at", "2018-12-10 12:39:22.167859"], ["developer_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rohan.name/waldo.jast"], ["description", "Dolor inventore minus laborum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.172188"], ["updated_at", "2018-12-10 12:39:22.172188"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis est velit provident."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.173045"], ["updated_at", "2018-12-10 12:39:22.173045"], ["app_id", 85], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Quisquam consequatur voluptatem et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kutch.co/marge.bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.176620"], ["updated_at", "2018-12-10 12:39:22.176620"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hammes.net/marketta"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.177729"], ["updated_at", "2018-12-10 12:39:22.177729"], ["distributor_id", 52], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis laboriosam ullam aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.180514"], ["updated_at", "2018-12-10 12:39:22.180514"], ["app_id", 85], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Voluptatem nihil nesciunt at."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quo et corrupti earum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.183029"], ["updated_at", "2018-12-10 12:39:22.183029"], ["works_with_id", 98]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Corporis quis animi quis.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 98], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 86], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Corporis quis animi quis."], ["updated_at", "2018-12-10 12:39:22.194340"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lindgren.info/dorie"], ["description", "Consequatur minus voluptatem exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.199798"], ["updated_at", "2018-12-10 12:39:22.199798"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis quam ut quos."], ["url", "http://sporer.io/lilli_oconnell"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.203370"], ["updated_at", "2018-12-10 12:39:22.203370"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui eos voluptatum recusandae."], ["info_url", "http://corkeryabbott.io/shala"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.206758"], ["updated_at", "2018-12-10 12:39:22.206758"], ["developer_id", 87]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cum consequatur eum voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.207733"], ["updated_at", "2018-12-10 12:39:22.207733"], ["app_id", 86], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Explicabo fugit unde quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla ratione illum consequatur."], ["url", "http://berge.com/qiana.oberbrunner"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.211418"], ["updated_at", "2018-12-10 12:39:22.211418"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et expedita aut labore."], ["info_url", "http://toy.biz/augustine_schuster"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.213185"], ["updated_at", "2018-12-10 12:39:22.213185"], ["developer_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gleason.name/marcos"], ["description", "Veniam nihil mollitia repellat."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.218275"], ["updated_at", "2018-12-10 12:39:22.218275"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat illo perferendis magnam."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.219372"], ["updated_at", "2018-12-10 12:39:22.219372"], ["app_id", 87], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Esse rerum architecto consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moore.biz/adriene.treutel"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.222368"], ["updated_at", "2018-12-10 12:39:22.222368"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cummings.name/aletha.mante"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.223263"], ["updated_at", "2018-12-10 12:39:22.223263"], ["distributor_id", 53], ["app_id", 87]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut est ipsum hic."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.228756"], ["updated_at", "2018-12-10 12:39:22.228756"], ["app_id", 87], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Vero molestiae accusamus voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Rerum consequatur nobis id."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.231576"], ["updated_at", "2018-12-10 12:39:22.231576"], ["works_with_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Laboriosam deleniti tempora voluptatem.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 101], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Laboriosam deleniti tempora voluptatem."], ["updated_at", "2018-12-10 12:39:22.239636"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://price.net/miguel_schinner"], ["description", "Asperiores velit adipisci dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.245644"], ["updated_at", "2018-12-10 12:39:22.245644"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem amet sed rerum."], ["url", "http://cartwright.net/johnetta.bosco"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.249072"], ["updated_at", "2018-12-10 12:39:22.249072"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est necessitatibus rerum et."], ["info_url", "http://kihnsporer.info/robby"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.252329"], ["updated_at", "2018-12-10 12:39:22.252329"], ["developer_id", 89]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut est eos modi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.253281"], ["updated_at", "2018-12-10 12:39:22.253281"], ["app_id", 88], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Enim velit minus enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto consequatur repellat molestias."], ["url", "http://stroman.io/carmine_leannon"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.256730"], ["updated_at", "2018-12-10 12:39:22.256730"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates voluptas deserunt iste."], ["info_url", "http://watsica.info/diann_harvey"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.258398"], ["updated_at", "2018-12-10 12:39:22.258398"], ["developer_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zboncak.co/herschel_parisian"], ["description", "Repellendus ex sit asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.262562"], ["updated_at", "2018-12-10 12:39:22.262562"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloribus est at animi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.263738"], ["updated_at", "2018-12-10 12:39:22.263738"], ["app_id", 89], ["offering_id", 76], ["promo_image_url", nil], ["promo_text", "Ut laborum minus qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runolfsdottirturcotte.net/demetria_christiansen"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.267375"], ["updated_at", "2018-12-10 12:39:22.267375"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dickens.co/sean_lesch"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.268352"], ["updated_at", "2018-12-10 12:39:22.268352"], ["distributor_id", 54], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio quibusdam eum sequi."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.271143"], ["updated_at", "2018-12-10 12:39:22.271143"], ["app_id", 89], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Odio maiores est sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Atque sit esse magni."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.273311"], ["updated_at", "2018-12-10 12:39:22.273311"], ["works_with_id", 104]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mosciski.net/waldo"], ["description", "Placeat quas aut explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.287720"], ["updated_at", "2018-12-10 12:39:22.287720"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laborum est dolores ea."], ["url", "http://kuvalis.co/elmer"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.291445"], ["updated_at", "2018-12-10 12:39:22.291445"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum qui vero animi."], ["info_url", "http://haag.com/ilana"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.294614"], ["updated_at", "2018-12-10 12:39:22.294614"], ["developer_id", 91]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa voluptatem voluptatem unde."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.295563"], ["updated_at", "2018-12-10 12:39:22.295563"], ["app_id", 90], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Dolorum exercitationem laudantium et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea qui minima voluptatum."], ["url", "http://mcclure.co/courtney_bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.299101"], ["updated_at", "2018-12-10 12:39:22.299101"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit exercitationem iste labore."], ["info_url", "http://bode.co/jerrod.lowe"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.300846"], ["updated_at", "2018-12-10 12:39:22.300846"], ["developer_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rathstiedemann.com/theda.price"], ["description", "Nihil et ut consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.304977"], ["updated_at", "2018-12-10 12:39:22.304977"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo facere unde maxime."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.306163"], ["updated_at", "2018-12-10 12:39:22.306163"], ["app_id", 91], ["offering_id", 78], ["promo_image_url", nil], ["promo_text", "Modi molestias eligendi sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummings.info/kieth"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.309864"], ["updated_at", "2018-12-10 12:39:22.309864"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://witting.net/lauren_langworth"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.310869"], ["updated_at", "2018-12-10 12:39:22.310869"], ["distributor_id", 55], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam dolorem earum qui."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.314654"], ["updated_at", "2018-12-10 12:39:22.314654"], ["app_id", 91], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Nisi est rerum id."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Velit ea eaque qui."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.318296"], ["updated_at", "2018-12-10 12:39:22.318296"], ["works_with_id", 107], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ullam ea dolore consectetur."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sipes.info/adelina"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.382763"], ["updated_at", "2018-12-10 12:39:22.382763"], ["icon_id", "fas apple"]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut iure impedit in."], ["url", "http://kertzmann.name/claire"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.389778"], ["updated_at", "2018-12-10 12:39:22.389778"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In fuga vel similique."], ["info_url", "http://hettingerwintheiser.com/alane"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.393121"], ["updated_at", "2018-12-10 12:39:22.393121"], ["developer_id", 93]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lowecarroll.net/armando"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.394355"], ["updated_at", "2018-12-10 12:39:22.394355"], ["distributor_id", 56], ["app_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut sunt non tempora."], ["url", "http://collins.info/eldon_lockman"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.399189"], ["updated_at", "2018-12-10 12:39:22.399189"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium dolores et aperiam."], ["info_url", "http://mayertrice.com/kirby.grant"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.401340"], ["updated_at", "2018-12-10 12:39:22.401340"], ["developer_id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://deckowgreenfelder.info/roberto.heidenreich"], ["description", "Facilis et explicabo voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.407594"], ["updated_at", "2018-12-10 12:39:22.407594"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non voluptatem ut repellat."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.409945"], ["updated_at", "2018-12-10 12:39:22.409945"], ["app_id", 93], ["offering_id", 79], ["promo_image_url", nil], ["promo_text", "Rerum ut atque iste."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runte.com/khalilah"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.413608"], ["updated_at", "2018-12-10 12:39:22.413608"], ["icon_id", "fas apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zboncak.net/mona"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.414594"], ["updated_at", "2018-12-10 12:39:22.414594"], ["distributor_id", 57], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 07:39:22 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://block.co/micheal"], ["description", "Et officia sed assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.424234"], ["updated_at", "2018-12-10 12:39:22.424234"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et sed deleniti aut."], ["url", "http://lemke.co/ward.pacocha"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.428089"], ["updated_at", "2018-12-10 12:39:22.428089"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione excepturi deserunt iusto."], ["info_url", "http://will.io/preston.powlowski"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.431622"], ["updated_at", "2018-12-10 12:39:22.431622"], ["developer_id", 95]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi repellat quod id."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.432697"], ["updated_at", "2018-12-10 12:39:22.432697"], ["app_id", 94], ["offering_id", 80], ["promo_image_url", nil], ["promo_text", "Ea consequatur molestiae eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est cum porro est."], ["url", "http://gutkowski.info/colin"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.436801"], ["updated_at", "2018-12-10 12:39:22.436801"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est asperiores sunt molestiae."], ["info_url", "http://hahn.name/myrna.ward"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.439660"], ["updated_at", "2018-12-10 12:39:22.439660"], ["developer_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larson.biz/herbert.stamm"], ["description", "Ipsa accusantium et est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.444673"], ["updated_at", "2018-12-10 12:39:22.444673"]]
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque quidem nobis voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.446696"], ["updated_at", "2018-12-10 12:39:22.446696"], ["app_id", 95], ["offering_id", 81], ["promo_image_url", nil], ["promo_text", "Aut dolor repellendus consequatur."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerlachquitzon.biz/celena"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.454724"], ["updated_at", "2018-12-10 12:39:22.454724"], ["icon_id", "fas apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://marquardt.net/alonzo_bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.456479"], ["updated_at", "2018-12-10 12:39:22.456479"], ["distributor_id", 58], ["app_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis qui velit ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.460053"], ["updated_at", "2018-12-10 12:39:22.460053"], ["app_id", 95], ["offering_id", 80], ["promo_image_url", nil], ["promo_text", "Alias architecto accusantium est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schuppenader.net/burt"], ["description", "Ducimus nobis inventore voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.465783"], ["updated_at", "2018-12-10 12:39:22.465783"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id ex repellat non."], ["url", "http://schuppe.biz/jeie.murazik"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.469712"], ["updated_at", "2018-12-10 12:39:22.469712"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quisquam numquam itaque tempora."], ["info_url", "http://raynor.com/norman.kovacek"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.473091"], ["updated_at", "2018-12-10 12:39:22.473091"], ["developer_id", 97]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut optio minima consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.474090"], ["updated_at", "2018-12-10 12:39:22.474090"], ["app_id", 96], ["offering_id", 82], ["promo_image_url", nil], ["promo_text", "Qui consequatur temporibus ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus et corrupti maiores."], ["url", "http://damorewuckert.biz/chase"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.477739"], ["updated_at", "2018-12-10 12:39:22.477739"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum est quibusdam repellendus."], ["info_url", "http://grant.info/avelina"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.480482"], ["updated_at", "2018-12-10 12:39:22.480482"], ["developer_id", 98]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobs.com/moses"], ["description", "Nemo nobis ex est."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.485604"], ["updated_at", "2018-12-10 12:39:22.485604"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi amet voluptas quia."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.486724"], ["updated_at", "2018-12-10 12:39:22.486724"], ["app_id", 97], ["offering_id", 83], ["promo_image_url", nil], ["promo_text", "Corrupti officia libero qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gleichner.name/altagracia.marks"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.489686"], ["updated_at", "2018-12-10 12:39:22.489686"], ["icon_id", "fas apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://botsford.com/virgilio.conroy"], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.491009"], ["updated_at", "2018-12-10 12:39:22.491009"], ["distributor_id", 59], ["app_id", 97]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus aut labore dicta."], ["is_live", "t"], ["created_at", "2018-12-10 12:39:22.496227"], ["updated_at", "2018-12-10 12:39:22.496227"], ["app_id", 97], ["offering_id", 82], ["promo_image_url", nil], ["promo_text", "Et placeat natus dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  BEGIN
 (1.3ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (47.1ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.7ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (52.7ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.6ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ritchie.name/garland"], ["description", "Et et nostrum nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.230116"], ["updated_at", "2018-12-10 18:50:09.230116"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse fugiat ullam vel."], ["url", "http://stracke.org/salina"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.253133"], ["updated_at", "2018-12-10 18:50:09.253133"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint ab vitae et."], ["info_url", "http://spinkaferry.name/valda_ward"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.269059"], ["updated_at", "2018-12-10 18:50:09.269059"], ["developer_id", 1]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis dolor ut ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.270954"], ["updated_at", "2018-12-10 18:50:09.270954"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Rem laborum sint similique."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id qui ut qui."], ["url", "http://bahringerolson.name/ashlie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.275639"], ["updated_at", "2018-12-10 18:50:09.275639"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas enim minima necessitatibus."], ["info_url", "http://mccluretremblay.co/korey.ledner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.277361"], ["updated_at", "2018-12-10 18:50:09.277361"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spenceroconner.name/donnell"], ["description", "Deserunt enim voluptatem rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.291009"], ["updated_at", "2018-12-10 18:50:09.291009"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur delectus commodi temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.292104"], ["updated_at", "2018-12-10 18:50:09.292104"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Nihil ut quo et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://osinskipollich.biz/garfield.sauer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.305414"], ["updated_at", "2018-12-10 18:50:09.305414"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://barrowsgrimes.org/otis_willms"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.307102"], ["updated_at", "2018-12-10 18:50:09.307102"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate labore quibusdam sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.310556"], ["updated_at", "2018-12-10 18:50:09.310556"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Esse qui est deleniti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 13:50:09 -0500

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam quasi aut ipsum."], ["url", "http://blickmills.co/mable"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.374460"], ["updated_at", "2018-12-10 18:50:09.374460"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerholdruel.info/kamilah_brakus"], ["description", "Vitae et necessitatibus debitis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.389068"], ["updated_at", "2018-12-10 18:50:09.389068"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem est aut ex."], ["url", "http://windler.info/chi.altenwerth"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.395384"], ["updated_at", "2018-12-10 18:50:09.395384"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed eveniet expedita quia."], ["info_url", "http://von.org/zane.johns"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.400962"], ["updated_at", "2018-12-10 18:50:09.400962"], ["developer_id", 4]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut eaque repudiandae aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.402581"], ["updated_at", "2018-12-10 18:50:09.402581"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Quia dolor sequi aliquid."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores excepturi error et."], ["url", "http://hickle.co/pierre_cummerata"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.407813"], ["updated_at", "2018-12-10 18:50:09.407813"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex nihil distinctio molestiae."], ["info_url", "http://dickinson.co/hee"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.409889"], ["updated_at", "2018-12-10 18:50:09.409889"], ["developer_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schiller.biz/mavis.ritchie"], ["description", "Aut eos sint dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.415223"], ["updated_at", "2018-12-10 18:50:09.415223"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem voluptas quis aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.417874"], ["updated_at", "2018-12-10 18:50:09.417874"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Illo beatae voluptatem autem."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuhn.com/cherri"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.423260"], ["updated_at", "2018-12-10 18:50:09.423260"], ["icon_id", "apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zieme.com/kaycee.kreiger"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.424926"], ["updated_at", "2018-12-10 18:50:09.424926"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottlieb.name/daron_hettinger"], ["description", "Eum nihil cum omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.437693"], ["updated_at", "2018-12-10 18:50:09.437693"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id qui rerum repellendus."], ["url", "http://bartell.io/aimee"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.442256"], ["updated_at", "2018-12-10 18:50:09.442256"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe ut delectus sint."], ["info_url", "http://reingergreenfelder.com/nathanael_kirlin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.446297"], ["updated_at", "2018-12-10 18:50:09.446297"], ["developer_id", 6]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias maiores quia repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.448261"], ["updated_at", "2018-12-10 18:50:09.448261"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Nihil occaecati dignissimos magni."]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia totam architecto sunt."], ["url", "http://corkery.com/hoyt.upton"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.456009"], ["updated_at", "2018-12-10 18:50:09.456009"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci exercitationem architecto minus."], ["info_url", "http://macgyverkeler.org/nathaniel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.458532"], ["updated_at", "2018-12-10 18:50:09.458532"], ["developer_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abbott.info/joaquin.ullrich"], ["description", "Unde ducimus provident sunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.464090"], ["updated_at", "2018-12-10 18:50:09.464090"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Mollitia accusantium in consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.465169"], ["updated_at", "2018-12-10 18:50:09.465169"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Cupiditate et minima omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kaulke.biz/ike_kuhic"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.468027"], ["updated_at", "2018-12-10 18:50:09.468027"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://swaniawski.info/kristi.kling"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.468938"], ["updated_at", "2018-12-10 18:50:09.468938"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad corrupti molestias ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.471821"], ["updated_at", "2018-12-10 18:50:09.471821"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Animi harum iusto voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"8"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 9ms (ActiveRecord: 1.1ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schiller.com/phil"], ["description", "Debitis sapiente laudantium aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.501572"], ["updated_at", "2018-12-10 18:50:09.501572"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi quis aut non."], ["url", "http://willms.info/stanford.breitenberg"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.506457"], ["updated_at", "2018-12-10 18:50:09.506457"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem et corporis enim."], ["info_url", "http://schmeler.net/kimberely"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.510256"], ["updated_at", "2018-12-10 18:50:09.510256"], ["developer_id", 8]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellendus in impedit suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.512324"], ["updated_at", "2018-12-10 18:50:09.512324"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Consequatur sed aspernatur dolore."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit eum occaecati similique."], ["url", "http://ullrich.info/florencio.rolfson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.519230"], ["updated_at", "2018-12-10 18:50:09.519230"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo non doloremque ipsam."], ["info_url", "http://daugherty.biz/bo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.521692"], ["updated_at", "2018-12-10 18:50:09.521692"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kreiger.net/deon.bailey"], ["description", "Impedit labore iusto tempore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.526921"], ["updated_at", "2018-12-10 18:50:09.526921"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab aut consequuntur saepe."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.528012"], ["updated_at", "2018-12-10 18:50:09.528012"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Ea saepe autem eius."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langorn.org/lawrence"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.530932"], ["updated_at", "2018-12-10 18:50:09.530932"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dickenswiza.io/glenna"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.531799"], ["updated_at", "2018-12-10 18:50:09.531799"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque aut at et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.534447"], ["updated_at", "2018-12-10 18:50:09.534447"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Delectus ut cum sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"11"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kirlin.net/harry"], ["description", "Quos aut dolores reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.543386"], ["updated_at", "2018-12-10 18:50:09.543386"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minima quis ad autem."], ["url", "http://erdmanbayer.io/clarence"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.547753"], ["updated_at", "2018-12-10 18:50:09.547753"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis ea qui possimus."], ["info_url", "http://kuhic.com/lino.trantow"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.551686"], ["updated_at", "2018-12-10 18:50:09.551686"], ["developer_id", 10]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt quia odit commodi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.553071"], ["updated_at", "2018-12-10 18:50:09.553071"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Qui ea eius odio."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequuntur dolore molestiae dolores."], ["url", "http://champlin.info/mary_spinka"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.561559"], ["updated_at", "2018-12-10 18:50:09.561559"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi est et inventore."], ["info_url", "http://gorczany.org/pasquale"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.563756"], ["updated_at", "2018-12-10 18:50:09.563756"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fritsch.io/fallon_volkman"], ["description", "Iure qui molestias in."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.569126"], ["updated_at", "2018-12-10 18:50:09.569126"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae voluptate ex et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.570294"], ["updated_at", "2018-12-10 18:50:09.570294"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Soluta et laudantium illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reilly.info/glen_jenkins"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.573316"], ["updated_at", "2018-12-10 18:50:09.573316"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rau.info/roseline"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.574229"], ["updated_at", "2018-12-10 18:50:09.574229"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Earum amet aliquid qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.577055"], ["updated_at", "2018-12-10 18:50:09.577055"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Vitae rem voluptates nulla."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"14"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://davisgoyette.org/kayla"], ["description", "Ea aut et magnam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.610761"], ["updated_at", "2018-12-10 18:50:09.610761"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem maxime nulla voluptatem."], ["url", "http://ryanpollich.io/fanny"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.614406"], ["updated_at", "2018-12-10 18:50:09.614406"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Incidunt temporibus ex in."], ["info_url", "http://sawaynsimonis.info/so"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.617800"], ["updated_at", "2018-12-10 18:50:09.617800"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel repudiandae animi et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.618840"], ["updated_at", "2018-12-10 18:50:09.618840"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Eum incidunt nemo blanditiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae voluptate tenetur non."], ["url", "http://hickle.org/al"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.622601"], ["updated_at", "2018-12-10 18:50:09.622601"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium libero consequuntur dolor."], ["info_url", "http://reichel.co/paul"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.624602"], ["updated_at", "2018-12-10 18:50:09.624602"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://armstrong.name/aurelio"], ["description", "Soluta sed doloribus voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.628862"], ["updated_at", "2018-12-10 18:50:09.628862"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id doloremque excepturi vero."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.630046"], ["updated_at", "2018-12-10 18:50:09.630046"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Quia minima in a."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://price.com/dovie_harris"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.633710"], ["updated_at", "2018-12-10 18:50:09.633710"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fahey.org/opal_runte"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.635007"], ["updated_at", "2018-12-10 18:50:09.635007"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores et qui nobis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.638079"], ["updated_at", "2018-12-10 18:50:09.638079"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Quia tempore amet ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Id est incidunt voluptatibus.", "is_live"=>"true", "promo_image_url"=>"http://murray.net/belkis_harvey", "promo_text"=>"Itaque veniam nostrum velit.", "title"=>"works_with_title"}, "id"=>"17"}
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Id est incidunt voluptatibus."], ["promo_image_url", nil], ["promo_text", "Itaque veniam nostrum velit."], ["updated_at", "2018-12-10 18:50:09.658540"], ["id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/17 Completed 302 Found in 19ms (ActiveRecord: 2.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dickensleuschke.io/steffanie.runte"], ["description", "Sunt molestias delectus eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.664673"], ["updated_at", "2018-12-10 18:50:09.664673"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut est non voluptatem."], ["url", "http://murazik.org/ramon.bechtelar"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.668282"], ["updated_at", "2018-12-10 18:50:09.668282"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis qui laudantium ducimus."], ["info_url", "http://hyatt.io/lupe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.671680"], ["updated_at", "2018-12-10 18:50:09.671680"], ["developer_id", 14]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias labore eos dolore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.673161"], ["updated_at", "2018-12-10 18:50:09.673161"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Laudantium sit architecto magni."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor rerum libero voluptatem."], ["url", "http://oconnell.info/mohammad"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.678462"], ["updated_at", "2018-12-10 18:50:09.678462"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut voluptate eius distinctio."], ["info_url", "http://wunsch.name/sandy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.680576"], ["updated_at", "2018-12-10 18:50:09.680576"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunde.info/audry"], ["description", "Omnis dolorem aut eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.687394"], ["updated_at", "2018-12-10 18:50:09.687394"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste praesentium dignissimos excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.689855"], ["updated_at", "2018-12-10 18:50:09.689855"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Tempora numquam voluptate error."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haley.org/rex"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.693243"], ["updated_at", "2018-12-10 18:50:09.693243"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://framischowalter.co/sonia.ko"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.694158"], ["updated_at", "2018-12-10 18:50:09.694158"], ["distributor_id", 7], ["app_id", 14]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus officiis deleniti soluta."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.697877"], ["updated_at", "2018-12-10 18:50:09.697877"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Saepe deleniti asperiores adipisci."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Sunt eos cumque aut.", "is_live"=>"true", "promo_image_url"=>"http://hirthe.com/walker", "promo_text"=>"Laborum vero similique sint.", "title"=>"works_with_title"}, "id"=>"20"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Sunt eos cumque aut."], ["promo_image_url", nil], ["promo_text", "Laborum vero similique sint."], ["updated_at", "2018-12-10 18:50:09.706982"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/20 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gleichner.org/jeffrey.pfannerstill"], ["description", "Velit quia qui delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.713210"], ["updated_at", "2018-12-10 18:50:09.713210"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Totam culpa enim sit."], ["url", "http://aufderharhayes.info/ivory.schimmel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.716842"], ["updated_at", "2018-12-10 18:50:09.716842"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut accusantium et alias."], ["info_url", "http://bernhardgorczany.org/hollis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.720824"], ["updated_at", "2018-12-10 18:50:09.720824"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut quidem asperiores iste."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.722499"], ["updated_at", "2018-12-10 18:50:09.722499"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Quis quam nulla asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis sit non ipsam."], ["url", "http://hoeger.io/deonna"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.726384"], ["updated_at", "2018-12-10 18:50:09.726384"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo ratione qui harum."], ["info_url", "http://fisher.net/alvaro_olson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.728390"], ["updated_at", "2018-12-10 18:50:09.728390"], ["developer_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cruickshank.com/kay"], ["description", "Atque rerum temporibus et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.736632"], ["updated_at", "2018-12-10 18:50:09.736632"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum praesentium corporis vel."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.738098"], ["updated_at", "2018-12-10 18:50:09.738098"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Maiores possimus rerum quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriette.net/magaly.stark"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.741148"], ["updated_at", "2018-12-10 18:50:09.741148"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mertz.co/olen.sipes"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.742400"], ["updated_at", "2018-12-10 18:50:09.742400"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Earum ut mollitia esse."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.745700"], ["updated_at", "2018-12-10 18:50:09.745700"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Qui est deserunt est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Sequi in fugiat animi.", "is_live"=>"true", "promo_image_url"=>"http://mclaughlin.co/christeen", "promo_text"=>"Voluptatem ut officia cupiditate.", "title"=>"works_with_title"}, "id"=>"23"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Sequi in fugiat animi."], ["promo_image_url", nil], ["promo_text", "Voluptatem ut officia cupiditate."], ["updated_at", "2018-12-10 18:50:09.754161"], ["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/23 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse assumenda at sit."], ["url", "http://stark.biz/noemi"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.761411"], ["updated_at", "2018-12-10 18:50:09.761411"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit voluptatem iusto fugiat."], ["info_url", "http://kovacekschoen.biz/irving.ryan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.763720"], ["updated_at", "2018-12-10 18:50:09.763720"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feest.org/reva_abbott"], ["description", "Et iusto eius cumque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.769460"], ["updated_at", "2018-12-10 18:50:09.769460"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint ea quas quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.770666"], ["updated_at", "2018-12-10 18:50:09.770666"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Nam quae nesciunt quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grantschinner.com/jene"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.773729"], ["updated_at", "2018-12-10 18:50:09.773729"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bailey.net/williams.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.775416"], ["updated_at", "2018-12-10 18:50:09.775416"], ["distributor_id", 9], ["app_id", 17]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam consequatur neque voluptatum."], ["url", "http://spencermclaughlin.biz/sandy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.802134"], ["updated_at", "2018-12-10 18:50:09.802134"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi esse ut est."], ["info_url", "http://mertz.net/millard.ratke"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.804417"], ["updated_at", "2018-12-10 18:50:09.804417"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ortizcasper.com/haywood.lueilwitz"], ["description", "Et blanditiis in delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.808916"], ["updated_at", "2018-12-10 18:50:09.808916"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut veniam corporis id."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.810082"], ["updated_at", "2018-12-10 18:50:09.810082"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Quae ullam sed laborum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ziemann.org/eulah"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.814436"], ["updated_at", "2018-12-10 18:50:09.814436"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://barton.info/dion"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.815663"], ["updated_at", "2018-12-10 18:50:09.815663"], ["distributor_id", 10], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Earum quo est accusamus.", "info_url"=>"http://johns.biz/pablo.oconnell", "is_live"=>"true", "name"=>"app_name"}, "id"=>"18"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.4ms)  SAVEPOINT active_record_1
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Earum quo est accusamus."], ["info_url", "http://johns.biz/pablo.oconnell"], ["updated_at", "2018-12-10 18:50:09.825096"], ["id", 18]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/18 Completed 302 Found in 10ms (ActiveRecord: 2.2ms)

App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim doloremque in ex."], ["url", "http://ratkefeeney.io/shyla"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.835001"], ["updated_at", "2018-12-10 18:50:09.835001"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut tempore omnis animi."], ["info_url", "http://breitenberg.io/modesta"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.837525"], ["updated_at", "2018-12-10 18:50:09.837525"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://graham.name/danyelle"], ["description", "Quam consequatur magni et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.842388"], ["updated_at", "2018-12-10 18:50:09.842388"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae dicta recusandae qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.843387"], ["updated_at", "2018-12-10 18:50:09.843387"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Voluptates distinctio nihil eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://homenick.net/bernard_paucek"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.846134"], ["updated_at", "2018-12-10 18:50:09.846134"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vonruedenbartell.co/leopoldo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.846955"], ["updated_at", "2018-12-10 18:50:09.846955"], ["distributor_id", 11], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Aspernatur voluptatem nobis nemo.", "info_url"=>"http://moriette.name/madelene", "is_live"=>"true", "name"=>"app_name"}, "id"=>"19"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Aspernatur voluptatem nobis nemo."], ["info_url", "http://moriette.name/madelene"], ["updated_at", "2018-12-10 18:50:09.852287"], ["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/19 Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt voluptas qui reprehenderit."], ["url", "http://kihn.name/prudence"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.859898"], ["updated_at", "2018-12-10 18:50:09.859898"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae nulla rerum numquam."], ["info_url", "http://yundt.co/rafael"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.862300"], ["updated_at", "2018-12-10 18:50:09.862300"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://veumgaylord.info/joe"], ["description", "Assumenda id repellendus et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.870596"], ["updated_at", "2018-12-10 18:50:09.870596"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident maxime nihil placeat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.872063"], ["updated_at", "2018-12-10 18:50:09.872063"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Sed veritatis et consequuntur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://witting.org/leena.mosciski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.875324"], ["updated_at", "2018-12-10 18:50:09.875324"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ko.info/minh"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.876308"], ["updated_at", "2018-12-10 18:50:09.876308"], ["distributor_id", 12], ["app_id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Et qui consequatur et.", "info_url"=>"http://wiza.org/tamisha_cormier", "is_live"=>"true", "name"=>"app_name"}, "id"=>"20"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Et qui consequatur et."], ["info_url", "http://wiza.org/tamisha_cormier"], ["updated_at", "2018-12-10 18:50:09.884053"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/20 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non nemo atque quo."], ["url", "http://considine.org/warner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.892833"], ["updated_at", "2018-12-10 18:50:09.892833"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores quas molestiae et."], ["info_url", "http://lockmanmayer.io/hector_doyle"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.897799"], ["updated_at", "2018-12-10 18:50:09.897799"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://huels.info/aubrey"], ["description", "Repellat dolor necessitatibus perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.904218"], ["updated_at", "2018-12-10 18:50:09.904218"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui ut dicta nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.905720"], ["updated_at", "2018-12-10 18:50:09.905720"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Totam rerum cumque vitae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://leffler.org/america_durgan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.909818"], ["updated_at", "2018-12-10 18:50:09.909818"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://shanahan.org/lamar.hettinger"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.910930"], ["updated_at", "2018-12-10 18:50:09.910930"], ["distributor_id", 13], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"21"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat natus alias voluptatem."], ["url", "http://collinskoepp.org/eliz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.926986"], ["updated_at", "2018-12-10 18:50:09.926986"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Hic autem voluptatem cumque."], ["info_url", "http://aufderhar.info/jude.kohler"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.929393"], ["updated_at", "2018-12-10 18:50:09.929393"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beier.com/teisha.marvin"], ["description", "Reprehenderit expedita eum tempora."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.935894"], ["updated_at", "2018-12-10 18:50:09.935894"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis eius vero quas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.937114"], ["updated_at", "2018-12-10 18:50:09.937114"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Vel est vel vitae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jacobi.biz/marivel.reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.940399"], ["updated_at", "2018-12-10 18:50:09.940399"], ["icon_id", "apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hintz.name/hipolito"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.941461"], ["updated_at", "2018-12-10 18:50:09.941461"], ["distributor_id", 14], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"22"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 19ms (ActiveRecord: 0.9ms)

 (0.3ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta dolorem porro earum."], ["url", "http://corkeryfranecki.name/meryl"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.969835"], ["updated_at", "2018-12-10 18:50:09.969835"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam nam eos harum."], ["info_url", "http://swaniawski.com/gita"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.972096"], ["updated_at", "2018-12-10 18:50:09.972096"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bosco.org/lawerence_bailey"], ["description", "Reprehenderit aut similique consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.976622"], ["updated_at", "2018-12-10 18:50:09.976622"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id quis necessitatibus sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.977612"], ["updated_at", "2018-12-10 18:50:09.977612"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Aliquam ipsam est nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerlach.info/alonso.harris"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.980379"], ["updated_at", "2018-12-10 18:50:09.980379"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beahan.co/danial"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.981274"], ["updated_at", "2018-12-10 18:50:09.981274"], ["distributor_id", 15], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"23"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobson.info/lyndsey"], ["description", "Aut sint unde et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.990477"], ["updated_at", "2018-12-10 18:50:09.990477"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos ea quis eligendi."], ["url", "http://kunde.co/val_wyman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:09.994384"], ["updated_at", "2018-12-10 18:50:09.994384"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium aut aut omnis."], ["info_url", "http://ebert.com/roland"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.001237"], ["updated_at", "2018-12-10 18:50:10.001237"], ["developer_id", 25]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit laboriosam sed sunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.002372"], ["updated_at", "2018-12-10 18:50:10.002372"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Sit possimus repellat eaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel vel suscipit sit."], ["url", "http://williamson.io/nelson_kunde"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.006711"], ["updated_at", "2018-12-10 18:50:10.006711"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti similique maxime eius."], ["info_url", "http://herman.com/kareem"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.009110"], ["updated_at", "2018-12-10 18:50:10.009110"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nolan.com/lazaro"], ["description", "Qui accusamus fugit cum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.014908"], ["updated_at", "2018-12-10 18:50:10.014908"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis quia ut quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.016373"], ["updated_at", "2018-12-10 18:50:10.016373"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Ut perferendis in molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://romaguera.org/coleman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.019790"], ["updated_at", "2018-12-10 18:50:10.019790"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://williamson.io/shasta"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.020979"], ["updated_at", "2018-12-10 18:50:10.020979"], ["distributor_id", 16], ["app_id", 25]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore ut et asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.024792"], ["updated_at", "2018-12-10 18:50:10.024792"], ["app_id", 25], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Ullam omnis magni quam."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Dolor quia enim repellat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.030309"], ["updated_at", "2018-12-10 18:50:10.030309"], ["works_with_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutmann.net/michal.lowe"], ["description", "Dolores quo rerum quos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.043609"], ["updated_at", "2018-12-10 18:50:10.043609"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus illum nobis consequuntur."], ["url", "http://wolf.name/britt.cremin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.047621"], ["updated_at", "2018-12-10 18:50:10.047621"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit qui aut sit."], ["info_url", "http://hoppe.co/tiny"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.052035"], ["updated_at", "2018-12-10 18:50:10.052035"], ["developer_id", 27]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex ut vel minus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.053393"], ["updated_at", "2018-12-10 18:50:10.053393"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Est deleniti velit eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellendus asperiores harum deleniti."], ["url", "http://macgyver.com/zane"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.057991"], ["updated_at", "2018-12-10 18:50:10.057991"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est at atque cum."], ["info_url", "http://connellyboyer.net/chadwick"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.062776"], ["updated_at", "2018-12-10 18:50:10.062776"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://christiansenlangosh.info/david"], ["description", "Debitis vel pariatur voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.069445"], ["updated_at", "2018-12-10 18:50:10.069445"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non et accusamus dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.071367"], ["updated_at", "2018-12-10 18:50:10.071367"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Sed iste voluptatem est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abernathy.co/mac.ondricka"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.074670"], ["updated_at", "2018-12-10 18:50:10.074670"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmeler.biz/zachary_smith"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.075603"], ["updated_at", "2018-12-10 18:50:10.075603"], ["distributor_id", 17], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus in excepturi voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.078322"], ["updated_at", "2018-12-10 18:50:10.078322"], ["app_id", 27], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Possimus voluptate illo repellendus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Accusamus rem cum nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.080483"], ["updated_at", "2018-12-10 18:50:10.080483"], ["works_with_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnson.io/shira_conn"], ["description", "Animi dolores odit aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.088564"], ["updated_at", "2018-12-10 18:50:10.088564"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia et occaecati quam."], ["url", "http://romaguerahomenick.name/leana"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.092171"], ["updated_at", "2018-12-10 18:50:10.092171"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quibusdam consectetur sapiente a."], ["info_url", "http://dickinson.org/hilario"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.096558"], ["updated_at", "2018-12-10 18:50:10.096558"], ["developer_id", 29]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est vel laboriosam adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.097852"], ["updated_at", "2018-12-10 18:50:10.097852"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Sit odio vel autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatum rem velit nostrum."], ["url", "http://gaylord.biz/jordan.bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.101842"], ["updated_at", "2018-12-10 18:50:10.101842"], ["logo_image_url", nil]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est ipsum vero asperiores."], ["info_url", "http://murphy.net/wilma.schuster"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.107665"], ["updated_at", "2018-12-10 18:50:10.107665"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyettewalsh.net/kelley"], ["description", "Quibusdam aut ut earum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.113079"], ["updated_at", "2018-12-10 18:50:10.113079"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas dolores vel nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.114601"], ["updated_at", "2018-12-10 18:50:10.114601"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Earum quia voluptates voluptatem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuvalis.net/darrel.keler"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.118318"], ["updated_at", "2018-12-10 18:50:10.118318"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ebertstoltenberg.co/babette"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.119310"], ["updated_at", "2018-12-10 18:50:10.119310"], ["distributor_id", 18], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate qui fugit velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.122243"], ["updated_at", "2018-12-10 18:50:10.122243"], ["app_id", 29], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Earum dolore fugiat sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Alias reiciendis reprehenderit quidem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.124452"], ["updated_at", "2018-12-10 18:50:10.124452"], ["works_with_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"In quaerat sit tempore.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "In quaerat sit tempore."], ["updated_at", "2018-12-10 18:50:10.132444"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/3 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://shanahanjacobi.org/bobbie"], ["description", "Fuga voluptatem quis dolor."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.138938"], ["updated_at", "2018-12-10 18:50:10.138938"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis velit cupiditate omnis."], ["url", "http://kling.org/santiago.schneider"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.143036"], ["updated_at", "2018-12-10 18:50:10.143036"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatum doloribus autem et."], ["info_url", "http://nikolaus.com/sima"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.146514"], ["updated_at", "2018-12-10 18:50:10.146514"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt ratione iste maiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.147528"], ["updated_at", "2018-12-10 18:50:10.147528"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Cupiditate veritatis atque quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut molestiae veniam et."], ["url", "http://daugherty.io/catrice.damore"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.151179"], ["updated_at", "2018-12-10 18:50:10.151179"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint id earum et."], ["info_url", "http://jones.net/jeramy.stokes"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.152940"], ["updated_at", "2018-12-10 18:50:10.152940"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hagenes.name/del"], ["description", "Reiciendis deserunt dolor blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.158232"], ["updated_at", "2018-12-10 18:50:10.158232"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad laudantium minima itaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.159527"], ["updated_at", "2018-12-10 18:50:10.159527"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Quia illo non atque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rohanshanahan.com/miesha.harris"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.162662"], ["updated_at", "2018-12-10 18:50:10.162662"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lemke.org/bruce_hamill"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.163775"], ["updated_at", "2018-12-10 18:50:10.163775"], ["distributor_id", 19], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum et et voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.166678"], ["updated_at", "2018-12-10 18:50:10.166678"], ["app_id", 31], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Laudantium veritatis alias odit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Architecto nemo nam molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.172161"], ["updated_at", "2018-12-10 18:50:10.172161"], ["works_with_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Accusantium eveniet recusandae unde.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"4"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Accusantium eveniet recusandae unde."], ["updated_at", "2018-12-10 18:50:10.182018"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/4 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hand.net/rodolfo"], ["description", "Recusandae impedit sunt voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.188055"], ["updated_at", "2018-12-10 18:50:10.188055"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Atque nihil consequatur fugiat."], ["url", "http://ritchielegros.info/charleen.hudson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.191751"], ["updated_at", "2018-12-10 18:50:10.191751"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos quam porro magni."], ["info_url", "http://cremin.name/maudie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.195142"], ["updated_at", "2018-12-10 18:50:10.195142"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate accusamus aut exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.196203"], ["updated_at", "2018-12-10 18:50:10.196203"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Dolor neque sed facere."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quas sunt velit et."], ["url", "http://schustertowne.co/rashad_stroman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.200084"], ["updated_at", "2018-12-10 18:50:10.200084"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus veritatis sapiente a."], ["info_url", "http://powlowskiboyer.name/alysha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.202762"], ["updated_at", "2018-12-10 18:50:10.202762"], ["developer_id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heidenreich.name/steve.reilly"], ["description", "Autem nihil similique itaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.208172"], ["updated_at", "2018-12-10 18:50:10.208172"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officiis voluptate saepe et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.209401"], ["updated_at", "2018-12-10 18:50:10.209401"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Facere architecto omnis accusantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://block.co/spencer_hamill"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.212569"], ["updated_at", "2018-12-10 18:50:10.212569"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okeefe.info/emery.ko"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.214348"], ["updated_at", "2018-12-10 18:50:10.214348"], ["distributor_id", 20], ["app_id", 33]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A explicabo consectetur doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.219942"], ["updated_at", "2018-12-10 18:50:10.219942"], ["app_id", 33], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Perspiciatis voluptate eos sint."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Excepturi tempore fuga ullam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.223088"], ["updated_at", "2018-12-10 18:50:10.223088"], ["works_with_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Amet temporibus quia a.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Amet temporibus quia a."], ["updated_at", "2018-12-10 18:50:10.231893"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rathparker.com/jacqulyn_hermann"], ["description", "Et et velit dolor."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.237719"], ["updated_at", "2018-12-10 18:50:10.237719"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quod nihil animi voluptatem."], ["url", "http://sawayn.co/teodoro"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.241617"], ["updated_at", "2018-12-10 18:50:10.241617"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere in aperiam soluta."], ["info_url", "http://kuphal.org/alexander"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.245923"], ["updated_at", "2018-12-10 18:50:10.245923"], ["developer_id", 35]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga incidunt asperiores eaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.247163"], ["updated_at", "2018-12-10 18:50:10.247163"], ["app_id", 34], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Velit aspernatur ea dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos totam ut sit."], ["url", "http://zemlakdare.net/justin.mertz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.251372"], ["updated_at", "2018-12-10 18:50:10.251372"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui corporis libero recusandae."], ["info_url", "http://schmidt.name/gerry"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.253589"], ["updated_at", "2018-12-10 18:50:10.253589"], ["developer_id", 36]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://streich.info/antione"], ["description", "Sint qui rem quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.261926"], ["updated_at", "2018-12-10 18:50:10.261926"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis consectetur veritatis magni."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.263077"], ["updated_at", "2018-12-10 18:50:10.263077"], ["app_id", 35], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Accusantium officia minima dolorum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://legros.info/tasha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.266195"], ["updated_at", "2018-12-10 18:50:10.266195"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesen.co/gerard"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.267551"], ["updated_at", "2018-12-10 18:50:10.267551"], ["distributor_id", 21], ["app_id", 35]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Error rerum nesciunt quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.270769"], ["updated_at", "2018-12-10 18:50:10.270769"], ["app_id", 35], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Quia quas ullam iste."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sunt et qui molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.273304"], ["updated_at", "2018-12-10 18:50:10.273304"], ["works_with_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"6"}
UseCase Load (0.1ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ward.co/jaquelyn_kertzmann"], ["description", "Ea reprehenderit facere veniam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.293851"], ["updated_at", "2018-12-10 18:50:10.293851"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis cum harum dolor."], ["url", "http://corwin.net/ellyn.bayer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.297508"], ["updated_at", "2018-12-10 18:50:10.297508"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et minima optio explicabo."], ["info_url", "http://medhurst.net/ashlee"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.300844"], ["updated_at", "2018-12-10 18:50:10.300844"], ["developer_id", 37]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore in qui unde."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.301792"], ["updated_at", "2018-12-10 18:50:10.301792"], ["app_id", 36], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Minima aut sequi quisquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos facere consequatur ut."], ["url", "http://wolfrippin.co/marinda.kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.305559"], ["updated_at", "2018-12-10 18:50:10.305559"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non id error vel."], ["info_url", "http://croninkuvalis.net/dave"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.307427"], ["updated_at", "2018-12-10 18:50:10.307427"], ["developer_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://torp.org/reid.grant"], ["description", "Officia facere et sunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.312568"], ["updated_at", "2018-12-10 18:50:10.312568"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illo dolorem sit sunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.313825"], ["updated_at", "2018-12-10 18:50:10.313825"], ["app_id", 37], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Omnis molestiae sit consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://muellerko.info/georgia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.317078"], ["updated_at", "2018-12-10 18:50:10.317078"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://doyle.org/monnie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.318087"], ["updated_at", "2018-12-10 18:50:10.318087"], ["distributor_id", 22], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt fugiat quod voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.322374"], ["updated_at", "2018-12-10 18:50:10.322374"], ["app_id", 37], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Deserunt autem perspiciatis molestiae."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Assumenda neque sunt cum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.327681"], ["updated_at", "2018-12-10 18:50:10.327681"], ["works_with_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larson.co/camila"], ["description", "Sunt et delectus sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.369701"], ["updated_at", "2018-12-10 18:50:10.369701"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Hic in incidunt repellat."], ["url", "http://harvey.io/brian"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.374271"], ["updated_at", "2018-12-10 18:50:10.374271"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Earum molestias doloribus neque."], ["info_url", "http://harrisarmstrong.name/zena_mraz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.379567"], ["updated_at", "2018-12-10 18:50:10.379567"], ["developer_id", 39]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis harum aliquam laborum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.380976"], ["updated_at", "2018-12-10 18:50:10.380976"], ["app_id", 38], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Voluptatum maiores molestiae ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Praesentium ipsa modi repellendus."], ["url", "http://romaguera.io/rob_bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.385048"], ["updated_at", "2018-12-10 18:50:10.385048"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil nulla totam sed."], ["info_url", "http://kundedibbert.com/denver"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.387096"], ["updated_at", "2018-12-10 18:50:10.387096"], ["developer_id", 40]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leffler.com/sally_welch"], ["description", "Sapiente rerum beatae at."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.395666"], ["updated_at", "2018-12-10 18:50:10.395666"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At iste sit repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.396885"], ["updated_at", "2018-12-10 18:50:10.396885"], ["app_id", 39], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Voluptatem autem voluptas est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langosh.name/quintin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.400215"], ["updated_at", "2018-12-10 18:50:10.400215"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lakinhilpert.io/ignacio"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.401690"], ["updated_at", "2018-12-10 18:50:10.401690"], ["distributor_id", 23], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus voluptatem et adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.404938"], ["updated_at", "2018-12-10 18:50:10.404938"], ["app_id", 39], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Rerum minus et debitis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://carrolldeckow.com/coletta.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.410663"], ["updated_at", "2018-12-10 18:50:10.410663"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita ut ratione ab."], ["url", "http://stanton.name/santos.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.414541"], ["updated_at", "2018-12-10 18:50:10.414541"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis unde earum dignissimos."], ["info_url", "http://lakin.name/jordon_hickle"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.417260"], ["updated_at", "2018-12-10 18:50:10.417260"], ["developer_id", 41]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hansenrodriguez.io/david_legros"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.418243"], ["updated_at", "2018-12-10 18:50:10.418243"], ["distributor_id", 24], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://powlowskikirlin.name/kasey", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"24"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://powlowskikirlin.name/kasey"], ["updated_at", "2018-12-10 18:50:10.425809"], ["id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/24 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lueilwitz.co/tania_marquardt"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.431924"], ["updated_at", "2018-12-10 18:50:10.431924"], ["icon_id", "apple"]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui aut corporis minima."], ["url", "http://mitchellhaley.biz/louvenia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.438456"], ["updated_at", "2018-12-10 18:50:10.438456"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus minima eligendi occaecati."], ["info_url", "http://macejkovic.biz/celestine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.442250"], ["updated_at", "2018-12-10 18:50:10.442250"], ["developer_id", 42]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://joneswilderman.io/samara.lakin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.443479"], ["updated_at", "2018-12-10 18:50:10.443479"], ["distributor_id", 25], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://becker.co/carmella.legros", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"25"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://becker.co/carmella.legros"], ["updated_at", "2018-12-10 18:50:10.449167"], ["id", 25]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)

Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dach.biz/narcisa"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.456707"], ["updated_at", "2018-12-10 18:50:10.456707"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et sed ad quibusdam."], ["url", "http://hartmanntrantow.org/shila"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.460919"], ["updated_at", "2018-12-10 18:50:10.460919"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam consequatur maiores dolore."], ["info_url", "http://reynolds.co/augustine.cummings"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.467573"], ["updated_at", "2018-12-10 18:50:10.467573"], ["developer_id", 43]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ruecker.org/jesus_damore"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.469083"], ["updated_at", "2018-12-10 18:50:10.469083"], ["distributor_id", 26], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://predovic.net/marva_volkman", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"26"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://predovic.net/marva_volkman"], ["updated_at", "2018-12-10 18:50:10.474534"], ["id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/26 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runolfondooley.io/alexander.boyer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.480836"], ["updated_at", "2018-12-10 18:50:10.480836"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam aut enim consequatur."], ["url", "http://halvorson.org/curtis_hagenes"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.484714"], ["updated_at", "2018-12-10 18:50:10.484714"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea maxime aperiam consectetur."], ["info_url", "http://zboncak.io/jordon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.491623"], ["updated_at", "2018-12-10 18:50:10.491623"], ["developer_id", 44]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://funk.info/everette"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.493388"], ["updated_at", "2018-12-10 18:50:10.493388"], ["distributor_id", 27], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"27"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.8ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcclure.biz/katheleen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.519262"], ["updated_at", "2018-12-10 18:50:10.519262"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum repudiandae eos tempore."], ["url", "http://mantereichert.co/arcelia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.524201"], ["updated_at", "2018-12-10 18:50:10.524201"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dignissimos aut velit dolorem."], ["info_url", "http://hammesjacobs.org/al"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.527328"], ["updated_at", "2018-12-10 18:50:10.527328"], ["developer_id", 45]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://padbergrogahn.net/trey"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.528340"], ["updated_at", "2018-12-10 18:50:10.528340"], ["distributor_id", 28], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"28"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://buckridge.io/ladawn_hamill"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.537127"], ["updated_at", "2018-12-10 18:50:10.537127"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum cum voluptatem rerum."], ["url", "http://kerluke.info/ty.johnston"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.541659"], ["updated_at", "2018-12-10 18:50:10.541659"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia est quasi nostrum."], ["info_url", "http://white.net/robbie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.548129"], ["updated_at", "2018-12-10 18:50:10.548129"], ["developer_id", 46]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stamm.biz/sammy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.549547"], ["updated_at", "2018-12-10 18:50:10.549547"], ["distributor_id", 29], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"29"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 1.1ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummerata.net/weldon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.561072"], ["updated_at", "2018-12-10 18:50:10.561072"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In voluptate enim omnis."], ["url", "http://mooreschoen.io/napoleon.kautzer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.565611"], ["updated_at", "2018-12-10 18:50:10.565611"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Delectus et maiores qui."], ["info_url", "http://stantonwuckert.co/tanner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.571790"], ["updated_at", "2018-12-10 18:50:10.571790"], ["developer_id", 47]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jakubowskiorn.net/mckenzie.romaguera"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.573118"], ["updated_at", "2018-12-10 18:50:10.573118"], ["distributor_id", 30], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)

Distributor Load (0.3ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.4ms)  COMMIT
 (0.3ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bradtke.org/houston_schuster"], ["description", "Sequi modi earum incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.628288"], ["updated_at", "2018-12-10 18:50:10.628288"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor deserunt et itaque."], ["url", "http://roob.org/franklin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.635185"], ["updated_at", "2018-12-10 18:50:10.635185"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod at et a."], ["info_url", "http://howell.info/steven.grady"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.640487"], ["updated_at", "2018-12-10 18:50:10.640487"], ["developer_id", 48]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex necessitatibus velit et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.642251"], ["updated_at", "2018-12-10 18:50:10.642251"], ["app_id", 47], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Sapiente suscipit voluptate omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id sit velit et."], ["url", "http://aufderhar.info/toi"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.646653"], ["updated_at", "2018-12-10 18:50:10.646653"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem voluptatem quia corrupti."], ["info_url", "http://corkery.name/refugio"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.651472"], ["updated_at", "2018-12-10 18:50:10.651472"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stanton.info/alfonzo.huels"], ["description", "Tenetur quis accusantium ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.657842"], ["updated_at", "2018-12-10 18:50:10.657842"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis et qui iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.658929"], ["updated_at", "2018-12-10 18:50:10.658929"], ["app_id", 48], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Officia rem at excepturi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sporerlebsack.name/nelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.663031"], ["updated_at", "2018-12-10 18:50:10.663031"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://deckow.com/jamel_grady"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.664084"], ["updated_at", "2018-12-10 18:50:10.664084"], ["distributor_id", 31], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero quos porro omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.666837"], ["updated_at", "2018-12-10 18:50:10.666837"], ["app_id", 48], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Molestiae ut velit culpa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kerluke.net/meagan"], ["description", "Voluptatem aut iure nulla."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.689687"], ["updated_at", "2018-12-10 18:50:10.689687"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit aliquid porro mollitia."], ["url", "http://jenkins.net/norbert_bartoletti"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.696486"], ["updated_at", "2018-12-10 18:50:10.696486"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor cupiditate aliquam quo."], ["info_url", "http://nolan.com/melvin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.702139"], ["updated_at", "2018-12-10 18:50:10.702139"], ["developer_id", 50]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor voluptatibus modi aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.703622"], ["updated_at", "2018-12-10 18:50:10.703622"], ["app_id", 49], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Deserunt nemo saepe debitis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et rerum quia nihil."], ["url", "http://herman.name/daryl"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.708338"], ["updated_at", "2018-12-10 18:50:10.708338"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est nemo quae qui."], ["info_url", "http://wiza.co/elisha.hansen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.710309"], ["updated_at", "2018-12-10 18:50:10.710309"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergereinger.io/laurence.osinski"], ["description", "Et in vel enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.714864"], ["updated_at", "2018-12-10 18:50:10.714864"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima distinctio unde enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.715750"], ["updated_at", "2018-12-10 18:50:10.715750"], ["app_id", 50], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Aut mollitia beatae et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermann.info/jefferson_harber"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.718459"], ["updated_at", "2018-12-10 18:50:10.718459"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schoen.com/christoper"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.719287"], ["updated_at", "2018-12-10 18:50:10.719287"], ["distributor_id", 32], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores voluptatum eos inventore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.722684"], ["updated_at", "2018-12-10 18:50:10.722684"], ["app_id", 50], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Optio repellendus omnis reiciendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Dolore saepe tempora suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.727580"], ["updated_at", "2018-12-10 18:50:10.727580"], ["works_with_id", 60], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Iusto aut voluptas omnis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia sed ab aut."], ["url", "http://hoppe.name/elfreda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.741409"], ["updated_at", "2018-12-10 18:50:10.741409"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"52"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.3ms)  SELECT COUNT(*) FROM "developers"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos quo repellat inventore."], ["url", "http://lemkebednar.org/anjanette_witting"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.761279"], ["updated_at", "2018-12-10 18:50:10.761279"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"53"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 5ms (ActiveRecord: 1.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quod mollitia accusamus non."], ["url", "http://daugherty.name/marlyn_green"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.777401"], ["updated_at", "2018-12-10 18:50:10.777401"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Quo tempore qui dolor.", "is_live"=>"true", "logo_image_url"=>"http://hegmannfisher.co/clementina_lebsack", "name"=>"developer_name", "url"=>"http://bailey.name/jannie"}, "id"=>"54"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.7ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Quo tempore qui dolor."], ["url", "http://bailey.name/jannie"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:50:10.789558"], ["id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/54 Completed 302 Found in 7ms (ActiveRecord: 1.7ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laborum accusantium vel quia."], ["url", "http://trantowwillms.info/nelida"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.800118"], ["updated_at", "2018-12-10 18:50:10.800118"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Quidem quis nulla dolorem.", "is_live"=>"true", "logo_image_url"=>"http://legros.org/palmer.ondricka", "name"=>"developer_name", "url"=>"http://wehner.io/jackqueline"}, "id"=>"55"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Quidem quis nulla dolorem."], ["url", "http://wehner.io/jackqueline"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:50:10.811851"], ["id", 55]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/55 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum itaque et asperiores."], ["url", "http://crooks.biz/jimmy.renner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.821913"], ["updated_at", "2018-12-10 18:50:10.821913"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Autem architecto nemo perspiciatis.", "is_live"=>"true", "logo_image_url"=>"http://padberg.io/stephenie", "name"=>"developer_name", "url"=>"http://schumm.com/sacha"}, "id"=>"56"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Autem architecto nemo perspiciatis."], ["url", "http://schumm.com/sacha"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:50:10.834309"], ["id", 56]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/56 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.7ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel distinctio vel illo."], ["url", "http://boyer.com/claria.robel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.849277"], ["updated_at", "2018-12-10 18:50:10.849277"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam veritatis qui et."], ["url", "http://bergnaum.net/dante"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:10.890210"], ["updated_at", "2018-12-10 18:50:10.890210"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"58"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
App Load (0.5ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 58]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 4.1ms | ActiveRecord: 0.7ms)

 (0.5ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 13:50:13 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.9ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (24.8ms)

Completed 500 Internal Server Error in 81ms (ActiveRecord: 11.7ms)

 (0.2ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (82.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.7ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 13:50:13 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.5ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.1ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 1.0ms)

 (0.2ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.3ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (48.5ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.6ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunde.com/marion_toy"], ["description", "Nihil harum et facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.811363"], ["updated_at", "2018-12-10 18:50:13.811363"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minima officia dignissimos pariatur."], ["url", "http://heel.com/justina_west"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.816698"], ["updated_at", "2018-12-10 18:50:13.816698"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut ratione quibusdam esse."], ["info_url", "http://crooks.co/hettie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.823134"], ["updated_at", "2018-12-10 18:50:13.823134"], ["developer_id", 1]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias ullam aut et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.824968"], ["updated_at", "2018-12-10 18:50:13.824968"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Deleniti et quisquam nihil."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Natus consectetur quia eum."], ["url", "http://reinger.name/steve.schmeler"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.830415"], ["updated_at", "2018-12-10 18:50:13.830415"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In et alias quasi."], ["info_url", "http://kochmarquardt.io/sherita_mann"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.832728"], ["updated_at", "2018-12-10 18:50:13.832728"], ["developer_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermannstroman.biz/teie"], ["description", "Illum qui iure et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.837811"], ["updated_at", "2018-12-10 18:50:13.837811"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui odit dignissimos blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.838975"], ["updated_at", "2018-12-10 18:50:13.838975"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Exercitationem at facilis expedita."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lowe.net/brooks"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.842080"], ["updated_at", "2018-12-10 18:50:13.842080"], ["icon_id", "apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lakin.co/eddie.powlowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.843305"], ["updated_at", "2018-12-10 18:50:13.843305"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus eligendi sunt et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.846723"], ["updated_at", "2018-12-10 18:50:13.846723"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Nobis aut architecto quia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut rerum doloremque perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.853327"], ["updated_at", "2018-12-10 18:50:13.853327"], ["works_with_id", 3], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Vero dolorem dolores nisi."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ryan.co/evette.wiza"], ["description", "Perspiciatis ipsam est dicta."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.881423"], ["updated_at", "2018-12-10 18:50:13.881423"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut consequatur similique nemo."], ["url", "http://torp.co/karena.strosin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.885921"], ["updated_at", "2018-12-10 18:50:13.885921"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem id quia et."], ["info_url", "http://hayes.info/iola"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.890102"], ["updated_at", "2018-12-10 18:50:13.890102"], ["developer_id", 3]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore provident et alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.891497"], ["updated_at", "2018-12-10 18:50:13.891497"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Quia sit autem delectus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum provident enim eos."], ["url", "http://lockman.co/gidget_ruel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.896490"], ["updated_at", "2018-12-10 18:50:13.896490"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni omnis quo consequuntur."], ["info_url", "http://crooks.name/merrie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.899719"], ["updated_at", "2018-12-10 18:50:13.899719"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beatty.com/jarvis.lueilwitz"], ["description", "Pariatur quo optio labore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.907646"], ["updated_at", "2018-12-10 18:50:13.907646"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed vel delectus voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.909173"], ["updated_at", "2018-12-10 18:50:13.909173"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Consequatur tempore earum sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schimmel.org/kirstin.koelpin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.913677"], ["updated_at", "2018-12-10 18:50:13.913677"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murrayveum.net/natashia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.915195"], ["updated_at", "2018-12-10 18:50:13.915195"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum et aut qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.918360"], ["updated_at", "2018-12-10 18:50:13.918360"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Ea voluptate velit quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quae natus aperiam eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.922159"], ["updated_at", "2018-12-10 18:50:13.922159"], ["works_with_id", 6], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sit distinctio omnis et."], ["publish_date", "2018-12-09"]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"2"}
Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 5ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schultz.biz/marin"], ["description", "Neque consequatur a molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.938482"], ["updated_at", "2018-12-10 18:50:13.938482"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates enim quia unde."], ["url", "http://hoppe.biz/bailey_maggio"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.943580"], ["updated_at", "2018-12-10 18:50:13.943580"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cumque et nulla natus."], ["info_url", "http://runte.biz/oren"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.947959"], ["updated_at", "2018-12-10 18:50:13.947959"], ["developer_id", 5]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In et accusantium iste."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.949478"], ["updated_at", "2018-12-10 18:50:13.949478"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Velit sit et quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Natus quo rerum iste."], ["url", "http://mohrtowne.org/benton"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.954881"], ["updated_at", "2018-12-10 18:50:13.954881"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laborum vero iure non."], ["info_url", "http://langoshreichert.org/loyd_fritsch"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.957459"], ["updated_at", "2018-12-10 18:50:13.957459"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zieme.org/lucas.wilkinson"], ["description", "Est repellat rerum occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.965582"], ["updated_at", "2018-12-10 18:50:13.965582"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur aut et est."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.967298"], ["updated_at", "2018-12-10 18:50:13.967298"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Eum sit est in."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://yostkuhlman.name/jerilyn.cartwright"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.971739"], ["updated_at", "2018-12-10 18:50:13.971739"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schusterthiel.io/bret_senger"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.972909"], ["updated_at", "2018-12-10 18:50:13.972909"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Totam eligendi accusantium ab."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.975727"], ["updated_at", "2018-12-10 18:50:13.975727"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Vel et id laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Delectus vero perspiciatis reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.979160"], ["updated_at", "2018-12-10 18:50:13.979160"], ["works_with_id", 9], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Vero cum minima voluptatibus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"3"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kulas.name/gavin"], ["description", "Distinctio quia et quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.989052"], ["updated_at", "2018-12-10 18:50:13.989052"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Atque ut dicta deleniti."], ["url", "http://christiansen.co/melania.kautzer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.992921"], ["updated_at", "2018-12-10 18:50:13.992921"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est error eos aut."], ["info_url", "http://kutchschumm.name/trenton.larkin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.996401"], ["updated_at", "2018-12-10 18:50:13.996401"], ["developer_id", 7]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil veniam corrupti quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:13.997555"], ["updated_at", "2018-12-10 18:50:13.997555"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Cumque numquam quas voluptatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum amet vitae eos."], ["url", "http://lockman.org/lelah.zemlak"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.002249"], ["updated_at", "2018-12-10 18:50:14.002249"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci quo maxime error."], ["info_url", "http://spencer.org/machelle"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.004826"], ["updated_at", "2018-12-10 18:50:14.004826"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brownbeier.name/sharita.pfannerstill"], ["description", "Rem libero nobis voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.010218"], ["updated_at", "2018-12-10 18:50:14.010218"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium eius ut velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.011422"], ["updated_at", "2018-12-10 18:50:14.011422"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Iure voluptas quas fuga."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://effertz.org/pedro"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.014605"], ["updated_at", "2018-12-10 18:50:14.014605"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klein.com/florentina"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.015552"], ["updated_at", "2018-12-10 18:50:14.015552"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat et excepturi quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.018501"], ["updated_at", "2018-12-10 18:50:14.018501"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Similique placeat ut nam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quia aliquid ad et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.023641"], ["updated_at", "2018-12-10 18:50:14.023641"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Autem natus impedit expedita."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://adams.info/matt"], ["description", "Pariatur nostrum nobis ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.038779"], ["updated_at", "2018-12-10 18:50:14.038779"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem voluptatem id fugit."], ["url", "http://gloverhauck.net/gregory"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.042983"], ["updated_at", "2018-12-10 18:50:14.042983"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odio sint quo atque."], ["info_url", "http://langosh.biz/jackie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.047556"], ["updated_at", "2018-12-10 18:50:14.047556"], ["developer_id", 9]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est voluptatem magni possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.049044"], ["updated_at", "2018-12-10 18:50:14.049044"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Perspiciatis est esse ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta sequi eligendi consequatur."], ["url", "http://howe.io/joaquina"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.053589"], ["updated_at", "2018-12-10 18:50:14.053589"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia magnam voluptatem alias."], ["info_url", "http://deckow.io/noble"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.055939"], ["updated_at", "2018-12-10 18:50:14.055939"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feil.name/louetta"], ["description", "Dignissimos magni sit quos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.061110"], ["updated_at", "2018-12-10 18:50:14.061110"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla aut at amet."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.062202"], ["updated_at", "2018-12-10 18:50:14.062202"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Libero cum deleniti magnam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jaskolski.biz/man_hilpert"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.067291"], ["updated_at", "2018-12-10 18:50:14.067291"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://glovertorphy.net/wilfred"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.069999"], ["updated_at", "2018-12-10 18:50:14.069999"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad itaque eum ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.074069"], ["updated_at", "2018-12-10 18:50:14.074069"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Amet non delectus aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Dolore a ut fuga."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.077634"], ["updated_at", "2018-12-10 18:50:14.077634"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Aliquid illum impedit consequatur."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Sint facilis nesciunt sapiente.", "is_live"=>"true", "promo_image_url"=>"http://koelpinmuller.net/ethan.larson", "promo_text"=>"Quia eveniet placeat cumque.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"5"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Sint facilis nesciunt sapiente."], ["promo_text", "Quia eveniet placeat cumque."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:50:14.089143"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/5 Completed 302 Found in 10ms (ActiveRecord: 1.8ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutmann.net/cecelia"], ["description", "Suscipit sed officia et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.096294"], ["updated_at", "2018-12-10 18:50:14.096294"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum facilis hic vero."], ["url", "http://powlowski.info/bill"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.100082"], ["updated_at", "2018-12-10 18:50:14.100082"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus sint cupiditate repellat."], ["info_url", "http://farrell.org/huey_pfeffer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.103531"], ["updated_at", "2018-12-10 18:50:14.103531"], ["developer_id", 11]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae corporis odit consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.104662"], ["updated_at", "2018-12-10 18:50:14.104662"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Qui et quidem iusto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque et ullam sapiente."], ["url", "http://herzog.name/justin.heller"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.108742"], ["updated_at", "2018-12-10 18:50:14.108742"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nemo est qui nesciunt."], ["info_url", "http://dickinsonmiller.io/theron"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.111589"], ["updated_at", "2018-12-10 18:50:14.111589"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sawayn.org/jennie"], ["description", "Et nulla tempore qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.117029"], ["updated_at", "2018-12-10 18:50:14.117029"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni sapiente ut minima."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.118161"], ["updated_at", "2018-12-10 18:50:14.118161"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Provident sapiente quidem consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hand.net/vance_goldner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.121532"], ["updated_at", "2018-12-10 18:50:14.121532"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://littlerobel.biz/genaro_rice"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.122782"], ["updated_at", "2018-12-10 18:50:14.122782"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga reprehenderit architecto dicta."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.125657"], ["updated_at", "2018-12-10 18:50:14.125657"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Praesentium aspernatur doloribus fugit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fuga nisi reprehenderit sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.128839"], ["updated_at", "2018-12-10 18:50:14.128839"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cum cumque possimus ipsam."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Odio totam perferendis cumque.", "is_live"=>"true", "promo_image_url"=>"http://connmuller.com/aldo", "promo_text"=>"Non possimus consequatur eum.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"6"}
Testimonial Load (0.5ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Odio totam perferendis cumque."], ["promo_text", "Non possimus consequatur eum."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:50:14.144552"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/6 Completed 302 Found in 11ms (ActiveRecord: 2.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://berniermohr.co/helene_swaniawski"], ["description", "In vel dolorem pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.150810"], ["updated_at", "2018-12-10 18:50:14.150810"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odio qui corporis est."], ["url", "http://grimes.co/alycia.haag"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.154818"], ["updated_at", "2018-12-10 18:50:14.154818"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut sed velit numquam."], ["info_url", "http://mccullough.co/dorthea.jacobs"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.158701"], ["updated_at", "2018-12-10 18:50:14.158701"], ["developer_id", 13]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea quo natus ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.159761"], ["updated_at", "2018-12-10 18:50:14.159761"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Autem reprehenderit voluptas fuga."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est et exercitationem officia."], ["url", "http://marvinosinski.com/suzie_jakubowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.163925"], ["updated_at", "2018-12-10 18:50:14.163925"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos eveniet sint labore."], ["info_url", "http://yundt.co/oliva"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.165756"], ["updated_at", "2018-12-10 18:50:14.165756"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://markshowell.name/marcela.schimmel"], ["description", "Voluptatum aut praesentium et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.170233"], ["updated_at", "2018-12-10 18:50:14.170233"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil dicta amet consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.171495"], ["updated_at", "2018-12-10 18:50:14.171495"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Ut sit sint dignissimos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bahringer.com/hee"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.175452"], ["updated_at", "2018-12-10 18:50:14.175452"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blickmcclure.name/williams.wyman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.176527"], ["updated_at", "2018-12-10 18:50:14.176527"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae beatae eaque magnam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.179621"], ["updated_at", "2018-12-10 18:50:14.179621"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Aspernatur id laboriosam occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et sunt qui ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.183199"], ["updated_at", "2018-12-10 18:50:14.183199"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Et eligendi necessitatibus aperiam."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Architecto amet expedita nostrum.", "is_live"=>"true", "promo_image_url"=>"http://okeefe.name/lawerence", "promo_text"=>"Quia ea eum asperiores.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"7"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Offering Load (0.7ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Architecto amet expedita nostrum."], ["promo_text", "Quia ea eum asperiores."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:50:14.199413"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/7 Completed 302 Found in 14ms (ActiveRecord: 2.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lang.com/malik_effertz"], ["description", "Sed aut rerum vel."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.208408"], ["updated_at", "2018-12-10 18:50:14.208408"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint consequuntur earum praesentium."], ["url", "http://mayertzulauf.io/irena"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.213353"], ["updated_at", "2018-12-10 18:50:14.213353"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates amet non consequatur."], ["info_url", "http://greenfelder.name/desmond"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.217616"], ["updated_at", "2018-12-10 18:50:14.217616"], ["developer_id", 15]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum et suscipit nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.218899"], ["updated_at", "2018-12-10 18:50:14.218899"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Amet ut ad necessitatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat ex et et."], ["url", "http://aufderhar.io/lou"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.223865"], ["updated_at", "2018-12-10 18:50:14.223865"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum alias ullam quidem."], ["info_url", "http://hudson.name/demetrice.veum"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.226134"], ["updated_at", "2018-12-10 18:50:14.226134"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://steuber.com/jonell"], ["description", "Eum tenetur est eius."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.231223"], ["updated_at", "2018-12-10 18:50:14.231223"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur sed qui et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.232310"], ["updated_at", "2018-12-10 18:50:14.232310"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Qui nam officia accusantium."]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kirlinwest.name/maricela"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.239242"], ["updated_at", "2018-12-10 18:50:14.239242"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hand.biz/louann_dubuque"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.240430"], ["updated_at", "2018-12-10 18:50:14.240430"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem voluptate debitis in."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.243449"], ["updated_at", "2018-12-10 18:50:14.243449"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Consequatur iste odio voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Id et aut dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.246009"], ["updated_at", "2018-12-10 18:50:14.246009"], ["works_with_id", 24]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Suscipit libero nobis possimus.", "image_url"=>"http://connellytoy.com/dean_cruickshank", "is_live"=>"true"}, "id"=>"1"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Suscipit libero nobis possimus."], ["updated_at", "2018-12-10 18:50:14.257561"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/1 Completed 302 Found in 9ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://klocko.com/cornell_jenkins"], ["description", "Qui odit quia veniam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.264624"], ["updated_at", "2018-12-10 18:50:14.264624"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum eaque id magni."], ["url", "http://weimann.net/randa_bayer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.268499"], ["updated_at", "2018-12-10 18:50:14.268499"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure libero officia exercitationem."], ["info_url", "http://kihn.io/carlo.zieme"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.272048"], ["updated_at", "2018-12-10 18:50:14.272048"], ["developer_id", 17]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem maxime iusto et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.273259"], ["updated_at", "2018-12-10 18:50:14.273259"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Ducimus libero amet voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Libero enim odio occaecati."], ["url", "http://reingeroconner.co/wes"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.278400"], ["updated_at", "2018-12-10 18:50:14.278400"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores excepturi et sint."], ["info_url", "http://white.name/harrison"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.280572"], ["updated_at", "2018-12-10 18:50:14.280572"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brakus.org/larry"], ["description", "Minima distinctio similique et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.285445"], ["updated_at", "2018-12-10 18:50:14.285445"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi corporis molestiae dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.286593"], ["updated_at", "2018-12-10 18:50:14.286593"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Cupiditate tenetur dignissimos aperiam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stiedemann.io/mario_mccullough"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.290233"], ["updated_at", "2018-12-10 18:50:14.290233"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wyman.com/benedict.maggio"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.291291"], ["updated_at", "2018-12-10 18:50:14.291291"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum assumenda excepturi reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.294201"], ["updated_at", "2018-12-10 18:50:14.294201"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Corporis quia ullam assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Consectetur dignissimos incidunt aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.297378"], ["updated_at", "2018-12-10 18:50:14.297378"], ["works_with_id", 27]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Aut nam laborum nesciunt.", "image_url"=>"http://bartonnienow.info/edgardo", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Aut nam laborum nesciunt."], ["updated_at", "2018-12-10 18:50:14.310654"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dicki.io/gonzalo"], ["description", "Ipsam consequuntur consectetur sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.318554"], ["updated_at", "2018-12-10 18:50:14.318554"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et est praesentium corrupti."], ["url", "http://weberwolf.com/gerald"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.323765"], ["updated_at", "2018-12-10 18:50:14.323765"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia earum inventore quo."], ["info_url", "http://blandaschmeler.co/flavia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.328102"], ["updated_at", "2018-12-10 18:50:14.328102"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed quidem reprehenderit fuga."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.329388"], ["updated_at", "2018-12-10 18:50:14.329388"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Modi qui quidem quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos dicta non quo."], ["url", "http://brekkeschimmel.co/leisha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.333588"], ["updated_at", "2018-12-10 18:50:14.333588"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id molestias dolorum ut."], ["info_url", "http://bergnaum.io/marcel.kiehn"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.335573"], ["updated_at", "2018-12-10 18:50:14.335573"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://predovickeebler.info/avril"], ["description", "Cumque voluptatem rerum culpa."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.344467"], ["updated_at", "2018-12-10 18:50:14.344467"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maxime similique qui rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.346223"], ["updated_at", "2018-12-10 18:50:14.346223"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Autem animi iure et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kreigerrodriguez.co/yong"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.349772"], ["updated_at", "2018-12-10 18:50:14.349772"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ritchiegusikowski.net/jame"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.350730"], ["updated_at", "2018-12-10 18:50:14.350730"], ["distributor_id", 10], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur voluptatem ullam alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.353611"], ["updated_at", "2018-12-10 18:50:14.353611"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Animi labore vero nemo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "At beatae occaecati quisquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.356219"], ["updated_at", "2018-12-10 18:50:14.356219"], ["works_with_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Magni fuga placeat veritatis.", "image_url"=>"http://windler.co/holli.mccullough", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Magni fuga placeat veritatis."], ["updated_at", "2018-12-10 18:50:14.366066"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mann.co/laurence_wilkinson"], ["description", "Ut quos ipsam a."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.373351"], ["updated_at", "2018-12-10 18:50:14.373351"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto nemo eum aliquid."], ["url", "http://erdman.info/cori.gerlach"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.377521"], ["updated_at", "2018-12-10 18:50:14.377521"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus aut enim consequuntur."], ["info_url", "http://gorczanyjohns.net/roland"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.381540"], ["updated_at", "2018-12-10 18:50:14.381540"], ["developer_id", 21]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim ipsam ex quos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.382853"], ["updated_at", "2018-12-10 18:50:14.382853"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Delectus esse qui eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit nulla similique ratione."], ["url", "http://feilkilback.com/carol.carroll"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.388317"], ["updated_at", "2018-12-10 18:50:14.388317"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odio magnam doloribus iure."], ["info_url", "http://abernathygraham.io/denae.braun"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.390977"], ["updated_at", "2018-12-10 18:50:14.390977"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tillmanhomenick.io/jackson"], ["description", "Laudantium aut nulla voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.396229"], ["updated_at", "2018-12-10 18:50:14.396229"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea nisi consequuntur tempora."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.397314"], ["updated_at", "2018-12-10 18:50:14.397314"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Distinctio atque aut facere."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://waltervon.io/roseanna"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.400503"], ["updated_at", "2018-12-10 18:50:14.400503"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mullerschuppe.com/eileen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.401500"], ["updated_at", "2018-12-10 18:50:14.401500"], ["distributor_id", 11], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam maiores eos sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.404893"], ["updated_at", "2018-12-10 18:50:14.404893"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Non dolores nobis voluptatem."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Est consectetur ea et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.410873"], ["updated_at", "2018-12-10 18:50:14.410873"], ["works_with_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://predovic.com/gregg.zulauf"], ["description", "Accusantium est optio quod."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.422405"], ["updated_at", "2018-12-10 18:50:14.422405"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi est consectetur asperiores."], ["url", "http://olson.net/jeanice"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.426433"], ["updated_at", "2018-12-10 18:50:14.426433"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta quibusdam aliquid nobis."], ["info_url", "http://boylegrant.name/kerstin_murazik"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.431108"], ["updated_at", "2018-12-10 18:50:14.431108"], ["developer_id", 23]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis velit repellendus et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.432762"], ["updated_at", "2018-12-10 18:50:14.432762"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Et quaerat tempore ipsam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore non qui et."], ["url", "http://cruickshank.com/gail"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.438688"], ["updated_at", "2018-12-10 18:50:14.438688"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Mollitia sit animi expedita."], ["info_url", "http://jacobsmitchell.org/julius.jacobson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.441168"], ["updated_at", "2018-12-10 18:50:14.441168"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fahey.org/tangela"], ["description", "Facilis officia cum veniam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.447032"], ["updated_at", "2018-12-10 18:50:14.447032"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum aut enim harum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.448300"], ["updated_at", "2018-12-10 18:50:14.448300"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Aut aperiam ducimus nam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://roob.biz/velvet"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.452260"], ["updated_at", "2018-12-10 18:50:14.452260"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://towne.info/milda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.455916"], ["updated_at", "2018-12-10 18:50:14.455916"], ["distributor_id", 12], ["app_id", 24]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique nesciunt est unde."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.461487"], ["updated_at", "2018-12-10 18:50:14.461487"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Aut quisquam est iste."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Doloremque adipisci sed amet."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.464947"], ["updated_at", "2018-12-10 18:50:14.464947"], ["works_with_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 11ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://orn.com/jen.witting"], ["description", "Voluptatem et rerum ab."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.485062"], ["updated_at", "2018-12-10 18:50:14.485062"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse autem sint eveniet."], ["url", "http://berge.info/patience"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.489939"], ["updated_at", "2018-12-10 18:50:14.489939"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam ad accusantium nihil."], ["info_url", "http://bahringergutkowski.name/jeromy_dooley"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.494082"], ["updated_at", "2018-12-10 18:50:14.494082"], ["developer_id", 25]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In non sit eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.495236"], ["updated_at", "2018-12-10 18:50:14.495236"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Cum repellendus amet ipsum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corporis fugit necessitatibus ex."], ["url", "http://hartmann.org/jame"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.500410"], ["updated_at", "2018-12-10 18:50:14.500410"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error quo et commodi."], ["info_url", "http://funkferry.net/neida_turner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.502624"], ["updated_at", "2018-12-10 18:50:14.502624"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hane.net/helaine_brekke"], ["description", "Fugit veritatis eum consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.508422"], ["updated_at", "2018-12-10 18:50:14.508422"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta consequatur ducimus sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.509544"], ["updated_at", "2018-12-10 18:50:14.509544"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Deserunt voluptas est sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://baumbachdoyle.org/roy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.512483"], ["updated_at", "2018-12-10 18:50:14.512483"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grantcronin.biz/lowell_lebsack"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.513434"], ["updated_at", "2018-12-10 18:50:14.513434"], ["distributor_id", 13], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit reprehenderit molestias commodi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.516389"], ["updated_at", "2018-12-10 18:50:14.516389"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Illo dignissimos minima earum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Vel ut corrupti ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.519951"], ["updated_at", "2018-12-10 18:50:14.519951"], ["works_with_id", 39]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hettinger.net/wilburn_connelly"], ["description", "Aut voluptatem ullam odit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.546528"], ["updated_at", "2018-12-10 18:50:14.546528"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deserunt perspiciatis molestiae est."], ["url", "http://dickensgibson.biz/elias"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.550188"], ["updated_at", "2018-12-10 18:50:14.550188"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laborum placeat dolor in."], ["info_url", "http://koch.io/donovan_mccullough"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.553517"], ["updated_at", "2018-12-10 18:50:14.553517"], ["developer_id", 27]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur quisquam dicta officia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.554777"], ["updated_at", "2018-12-10 18:50:14.554777"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Sint omnis et facilis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et rerum deleniti repudiandae."], ["url", "http://ondricka.name/jenine_cummings"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.558534"], ["updated_at", "2018-12-10 18:50:14.558534"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum esse non veniam."], ["info_url", "http://lindgrenschmitt.net/tyisha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.560403"], ["updated_at", "2018-12-10 18:50:14.560403"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kozey.info/yuko.daniel"], ["description", "Officiis doloremque dignissimos id."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.565934"], ["updated_at", "2018-12-10 18:50:14.565934"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas quis provident fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.567108"], ["updated_at", "2018-12-10 18:50:14.567108"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Rerum asperiores recusandae esse."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lubowitzraynor.org/velva_runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.570809"], ["updated_at", "2018-12-10 18:50:14.570809"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fay.name/exie.zulauf"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.571887"], ["updated_at", "2018-12-10 18:50:14.571887"], ["distributor_id", 14], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel in tempore earum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.575128"], ["updated_at", "2018-12-10 18:50:14.575128"], ["app_id", 28], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Aspernatur expedita temporibus autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quas libero veritatis non."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.577674"], ["updated_at", "2018-12-10 18:50:14.577674"], ["works_with_id", 42]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.3ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leuschke.info/patrick"], ["description", "Nisi ea voluptatum at."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.593324"], ["updated_at", "2018-12-10 18:50:14.593324"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis tenetur aut recusandae."], ["url", "http://kuhlmantremblay.net/isa_kunze"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.597349"], ["updated_at", "2018-12-10 18:50:14.597349"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corporis et qui cumque."], ["info_url", "http://bosco.info/haan.crona"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.601091"], ["updated_at", "2018-12-10 18:50:14.601091"], ["developer_id", 29]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ullam quibusdam adipisci hic."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.602153"], ["updated_at", "2018-12-10 18:50:14.602153"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Aut quis odit et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"29"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://buckridgecremin.name/alejandro_lang"], ["description", "Est rerum earum laborum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.626266"], ["updated_at", "2018-12-10 18:50:14.626266"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magni aut iure enim."], ["url", "http://mcglynn.info/keenan_stracke"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.634286"], ["updated_at", "2018-12-10 18:50:14.634286"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut aut quam quisquam."], ["info_url", "http://denesik.biz/rich"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.639241"], ["updated_at", "2018-12-10 18:50:14.639241"], ["developer_id", 30]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat rem provident sequi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.640482"], ["updated_at", "2018-12-10 18:50:14.640482"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Soluta officiis vel rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Ea et nobis non.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://funk.org/denny_rolfson"}, "id"=>"30"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Ea et nobis non."], ["shop_link", "http://funk.org/denny_rolfson"], ["updated_at", "2018-12-10 18:50:14.646228"], ["id", 30]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/30 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hansen.biz/edmond"], ["description", "Sunt quia beatae sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.652326"], ["updated_at", "2018-12-10 18:50:14.652326"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est facere ullam nisi."], ["url", "http://moorerogahn.name/adrienne.west"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.660991"], ["updated_at", "2018-12-10 18:50:14.660991"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At repudiandae vel autem."], ["info_url", "http://gottlieb.org/chris.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.665429"], ["updated_at", "2018-12-10 18:50:14.665429"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil aut qui at."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.666649"], ["updated_at", "2018-12-10 18:50:14.666649"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Expedita alias est ut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Aliquam quo velit labore.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://schmeler.co/coy_mertz"}, "id"=>"31"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Aliquam quo velit labore."], ["shop_link", "http://schmeler.co/coy_mertz"], ["updated_at", "2018-12-10 18:50:14.673284"], ["id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/31 Completed 302 Found in 4ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://metz.org/ernestine"], ["description", "Eaque facilis omnis sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.679168"], ["updated_at", "2018-12-10 18:50:14.679168"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nisi assumenda omnis dolore."], ["url", "http://feest.net/julianne_barton"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.683719"], ["updated_at", "2018-12-10 18:50:14.683719"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam nostrum qui eaque."], ["info_url", "http://mitchell.info/alyce_bahringer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.688450"], ["updated_at", "2018-12-10 18:50:14.688450"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus amet voluptas provident."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.689894"], ["updated_at", "2018-12-10 18:50:14.689894"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Et voluptatem vel quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Recusandae velit nihil molestias.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://douglas.net/german_hamill"}, "id"=>"32"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Recusandae velit nihil molestias."], ["shop_link", "http://douglas.net/german_hamill"], ["updated_at", "2018-12-10 18:50:14.699701"], ["id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/32 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schroeder.biz/reena_dooley"], ["description", "Nihil cum nihil fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.707030"], ["updated_at", "2018-12-10 18:50:14.707030"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et provident a et."], ["url", "http://mckenziesteuber.name/belinda_hoeger"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.711505"], ["updated_at", "2018-12-10 18:50:14.711505"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam accusantium consequatur voluptates."], ["info_url", "http://collins.org/francesco"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.715944"], ["updated_at", "2018-12-10 18:50:14.715944"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt et sit iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.717186"], ["updated_at", "2018-12-10 18:50:14.717186"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Suscipit saepe et natus."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"33"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koepp.com/warren.koepp"], ["description", "Quisquam odio voluptatem illum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.730938"], ["updated_at", "2018-12-10 18:50:14.730938"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores ipsam explicabo qui."], ["url", "http://baileyhackett.io/dominic_pagac"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.734910"], ["updated_at", "2018-12-10 18:50:14.734910"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum deserunt debitis quod."], ["info_url", "http://krajcikheaney.name/linda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.739224"], ["updated_at", "2018-12-10 18:50:14.739224"], ["developer_id", 34]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem facilis enim tempora."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.740732"], ["updated_at", "2018-12-10 18:50:14.740732"], ["app_id", 34], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Occaecati porro officiis iste."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"34"}
Offering Load (1.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 6ms (ActiveRecord: 2.1ms)

 (0.4ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mrazstrosin.biz/rosena.crooks"], ["description", "Qui similique dolorum laborum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.756097"], ["updated_at", "2018-12-10 18:50:14.756097"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia qui omnis alias."], ["url", "http://bogisich.info/blair"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.761231"], ["updated_at", "2018-12-10 18:50:14.761231"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere dicta consequatur ducimus."], ["info_url", "http://connelly.co/ralph.keeling"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.766394"], ["updated_at", "2018-12-10 18:50:14.766394"], ["developer_id", 35]]
SQL (1.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus harum autem quam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.767754"], ["updated_at", "2018-12-10 18:50:14.767754"], ["app_id", 35], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Rerum adipisci eum delectus."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (1.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.3ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 13:50:14 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.5ms)

Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 13:50:14 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (5.0ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.7ms)  COMMIT
 (0.5ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://carter.co/carrol.stehr"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.927250"], ["updated_at", "2018-12-10 18:50:14.927250"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea nobis et a."], ["url", "http://beer.net/teodora.spencer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.935956"], ["updated_at", "2018-12-10 18:50:14.935956"], ["logo_image_url", nil]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eveniet fuga corporis dolor."], ["info_url", "http://borer.com/darryl"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.943567"], ["updated_at", "2018-12-10 18:50:14.943567"], ["developer_id", 36]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://braun.co/edmundo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.945280"], ["updated_at", "2018-12-10 18:50:14.945280"], ["distributor_id", 15], ["app_id", 36]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto esse delectus voluptate."], ["url", "http://hand.org/josefine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.950655"], ["updated_at", "2018-12-10 18:50:14.950655"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem accusantium perferendis nemo."], ["info_url", "http://stokes.io/roseline_torphy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.953117"], ["updated_at", "2018-12-10 18:50:14.953117"], ["developer_id", 37]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cronayundt.name/eleanore.nikolaus"], ["description", "Sapiente ut deleniti nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.964623"], ["updated_at", "2018-12-10 18:50:14.964623"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat ut incidunt voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.965784"], ["updated_at", "2018-12-10 18:50:14.965784"], ["app_id", 37], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Ipsum qui eos voluptatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://armstrong.biz/porter"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.969116"], ["updated_at", "2018-12-10 18:50:14.969116"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rippin.net/marcelino"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:14.970323"], ["updated_at", "2018-12-10 18:50:14.970323"], ["distributor_id", 16], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.6ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lehnerspencer.info/tuyet"], ["description", "Est quia modi aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.003947"], ["updated_at", "2018-12-10 18:50:15.003947"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatibus dolor dicta et."], ["url", "http://legros.net/geoffrey_koepp"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.008835"], ["updated_at", "2018-12-10 18:50:15.008835"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Numquam voluptatem quis dolorem."], ["info_url", "http://bode.com/ali"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.018275"], ["updated_at", "2018-12-10 18:50:15.018275"], ["developer_id", 38]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate quam alias harum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.020988"], ["updated_at", "2018-12-10 18:50:15.020988"], ["app_id", 38], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Cum inventore vel quisquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate ipsum dolores qui."], ["url", "http://little.co/leda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.026382"], ["updated_at", "2018-12-10 18:50:15.026382"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim aut veniam est."], ["info_url", "http://abernathy.io/grover"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.028802"], ["updated_at", "2018-12-10 18:50:15.028802"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mohrgutmann.co/jarrett"], ["description", "Libero ipsam ut voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.035033"], ["updated_at", "2018-12-10 18:50:15.035033"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere sed consequuntur commodi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.036345"], ["updated_at", "2018-12-10 18:50:15.036345"], ["app_id", 39], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Qui et officia voluptatum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feil.org/theo_rippin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.040263"], ["updated_at", "2018-12-10 18:50:15.040263"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kirlindurgan.name/donita_shanahan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.041285"], ["updated_at", "2018-12-10 18:50:15.041285"], ["distributor_id", 17], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit aut unde voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.044983"], ["updated_at", "2018-12-10 18:50:15.044983"], ["app_id", 39], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Occaecati labore praesentium tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut dolorem fugiat amet."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.049433"], ["updated_at", "2018-12-10 18:50:15.049433"], ["works_with_id", 53], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptatem vel quod rem."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quo rerum a aut."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:15.052375"], ["updated_at", "2018-12-10 18:50:15.052375"], ["testimonial_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://greenbailey.co/ardelia_rosenbaum"], ["description", "Omnis mollitia consequatur ex."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.080701"], ["updated_at", "2018-12-10 18:50:15.080701"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur quia ab eum."], ["url", "http://cain.info/jacinto"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.085623"], ["updated_at", "2018-12-10 18:50:15.085623"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et architecto excepturi tenetur."], ["info_url", "http://dickinson.info/julianna"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.091776"], ["updated_at", "2018-12-10 18:50:15.091776"], ["developer_id", 40]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id amet recusandae necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.093310"], ["updated_at", "2018-12-10 18:50:15.093310"], ["app_id", 40], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Ut qui labore repellendus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Numquam esse explicabo occaecati."], ["url", "http://mcclure.net/colby"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.099293"], ["updated_at", "2018-12-10 18:50:15.099293"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ad inventore itaque libero."], ["info_url", "http://pollich.io/jasper"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.101978"], ["updated_at", "2018-12-10 18:50:15.101978"], ["developer_id", 41]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cronin.net/isobel.hyatt"], ["description", "Voluptas distinctio modi aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.111680"], ["updated_at", "2018-12-10 18:50:15.111680"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi sed dolor quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.113022"], ["updated_at", "2018-12-10 18:50:15.113022"], ["app_id", 41], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Aliquid libero delectus quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grady.io/cedrick"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.116511"], ["updated_at", "2018-12-10 18:50:15.116511"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dicki.name/timmy_bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.117627"], ["updated_at", "2018-12-10 18:50:15.117627"], ["distributor_id", 18], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur ex voluptas consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.120807"], ["updated_at", "2018-12-10 18:50:15.120807"], ["app_id", 41], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Et ut facere harum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aliquid fuga voluptatum ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.124380"], ["updated_at", "2018-12-10 18:50:15.124380"], ["works_with_id", 56], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Vitae et quis quo."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quia amet qui id."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:15.127118"], ["updated_at", "2018-12-10 18:50:15.127118"], ["testimonial_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feil.info/candida"], ["description", "Eos et eveniet voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.138727"], ["updated_at", "2018-12-10 18:50:15.138727"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Blanditiis nam illum quis."], ["url", "http://bogisichhaag.name/george.kirlin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.143472"], ["updated_at", "2018-12-10 18:50:15.143472"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste beatae qui ex."], ["info_url", "http://wunschmaggio.org/alia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.147798"], ["updated_at", "2018-12-10 18:50:15.147798"], ["developer_id", 42]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut qui sed voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.149079"], ["updated_at", "2018-12-10 18:50:15.149079"], ["app_id", 42], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Iusto dolorem quidem dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat sint omnis eaque."], ["url", "http://fadel.co/kenya_abbott"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.154299"], ["updated_at", "2018-12-10 18:50:15.154299"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore mollitia officia maiores."], ["info_url", "http://swiftmoriette.com/silas"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.157206"], ["updated_at", "2018-12-10 18:50:15.157206"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://glover.biz/candi"], ["description", "Ipsum accusamus nisi quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.162906"], ["updated_at", "2018-12-10 18:50:15.162906"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur ex neque aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.164288"], ["updated_at", "2018-12-10 18:50:15.164288"], ["app_id", 43], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Nesciunt sunt dolore architecto."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schaefer.io/helene"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.171882"], ["updated_at", "2018-12-10 18:50:15.171882"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johnson.com/arron"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.173193"], ["updated_at", "2018-12-10 18:50:15.173193"], ["distributor_id", 19], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum aut et culpa."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.176474"], ["updated_at", "2018-12-10 18:50:15.176474"], ["app_id", 43], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Sequi velit magni molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Maxime perferendis numquam recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.180251"], ["updated_at", "2018-12-10 18:50:15.180251"], ["works_with_id", 59], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eius molestiae architecto totam."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Veniam laudantium neque dicta."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:15.183309"], ["updated_at", "2018-12-10 18:50:15.183309"], ["testimonial_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jones.info/weston"], ["description", "Veritatis eius officia aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.195437"], ["updated_at", "2018-12-10 18:50:15.195437"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia illo in sunt."], ["url", "http://beerrunte.info/hannelore"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.200361"], ["updated_at", "2018-12-10 18:50:15.200361"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut quo temporibus vel."], ["info_url", "http://weinatgoyette.net/king_lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.205057"], ["updated_at", "2018-12-10 18:50:15.205057"], ["developer_id", 44]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae velit architecto quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.206581"], ["updated_at", "2018-12-10 18:50:15.206581"], ["app_id", 44], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Esse odio molestiae pariatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem saepe aut consequatur."], ["url", "http://zieme.name/rosario"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.216244"], ["updated_at", "2018-12-10 18:50:15.216244"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat quia omnis libero."], ["info_url", "http://robel.io/samara"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.218405"], ["updated_at", "2018-12-10 18:50:15.218405"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://durgan.net/winfred"], ["description", "Atque velit est consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.224085"], ["updated_at", "2018-12-10 18:50:15.224085"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor est aut aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.225101"], ["updated_at", "2018-12-10 18:50:15.225101"], ["app_id", 45], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Illo sapiente eos quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://volkman.name/roland.gibson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.228331"], ["updated_at", "2018-12-10 18:50:15.228331"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kohler.com/carmen_graham"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.229392"], ["updated_at", "2018-12-10 18:50:15.229392"], ["distributor_id", 20], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Occaecati dolore exercitationem molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.232489"], ["updated_at", "2018-12-10 18:50:15.232489"], ["app_id", 45], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Sit vitae hic sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eos et ut est."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.235940"], ["updated_at", "2018-12-10 18:50:15.235940"], ["works_with_id", 62], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cumque autem quisquam dignissimos."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Voluptatem totam vel reprehenderit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:15.238618"], ["updated_at", "2018-12-10 18:50:15.238618"], ["testimonial_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.3ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cruickshankfay.info/aracely"], ["description", "Saepe eligendi laborum non."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.254081"], ["updated_at", "2018-12-10 18:50:15.254081"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam ut odio illo."], ["url", "http://leschcormier.name/cuc_welch"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.258091"], ["updated_at", "2018-12-10 18:50:15.258091"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Temporibus et qui amet."], ["info_url", "http://keeling.biz/rubin.harber"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.262189"], ["updated_at", "2018-12-10 18:50:15.262189"], ["developer_id", 46]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima quod beatae id."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.263571"], ["updated_at", "2018-12-10 18:50:15.263571"], ["app_id", 46], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Autem iusto ut consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore consequatur non optio."], ["url", "http://will.info/hung"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.267744"], ["updated_at", "2018-12-10 18:50:15.267744"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat nisi aliquam sint."], ["info_url", "http://connellymorar.io/porfirio_schaefer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.269817"], ["updated_at", "2018-12-10 18:50:15.269817"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pouros.biz/misha"], ["description", "Quia rerum laudantium ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.275932"], ["updated_at", "2018-12-10 18:50:15.275932"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A quod natus reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.279846"], ["updated_at", "2018-12-10 18:50:15.279846"], ["app_id", 47], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Facilis eos sed qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://conn.org/jacqueline"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.284061"], ["updated_at", "2018-12-10 18:50:15.284061"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gorczany.io/marcelo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.285412"], ["updated_at", "2018-12-10 18:50:15.285412"], ["distributor_id", 21], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde ex dolores nobis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.288681"], ["updated_at", "2018-12-10 18:50:15.288681"], ["app_id", 47], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Qui eius exercitationem provident."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eum culpa rerum voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.291884"], ["updated_at", "2018-12-10 18:50:15.291884"], ["works_with_id", 65], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Asperiores sint praesentium neque."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Corrupti ullam illum ea."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:15.294234"], ["updated_at", "2018-12-10 18:50:15.294234"], ["testimonial_id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Rerum perferendis et et.", "image_url"=>"http://jacobirice.net/mel", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Rerum perferendis et et."], ["updated_at", "2018-12-10 18:50:15.304945"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfsdottir.co/hermine.torp"], ["description", "Ab ea perferendis quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.312714"], ["updated_at", "2018-12-10 18:50:15.312714"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit dignissimos officiis modi."], ["url", "http://schummlind.org/mallie.renner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.316166"], ["updated_at", "2018-12-10 18:50:15.316166"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus aperiam quod omnis."], ["info_url", "http://schmelercollins.co/justine.goodwin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.319697"], ["updated_at", "2018-12-10 18:50:15.319697"], ["developer_id", 48]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt nisi error sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.320922"], ["updated_at", "2018-12-10 18:50:15.320922"], ["app_id", 48], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Eius fugiat est laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et molestias error qui."], ["url", "http://morarbahringer.co/telma_ryan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.324912"], ["updated_at", "2018-12-10 18:50:15.324912"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur qui quasi dolores."], ["info_url", "http://zemlak.net/becky_crist"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.326771"], ["updated_at", "2018-12-10 18:50:15.326771"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fadel.io/jeana"], ["description", "Quis maxime aspernatur molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.332485"], ["updated_at", "2018-12-10 18:50:15.332485"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem quia quibusdam eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.333567"], ["updated_at", "2018-12-10 18:50:15.333567"], ["app_id", 49], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Aliquam magnam sapiente dolor."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://quigley.org/hiram"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.337501"], ["updated_at", "2018-12-10 18:50:15.337501"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconnerspencer.net/shavonda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.338656"], ["updated_at", "2018-12-10 18:50:15.338656"], ["distributor_id", 22], ["app_id", 49]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut excepturi ut praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.342062"], ["updated_at", "2018-12-10 18:50:15.342062"], ["app_id", 49], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Veniam quo voluptas pariatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quod quo iusto pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.349117"], ["updated_at", "2018-12-10 18:50:15.349117"], ["works_with_id", 68], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Similique occaecati velit quis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ut illo inventore vel."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:15.352611"], ["updated_at", "2018-12-10 18:50:15.352611"], ["testimonial_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Aut libero pariatur illum.", "image_url"=>"http://bashirian.biz/heath", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Aut libero pariatur illum."], ["updated_at", "2018-12-10 18:50:15.362947"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/6 Completed 302 Found in 9ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mayer.info/demarcus"], ["description", "Corporis ex cum ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.370114"], ["updated_at", "2018-12-10 18:50:15.370114"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui tempora unde voluptatem."], ["url", "http://ward.info/malvina.walter"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.376201"], ["updated_at", "2018-12-10 18:50:15.376201"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur inventore incidunt sapiente."], ["info_url", "http://dickensthompson.com/eldon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.380311"], ["updated_at", "2018-12-10 18:50:15.380311"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed delectus quae qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.381474"], ["updated_at", "2018-12-10 18:50:15.381474"], ["app_id", 50], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Quos in provident qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim harum recusandae sint."], ["url", "http://hermannhermiston.net/cyril.skiles"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.385571"], ["updated_at", "2018-12-10 18:50:15.385571"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Provident quam esse velit."], ["info_url", "http://vandervort.io/geraldo.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.387815"], ["updated_at", "2018-12-10 18:50:15.387815"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://thompson.co/roy"], ["description", "Expedita vel incidunt doloremque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.396602"], ["updated_at", "2018-12-10 18:50:15.396602"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero dignissimos doloremque consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.397766"], ["updated_at", "2018-12-10 18:50:15.397766"], ["app_id", 51], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Doloribus voluptatem voluptatibus eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wunsch.net/raven"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.402184"], ["updated_at", "2018-12-10 18:50:15.402184"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://harberpredovic.com/millie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.403133"], ["updated_at", "2018-12-10 18:50:15.403133"], ["distributor_id", 23], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem amet officiis voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.406418"], ["updated_at", "2018-12-10 18:50:15.406418"], ["app_id", 51], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Dolorum quibusdam tempore est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Odit et sit aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.409976"], ["updated_at", "2018-12-10 18:50:15.409976"], ["works_with_id", 71], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Repellendus ipsa eum laudantium."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quidem aperiam deserunt dolor."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:15.412761"], ["updated_at", "2018-12-10 18:50:15.412761"], ["testimonial_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Repellat molestiae officiis qui.", "image_url"=>"http://klocko.io/laverna", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Repellat molestiae officiis qui."], ["updated_at", "2018-12-10 18:50:15.424265"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/7 Completed 302 Found in 10ms (ActiveRecord: 1.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.5ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.5ms)  COMMIT
 (0.5ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://larsonwalsh.io/lennie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.497662"], ["updated_at", "2018-12-10 18:50:15.497662"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate ut qui eveniet."], ["url", "http://larson.info/alisa"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.501713"], ["updated_at", "2018-12-10 18:50:15.501713"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet molestiae alias libero."], ["info_url", "http://wisokysipes.com/kasey"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.505478"], ["updated_at", "2018-12-10 18:50:15.505478"], ["developer_id", 52]]
SQL (1.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murazik.info/rene.daugherty"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.506799"], ["updated_at", "2018-12-10 18:50:15.506799"], ["distributor_id", 24], ["app_id", 52]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui sed occaecati optio."], ["url", "http://harrismurphy.com/johnathan.krajcik"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.515547"], ["updated_at", "2018-12-10 18:50:15.515547"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid quia itaque similique."], ["info_url", "http://damoreturcotte.org/grady_cain"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.517827"], ["updated_at", "2018-12-10 18:50:15.517827"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://olson.co/damion_howell"], ["description", "Velit aperiam rerum alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.522849"], ["updated_at", "2018-12-10 18:50:15.522849"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem quasi eaque saepe."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.523963"], ["updated_at", "2018-12-10 18:50:15.523963"], ["app_id", 53], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Nobis exercitationem minima rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://harveygislason.net/dan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.526945"], ["updated_at", "2018-12-10 18:50:15.526945"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mohr.io/serita"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.528052"], ["updated_at", "2018-12-10 18:50:15.528052"], ["distributor_id", 25], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kling.name/daniell_simonis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.530705"], ["updated_at", "2018-12-10 18:50:15.530705"], ["distributor_id", 24], ["app_id", 53]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://boylehartmann.io/joanie_lebsack"}, "id"=>"26"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://boylehartmann.io/joanie_lebsack"], ["updated_at", "2018-12-10 18:50:15.543682"], ["id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/26 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lockman.info/alfonzo.lakin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.549320"], ["updated_at", "2018-12-10 18:50:15.549320"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi officiis earum accusantium."], ["url", "http://hudson.com/danilo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.553163"], ["updated_at", "2018-12-10 18:50:15.553163"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor sapiente voluptas ea."], ["info_url", "http://dibbertritchie.name/elbert.rogahn"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.556028"], ["updated_at", "2018-12-10 18:50:15.556028"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abernathy.co/jamison_bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.557013"], ["updated_at", "2018-12-10 18:50:15.557013"], ["distributor_id", 26], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate sunt dolor asperiores."], ["url", "http://beer.io/roman.rogahn"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.560539"], ["updated_at", "2018-12-10 18:50:15.560539"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id nemo voluptate quia."], ["info_url", "http://crist.name/eddy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.562285"], ["updated_at", "2018-12-10 18:50:15.562285"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rodriguez.info/junior"], ["description", "Reprehenderit officiis fugiat eligendi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.567020"], ["updated_at", "2018-12-10 18:50:15.567020"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et aut impedit et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.568215"], ["updated_at", "2018-12-10 18:50:15.568215"], ["app_id", 55], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Omnis consequuntur omnis culpa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boscoquitzon.net/leonardo.spinka"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.571406"], ["updated_at", "2018-12-10 18:50:15.571406"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tremblay.info/je.barrows"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.572576"], ["updated_at", "2018-12-10 18:50:15.572576"], ["distributor_id", 27], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cartwright.info/ayako"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.574644"], ["updated_at", "2018-12-10 18:50:15.574644"], ["distributor_id", 26], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://renner.com/adan_mills"}, "id"=>"29"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
SQL (1.2ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://renner.com/adan_mills"], ["updated_at", "2018-12-10 18:50:15.583941"], ["id", 29]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/29 Completed 302 Found in 11ms (ActiveRecord: 2.8ms)

DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howellschroeder.org/dougla"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.593690"], ["updated_at", "2018-12-10 18:50:15.593690"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum ex laboriosam soluta."], ["url", "http://shanahan.com/freddy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.597441"], ["updated_at", "2018-12-10 18:50:15.597441"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae velit consequatur et."], ["info_url", "http://vandervortbednar.info/joseph.cole"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.600572"], ["updated_at", "2018-12-10 18:50:15.600572"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://considine.co/helene_tromp"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.601722"], ["updated_at", "2018-12-10 18:50:15.601722"], ["distributor_id", 28], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Distinctio tenetur cupiditate qui."], ["url", "http://terry.org/ceola"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.605362"], ["updated_at", "2018-12-10 18:50:15.605362"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Impedit nemo harum explicabo."], ["info_url", "http://haag.biz/lucas_johnson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.607633"], ["updated_at", "2018-12-10 18:50:15.607633"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runtemarvin.net/kennith"], ["description", "Sint quidem voluptatem nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.613036"], ["updated_at", "2018-12-10 18:50:15.613036"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur enim amet nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.614376"], ["updated_at", "2018-12-10 18:50:15.614376"], ["app_id", 57], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Quia earum voluptatem animi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://labadie.net/hailey"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.617397"], ["updated_at", "2018-12-10 18:50:15.617397"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dibbert.co/tim_mcglynn"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.618288"], ["updated_at", "2018-12-10 18:50:15.618288"], ["distributor_id", 29], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grantbaumbach.net/georgine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.620298"], ["updated_at", "2018-12-10 18:50:15.620298"], ["distributor_id", 28], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://lakin.io/myung_wilderman"}, "id"=>"32"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Distributor Load (0.7ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://lakin.io/myung_wilderman"], ["updated_at", "2018-12-10 18:50:15.631739"], ["id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/32 Completed 302 Found in 11ms (ActiveRecord: 2.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://parisiannitzsche.net/gail"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.638192"], ["updated_at", "2018-12-10 18:50:15.638192"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo laborum fugit impedit."], ["url", "http://prohaska.com/dionne"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.642190"], ["updated_at", "2018-12-10 18:50:15.642190"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Debitis aspernatur sequi sit."], ["info_url", "http://mohr.co/angelita"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.645405"], ["updated_at", "2018-12-10 18:50:15.645405"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://auer.io/travis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.646415"], ["updated_at", "2018-12-10 18:50:15.646415"], ["distributor_id", 30], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et mollitia quisquam iste."], ["url", "http://shields.biz/edyth"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.649897"], ["updated_at", "2018-12-10 18:50:15.649897"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut voluptas consequuntur consequatur."], ["info_url", "http://braun.name/min"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.651798"], ["updated_at", "2018-12-10 18:50:15.651798"], ["developer_id", 59]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sauer.com/sheldon"], ["description", "Odit ullam itaque at."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.657305"], ["updated_at", "2018-12-10 18:50:15.657305"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero voluptatem atque ratione."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.658525"], ["updated_at", "2018-12-10 18:50:15.658525"], ["app_id", 59], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Eos sed sint et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://altenwerth.co/august"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.661682"], ["updated_at", "2018-12-10 18:50:15.661682"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ankundingboyle.io/david"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.662551"], ["updated_at", "2018-12-10 18:50:15.662551"], ["distributor_id", 31], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://collierquigley.net/hellen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.664633"], ["updated_at", "2018-12-10 18:50:15.664633"], ["distributor_id", 30], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"35"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://huelnolan.biz/everette"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.676363"], ["updated_at", "2018-12-10 18:50:15.676363"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Possimus laudantium beatae sed."], ["url", "http://leschshanahan.io/jonna.huels"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.681885"], ["updated_at", "2018-12-10 18:50:15.681885"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint iusto neque omnis."], ["info_url", "http://reynolds.info/porter_batz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.685400"], ["updated_at", "2018-12-10 18:50:15.685400"], ["developer_id", 60]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://batz.info/dierdre_mante"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.686468"], ["updated_at", "2018-12-10 18:50:15.686468"], ["distributor_id", 32], ["app_id", 60]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nisi rem delectus labore."], ["url", "http://murray.info/herman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.690506"], ["updated_at", "2018-12-10 18:50:15.690506"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut itaque ipsa dolor."], ["info_url", "http://hilll.com/bobbie.dach"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.692529"], ["updated_at", "2018-12-10 18:50:15.692529"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herman.org/alonzo_price"], ["description", "Omnis cum deleniti est."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.700256"], ["updated_at", "2018-12-10 18:50:15.700256"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut qui voluptatem quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.702149"], ["updated_at", "2018-12-10 18:50:15.702149"], ["app_id", 61], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Voluptatem doloremque id veritatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reilly.io/vaughn.rowe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.705642"], ["updated_at", "2018-12-10 18:50:15.705642"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://volkman.biz/kip_streich"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.706590"], ["updated_at", "2018-12-10 18:50:15.706590"], ["distributor_id", 33], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://turcotte.net/isaac"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.708350"], ["updated_at", "2018-12-10 18:50:15.708350"], ["distributor_id", 32], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"38"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lehner.io/jesenia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.717757"], ["updated_at", "2018-12-10 18:50:15.717757"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit fugiat incidunt laboriosam."], ["url", "http://pagacmonahan.org/arnoldo_jones"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.722455"], ["updated_at", "2018-12-10 18:50:15.722455"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni culpa odio reiciendis."], ["info_url", "http://bergnaumadams.info/eusebio.reichert"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.725760"], ["updated_at", "2018-12-10 18:50:15.725760"], ["developer_id", 62]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stroman.name/alvera"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.727334"], ["updated_at", "2018-12-10 18:50:15.727334"], ["distributor_id", 34], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora aut officia dolorum."], ["url", "http://bins.com/francisco.hane"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.731278"], ["updated_at", "2018-12-10 18:50:15.731278"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta ut voluptatem facere."], ["info_url", "http://goyettehettinger.com/mamie_powlowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.733819"], ["updated_at", "2018-12-10 18:50:15.733819"], ["developer_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abernathy.biz/mozelle"], ["description", "Praesentium magni accusamus commodi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.743687"], ["updated_at", "2018-12-10 18:50:15.743687"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora rerum quaerat et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.744834"], ["updated_at", "2018-12-10 18:50:15.744834"], ["app_id", 63], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Nihil voluptas natus excepturi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cruickshankpfeffer.biz/cleo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.747741"], ["updated_at", "2018-12-10 18:50:15.747741"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://paucek.info/earl.schuppe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.748598"], ["updated_at", "2018-12-10 18:50:15.748598"], ["distributor_id", 35], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yost.name/jewell_lowe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:15.750274"], ["updated_at", "2018-12-10 18:50:15.750274"], ["distributor_id", 34], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"41"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.1ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (2.0ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.1ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (133.0ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.7ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mccullough.name/ro"], ["description", "Possimus eveniet ut quam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:45.962238"], ["updated_at", "2018-12-10 18:50:45.962238"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati praesentium ut est."], ["url", "http://purdylittle.io/drucilla_konopelski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:45.983174"], ["updated_at", "2018-12-10 18:50:45.983174"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quasi similique est ut."], ["info_url", "http://breitenbergmorar.co/bonny_rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:45.998740"], ["updated_at", "2018-12-10 18:50:45.998740"], ["developer_id", 1]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas quisquam quo facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.000518"], ["updated_at", "2018-12-10 18:50:46.000518"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Error quia excepturi occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem inventore illo voluptates."], ["url", "http://heathcote.net/marty_hamill"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.006367"], ["updated_at", "2018-12-10 18:50:46.006367"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Necessitatibus error dolore ea."], ["info_url", "http://marvin.io/marty"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.008353"], ["updated_at", "2018-12-10 18:50:46.008353"], ["developer_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rempel.biz/marco_schiller"], ["description", "Aut recusandae dicta fugit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.023582"], ["updated_at", "2018-12-10 18:50:46.023582"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic non ipsam non."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.024838"], ["updated_at", "2018-12-10 18:50:46.024838"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Adipisci consequatur est eius."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://trantow.biz/denita"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.040164"], ["updated_at", "2018-12-10 18:50:46.040164"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prohaskadeckow.org/emerald.padberg"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.041824"], ["updated_at", "2018-12-10 18:50:46.041824"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident est ut dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.045553"], ["updated_at", "2018-12-10 18:50:46.045553"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Hic dolores quisquam ipsum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sapiente sed esse voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.048899"], ["updated_at", "2018-12-10 18:50:46.048899"], ["works_with_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.3ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hansenbuckridge.net/nickolas"], ["description", "Dolores eligendi unde et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.089082"], ["updated_at", "2018-12-10 18:50:46.089082"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis ipsum possimus fuga."], ["url", "http://skiles.info/chance"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.094005"], ["updated_at", "2018-12-10 18:50:46.094005"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem dolores illum est."], ["info_url", "http://beier.biz/lanora_dooley"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.098585"], ["updated_at", "2018-12-10 18:50:46.098585"], ["developer_id", 3]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et expedita veniam et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.100064"], ["updated_at", "2018-12-10 18:50:46.100064"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Quidem necessitatibus rerum et."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem nam voluptatem eos."], ["url", "http://dachrunolfon.co/micheline.towne"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.108628"], ["updated_at", "2018-12-10 18:50:46.108628"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium nostrum dolorem qui."], ["info_url", "http://goldner.co/kirk_connelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.111139"], ["updated_at", "2018-12-10 18:50:46.111139"], ["developer_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keebler.info/eusebia_walsh"], ["description", "Dolores aut ipsam et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.117855"], ["updated_at", "2018-12-10 18:50:46.117855"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque ullam consequuntur similique."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.119004"], ["updated_at", "2018-12-10 18:50:46.119004"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Voluptatem in inventore tempore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mueller.biz/byron"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.122964"], ["updated_at", "2018-12-10 18:50:46.122964"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hayes.co/cletus.weimann"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.124137"], ["updated_at", "2018-12-10 18:50:46.124137"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est omnis ea dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.127788"], ["updated_at", "2018-12-10 18:50:46.127788"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Quo nihil sed autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Est omnis debitis ratione."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.130703"], ["updated_at", "2018-12-10 18:50:46.130703"], ["works_with_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Quam nisi impedit nemo.", "image_url"=>"http://powlowski.com/lorilee", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Quam nisi impedit nemo."], ["updated_at", "2018-12-10 18:50:46.173513"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 19ms (ActiveRecord: 1.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cormiercollins.org/tad_botsford"], ["description", "Quaerat occaecati veritatis aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.180940"], ["updated_at", "2018-12-10 18:50:46.180940"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nam at nisi alias."], ["url", "http://carroll.co/carlton_considine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.185283"], ["updated_at", "2018-12-10 18:50:46.185283"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Earum est magni sit."], ["info_url", "http://grady.co/yong"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.188904"], ["updated_at", "2018-12-10 18:50:46.188904"], ["developer_id", 5]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident modi iusto in."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.190202"], ["updated_at", "2018-12-10 18:50:46.190202"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Quaerat deleniti magni fugiat."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus voluptates ut iste."], ["url", "http://greenholtbreitenberg.info/rueben_effertz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.196823"], ["updated_at", "2018-12-10 18:50:46.196823"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui vero suscipit est."], ["info_url", "http://gusikowskihalvorson.co/thurman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.199042"], ["updated_at", "2018-12-10 18:50:46.199042"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schillermoriette.org/theodore"], ["description", "Nobis quos adipisci culpa."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.203721"], ["updated_at", "2018-12-10 18:50:46.203721"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium sint dolore reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.205397"], ["updated_at", "2018-12-10 18:50:46.205397"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Ut reprehenderit repudiandae laborum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://krajcikprice.com/delisa.skiles"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.208975"], ["updated_at", "2018-12-10 18:50:46.208975"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beatty.co/luis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.209961"], ["updated_at", "2018-12-10 18:50:46.209961"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam placeat necessitatibus fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.212792"], ["updated_at", "2018-12-10 18:50:46.212792"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Tempore est optio voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Aut sint est deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.215027"], ["updated_at", "2018-12-10 18:50:46.215027"], ["works_with_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Et ut voluptas rerum.", "image_url"=>"http://senger.com/moses_huel", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Et ut voluptas rerum."], ["updated_at", "2018-12-10 18:50:46.224034"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://simonisharber.com/millard"], ["description", "Illum eaque commodi molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.235028"], ["updated_at", "2018-12-10 18:50:46.235028"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum ipsa molestiae iusto."], ["url", "http://pagac.net/son"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.238575"], ["updated_at", "2018-12-10 18:50:46.238575"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate magni enim officia."], ["info_url", "http://ortiz.biz/antonia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.241930"], ["updated_at", "2018-12-10 18:50:46.241930"], ["developer_id", 7]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora quia laudantium iste."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.243120"], ["updated_at", "2018-12-10 18:50:46.243120"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Animi inventore qui sed."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi alias accusamus sunt."], ["url", "http://jast.net/madie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.248787"], ["updated_at", "2018-12-10 18:50:46.248787"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab assumenda consequuntur quasi."], ["info_url", "http://hahngreen.com/robbyn.runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.250884"], ["updated_at", "2018-12-10 18:50:46.250884"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://barton.info/giovanni"], ["description", "Alias sit impedit eaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.256479"], ["updated_at", "2018-12-10 18:50:46.256479"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor non quas numquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.258911"], ["updated_at", "2018-12-10 18:50:46.258911"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Tenetur magnam dolores explicabo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reillymertz.biz/jeremy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.263528"], ["updated_at", "2018-12-10 18:50:46.263528"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://berge.com/archie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.264515"], ["updated_at", "2018-12-10 18:50:46.264515"], ["distributor_id", 4], ["app_id", 8]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae mollitia natus aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.268021"], ["updated_at", "2018-12-10 18:50:46.268021"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Consequatur dolore quis qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Numquam sit et non."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.270469"], ["updated_at", "2018-12-10 18:50:46.270469"], ["works_with_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Mollitia in est non.", "image_url"=>"http://bauchstark.co/sallie", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Mollitia in est non."], ["updated_at", "2018-12-10 18:50:46.279930"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schowalterjohns.biz/nichole"], ["description", "Eos laborum ratione aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.287169"], ["updated_at", "2018-12-10 18:50:46.287169"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore tenetur asperiores deleniti."], ["url", "http://haley.io/antony"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.290896"], ["updated_at", "2018-12-10 18:50:46.290896"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sequi nesciunt debitis odio."], ["info_url", "http://larkin.net/marybeth"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.294257"], ["updated_at", "2018-12-10 18:50:46.294257"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci sapiente autem reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.295210"], ["updated_at", "2018-12-10 18:50:46.295210"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Odit iure voluptatum occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit qui harum eaque."], ["url", "http://lemke.io/tynisha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.298825"], ["updated_at", "2018-12-10 18:50:46.298825"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur accusantium maiores esse."], ["info_url", "http://ko.co/maximo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.300510"], ["updated_at", "2018-12-10 18:50:46.300510"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feeney.info/joseph"], ["description", "Laboriosam mollitia sunt dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.304791"], ["updated_at", "2018-12-10 18:50:46.304791"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum nobis quis est."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.305758"], ["updated_at", "2018-12-10 18:50:46.305758"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Libero rerum expedita cum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://thompsonrau.name/everette"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.309413"], ["updated_at", "2018-12-10 18:50:46.309413"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schadenfarrell.co/ty"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.310488"], ["updated_at", "2018-12-10 18:50:46.310488"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates sunt facere ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.313241"], ["updated_at", "2018-12-10 18:50:46.313241"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Ut impedit qui aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptas praesentium ratione sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.315756"], ["updated_at", "2018-12-10 18:50:46.315756"], ["works_with_id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.5ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://smitham.co/denyse"], ["description", "Aut repellendus delectus alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.331354"], ["updated_at", "2018-12-10 18:50:46.331354"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione quaerat eum provident."], ["url", "http://williamson.name/joesph_crooks"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.335074"], ["updated_at", "2018-12-10 18:50:46.335074"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim doloremque est quis."], ["info_url", "http://hackett.org/eddy_will"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.338504"], ["updated_at", "2018-12-10 18:50:46.338504"], ["developer_id", 11]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In libero aut blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.339552"], ["updated_at", "2018-12-10 18:50:46.339552"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Laudantium veniam et ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error aut asperiores quidem."], ["url", "http://bergstrom.io/digna.prosacco"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.343342"], ["updated_at", "2018-12-10 18:50:46.343342"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores velit ipsa aperiam."], ["info_url", "http://raucarroll.info/blake"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.345095"], ["updated_at", "2018-12-10 18:50:46.345095"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://powlowskimann.net/stan.fisher"], ["description", "Sit sequi reprehenderit iste."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.350463"], ["updated_at", "2018-12-10 18:50:46.350463"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem architecto voluptatem libero."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.351708"], ["updated_at", "2018-12-10 18:50:46.351708"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Earum maiores asperiores rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schoenokon.com/jei_pfeffer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.354813"], ["updated_at", "2018-12-10 18:50:46.354813"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gusikowskibergnaum.io/veta_schmitt"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.355771"], ["updated_at", "2018-12-10 18:50:46.355771"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores aut harum sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.359805"], ["updated_at", "2018-12-10 18:50:46.359805"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Vel consequuntur aut perspiciatis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Vel fugiat ipsam quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.365065"], ["updated_at", "2018-12-10 18:50:46.365065"], ["works_with_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://windler.name/irena_frami"], ["description", "Molestiae dolore est debitis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.376497"], ["updated_at", "2018-12-10 18:50:46.376497"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et excepturi aut est."], ["url", "http://deckow.com/buster"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.380466"], ["updated_at", "2018-12-10 18:50:46.380466"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto quaerat labore consequatur."], ["info_url", "http://borerschultz.co/dusty_larson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.384217"], ["updated_at", "2018-12-10 18:50:46.384217"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero consectetur molestias explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.385307"], ["updated_at", "2018-12-10 18:50:46.385307"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Quia et non sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut magni eveniet quibusdam."], ["url", "http://howe.co/abram.gutkowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.389546"], ["updated_at", "2018-12-10 18:50:46.389546"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem labore sequi sit."], ["info_url", "http://fadel.org/melvin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.392293"], ["updated_at", "2018-12-10 18:50:46.392293"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schimmel.name/valda"], ["description", "Quia voluptatem fugit sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.396962"], ["updated_at", "2018-12-10 18:50:46.396962"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla ut et voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.398037"], ["updated_at", "2018-12-10 18:50:46.398037"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Et ut recusandae ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boscoparker.info/suzanne_padberg"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.402208"], ["updated_at", "2018-12-10 18:50:46.402208"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://luettgenmohr.info/zachary"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.405028"], ["updated_at", "2018-12-10 18:50:46.405028"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt quia omnis nobis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.409326"], ["updated_at", "2018-12-10 18:50:46.409326"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Aut quas assumenda nihil."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ut non qui ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.412329"], ["updated_at", "2018-12-10 18:50:46.412329"], ["works_with_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schimmel.io/ashlyn"], ["description", "Odit repellat qui sequi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.500145"], ["updated_at", "2018-12-10 18:50:46.500145"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus quo et tenetur."], ["url", "http://ritchie.io/emery"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.505490"], ["updated_at", "2018-12-10 18:50:46.505490"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti ipsa cumque explicabo."], ["info_url", "http://nikolaus.name/natalia_mann"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.509884"], ["updated_at", "2018-12-10 18:50:46.509884"], ["developer_id", 15]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas rerum enim nemo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.511083"], ["updated_at", "2018-12-10 18:50:46.511083"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Fugit quia repudiandae magni."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corrupti sit deleniti rerum."], ["url", "http://hilpert.co/lindy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.515030"], ["updated_at", "2018-12-10 18:50:46.515030"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Alias voluptatem eos sunt."], ["info_url", "http://thompsonmante.io/ollie_fadel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.516916"], ["updated_at", "2018-12-10 18:50:46.516916"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://yundt.com/brian"], ["description", "Tenetur aut debitis quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.521317"], ["updated_at", "2018-12-10 18:50:46.521317"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab repudiandae voluptatem vitae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.522258"], ["updated_at", "2018-12-10 18:50:46.522258"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Eaque ut voluptatem aliquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://price.name/michael.dubuque"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.525058"], ["updated_at", "2018-12-10 18:50:46.525058"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://waelchi.name/zachery"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.526016"], ["updated_at", "2018-12-10 18:50:46.526016"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit dolorem vitae quidem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.528668"], ["updated_at", "2018-12-10 18:50:46.528668"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Et tempore consectetur sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Corrupti quo quia recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.532829"], ["updated_at", "2018-12-10 18:50:46.532829"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Molestiae itaque et reiciendis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quia ea pariatur dignissimos."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:46.536855"], ["updated_at", "2018-12-10 18:50:46.536855"], ["testimonial_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Eos ea et ex.", "image_url"=>"http://gutkowski.net/loan_bradtke", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Eos ea et ex."], ["updated_at", "2018-12-10 18:50:46.549829"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/1 Completed 302 Found in 10ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leffler.name/jarrett"], ["description", "Similique et consequatur quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.556705"], ["updated_at", "2018-12-10 18:50:46.556705"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sapiente odio eum aut."], ["url", "http://koch.biz/miyoko_reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.560315"], ["updated_at", "2018-12-10 18:50:46.560315"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Expedita quibusdam molestiae recusandae."], ["info_url", "http://turnermedhurst.biz/tricia_kilback"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.569802"], ["updated_at", "2018-12-10 18:50:46.569802"], ["developer_id", 17]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum ullam nostrum itaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.571796"], ["updated_at", "2018-12-10 18:50:46.571796"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Qui vel deserunt ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia laboriosam cum voluptas."], ["url", "http://oreilly.name/arlean.mohr"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.577024"], ["updated_at", "2018-12-10 18:50:46.577024"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem nihil porro quia."], ["info_url", "http://cormierbreitenberg.net/kaley_rau"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.579235"], ["updated_at", "2018-12-10 18:50:46.579235"], ["developer_id", 18]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://strosin.info/lise"], ["description", "Possimus alias vero mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.588210"], ["updated_at", "2018-12-10 18:50:46.588210"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis ipsa error inventore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.589379"], ["updated_at", "2018-12-10 18:50:46.589379"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Enim in ex quidem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sawayn.info/thomas_herzog"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.593457"], ["updated_at", "2018-12-10 18:50:46.593457"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pourosrobel.info/deie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.594552"], ["updated_at", "2018-12-10 18:50:46.594552"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est laboriosam aspernatur beatae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.597300"], ["updated_at", "2018-12-10 18:50:46.597300"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Consequuntur commodi excepturi quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Omnis eum voluptatem ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.600490"], ["updated_at", "2018-12-10 18:50:46.600490"], ["works_with_id", 27], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Minima illum quo eum."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Vero qui eaque animi."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:46.603121"], ["updated_at", "2018-12-10 18:50:46.603121"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Ipsa reiciendis in aut.", "image_url"=>"http://conn.biz/genia", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Ipsa reiciendis in aut."], ["updated_at", "2018-12-10 18:50:46.613398"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://king.name/reuben.crona"], ["description", "Non consectetur temporibus dolor."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.620776"], ["updated_at", "2018-12-10 18:50:46.620776"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero quia odio molestias."], ["url", "http://jenkins.net/joaquina"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.624781"], ["updated_at", "2018-12-10 18:50:46.624781"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis praesentium quo maiores."], ["info_url", "http://gutkowskisteuber.com/giuseppe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.628574"], ["updated_at", "2018-12-10 18:50:46.628574"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia rem tenetur sunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.629651"], ["updated_at", "2018-12-10 18:50:46.629651"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Corrupti voluptatum rerum culpa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore necessitatibus sunt non."], ["url", "http://turner.com/percy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.633371"], ["updated_at", "2018-12-10 18:50:46.633371"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus veniam aut iure."], ["info_url", "http://wilkinsonrunte.com/alma"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.635176"], ["updated_at", "2018-12-10 18:50:46.635176"], ["developer_id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larkingrady.com/katherine.champlin"], ["description", "Aperiam at voluptas officiis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.640910"], ["updated_at", "2018-12-10 18:50:46.640910"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia vero rem atque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.642203"], ["updated_at", "2018-12-10 18:50:46.642203"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Minima rerum ipsa autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gaylord.io/shona_wehner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.645308"], ["updated_at", "2018-12-10 18:50:46.645308"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wiza.org/jimmy.olson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.646282"], ["updated_at", "2018-12-10 18:50:46.646282"], ["distributor_id", 10], ["app_id", 20]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium tempore praesentium delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.652102"], ["updated_at", "2018-12-10 18:50:46.652102"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "At enim omnis sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Praesentium aut omnis voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.656576"], ["updated_at", "2018-12-10 18:50:46.656576"], ["works_with_id", 30], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Itaque similique aliquam aliquid."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Harum debitis at totam."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:46.660032"], ["updated_at", "2018-12-10 18:50:46.660032"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"In veritatis fuga ut.", "image_url"=>"http://collier.info/daria_tillman", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "In veritatis fuga ut."], ["updated_at", "2018-12-10 18:50:46.670613"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 9ms (ActiveRecord: 1.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haag.biz/jere_tromp"], ["description", "Et et sequi ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.678021"], ["updated_at", "2018-12-10 18:50:46.678021"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor impedit quis cum."], ["url", "http://howellschneider.co/noble"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.681674"], ["updated_at", "2018-12-10 18:50:46.681674"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Impedit non tenetur asperiores."], ["info_url", "http://bartell.com/jacques.pfannerstill"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.685106"], ["updated_at", "2018-12-10 18:50:46.685106"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia nisi tempore consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.686096"], ["updated_at", "2018-12-10 18:50:46.686096"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Dicta porro ipsum quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et neque est corporis."], ["url", "http://konopelski.io/meredith_volkman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.690080"], ["updated_at", "2018-12-10 18:50:46.690080"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti adipisci ipsum officia."], ["info_url", "http://hagenesbosco.co/elizbeth_walter"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.691919"], ["updated_at", "2018-12-10 18:50:46.691919"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schinnerferry.net/keith.ankunding"], ["description", "Explicabo eum accusantium aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.696157"], ["updated_at", "2018-12-10 18:50:46.696157"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut nihil maxime enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.697006"], ["updated_at", "2018-12-10 18:50:46.697006"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Est sapiente quasi tempore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gislasonhackett.name/brent"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.699642"], ["updated_at", "2018-12-10 18:50:46.699642"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunde.io/preston_emard"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.700536"], ["updated_at", "2018-12-10 18:50:46.700536"], ["distributor_id", 11], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur provident laboriosam qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.704118"], ["updated_at", "2018-12-10 18:50:46.704118"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Est quam aut eveniet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Reprehenderit voluptatem nihil quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.707739"], ["updated_at", "2018-12-10 18:50:46.707739"], ["works_with_id", 33], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nostrum rerum magnam eum."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Dolores recusandae exercitationem doloribus."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:46.710253"], ["updated_at", "2018-12-10 18:50:46.710253"], ["testimonial_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://baumbachkirlin.org/zena.huels"], ["description", "Odit est quia ad."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.736737"], ["updated_at", "2018-12-10 18:50:46.736737"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo ipsam molestiae quas."], ["url", "http://senger.co/antoine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.740565"], ["updated_at", "2018-12-10 18:50:46.740565"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut velit nobis ab."], ["info_url", "http://stehr.name/marcia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.744138"], ["updated_at", "2018-12-10 18:50:46.744138"], ["developer_id", 23]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit est aut non."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.746022"], ["updated_at", "2018-12-10 18:50:46.746022"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Nostrum voluptates et officiis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus et voluptatem odio."], ["url", "http://buckridgeferry.io/goldie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.750792"], ["updated_at", "2018-12-10 18:50:46.750792"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet vitae et consequatur."], ["info_url", "http://tillman.name/benton_rempel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.752942"], ["updated_at", "2018-12-10 18:50:46.752942"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiegand.io/clarisa"], ["description", "Placeat aut sed minima."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.760634"], ["updated_at", "2018-12-10 18:50:46.760634"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit vel deleniti nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.762353"], ["updated_at", "2018-12-10 18:50:46.762353"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Quia earum enim officiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://joneipes.co/lynwood.altenwerth"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.765612"], ["updated_at", "2018-12-10 18:50:46.765612"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilll.io/carole"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.766932"], ["updated_at", "2018-12-10 18:50:46.766932"], ["distributor_id", 12], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio minima odio dolor."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.770227"], ["updated_at", "2018-12-10 18:50:46.770227"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Non et error repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatem eaque placeat voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.773487"], ["updated_at", "2018-12-10 18:50:46.773487"], ["works_with_id", 36], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptas id dolores et."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "A error delectus in."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:46.775898"], ["updated_at", "2018-12-10 18:50:46.775898"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cartwrightcarter.name/maureen_kunde"], ["description", "Omnis in sint ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.787188"], ["updated_at", "2018-12-10 18:50:46.787188"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id quis rerum earum."], ["url", "http://weberarmstrong.net/zetta"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.790910"], ["updated_at", "2018-12-10 18:50:46.790910"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione qui a tempore."], ["info_url", "http://braunfriesen.org/elaina"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.794219"], ["updated_at", "2018-12-10 18:50:46.794219"], ["developer_id", 25]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquam laborum officia assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.795218"], ["updated_at", "2018-12-10 18:50:46.795218"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Ut itaque rerum reiciendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id excepturi dolore qui."], ["url", "http://pagac.co/aubrey_haag"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.798844"], ["updated_at", "2018-12-10 18:50:46.798844"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque qui voluptate ducimus."], ["info_url", "http://konopelski.info/millie_ziemann"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.800583"], ["updated_at", "2018-12-10 18:50:46.800583"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murphy.com/waldo.bradtke"], ["description", "Autem fugit eum sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.805155"], ["updated_at", "2018-12-10 18:50:46.805155"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque dolorum corrupti soluta."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.806273"], ["updated_at", "2018-12-10 18:50:46.806273"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Aspernatur voluptates modi voluptatem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://macgyver.org/nelly_kunde"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.810026"], ["updated_at", "2018-12-10 18:50:46.810026"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nader.co/lance"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.811103"], ["updated_at", "2018-12-10 18:50:46.811103"], ["distributor_id", 13], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui suscipit assumenda quae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.813782"], ["updated_at", "2018-12-10 18:50:46.813782"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Enim tempore sequi ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Recusandae non consequatur velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.817323"], ["updated_at", "2018-12-10 18:50:46.817323"], ["works_with_id", 39], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eum et architecto iste."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ratione qui perferendis sint."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:46.822134"], ["updated_at", "2018-12-10 18:50:46.822134"], ["testimonial_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 1.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sengercronin.name/lyndon.hettinger"], ["description", "Molestiae velit natus vero."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.835488"], ["updated_at", "2018-12-10 18:50:46.835488"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora minus quisquam corporis."], ["url", "http://boehm.net/twanna.torp"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.839082"], ["updated_at", "2018-12-10 18:50:46.839082"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et assumenda illo voluptatem."], ["info_url", "http://glover.net/walker.simonis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.842405"], ["updated_at", "2018-12-10 18:50:46.842405"], ["developer_id", 27]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur repudiandae quaerat aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.843417"], ["updated_at", "2018-12-10 18:50:46.843417"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Cum sed earum facere."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis sit atque quasi."], ["url", "http://abbottkuhic.info/amos"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.846829"], ["updated_at", "2018-12-10 18:50:46.846829"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem placeat delectus accusamus."], ["info_url", "http://barrows.biz/terence_herzog"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.848536"], ["updated_at", "2018-12-10 18:50:46.848536"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cartwright.biz/francesco_rempel"], ["description", "Aspernatur eius ullam qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.853960"], ["updated_at", "2018-12-10 18:50:46.853960"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit assumenda nam et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.855263"], ["updated_at", "2018-12-10 18:50:46.855263"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Dolores beatae voluptas voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://littelbednar.biz/leah_kohler"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.858285"], ["updated_at", "2018-12-10 18:50:46.858285"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dietrichmitchell.net/felix.cummings"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.859283"], ["updated_at", "2018-12-10 18:50:46.859283"], ["distributor_id", 14], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores consequatur explicabo qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.862950"], ["updated_at", "2018-12-10 18:50:46.862950"], ["app_id", 28], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Et modi quos sed."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Omnis saepe in et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.869833"], ["updated_at", "2018-12-10 18:50:46.869833"], ["works_with_id", 42], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Fuga unde quam nulla."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ipsa esse voluptatibus corporis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:50:46.873047"], ["updated_at", "2018-12-10 18:50:46.873047"], ["testimonial_id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 13:50:46 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (21.9ms)

Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 13:50:46 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.1ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyette.net/annetta"], ["description", "Et est odit praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.949556"], ["updated_at", "2018-12-10 18:50:46.949556"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque consequuntur officia voluptatem."], ["url", "http://beckeraufderhar.org/jarred"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.956197"], ["updated_at", "2018-12-10 18:50:46.956197"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis hic accusamus et."], ["info_url", "http://barrows.info/darnell_toy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.961172"], ["updated_at", "2018-12-10 18:50:46.961172"], ["developer_id", 29]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt consequuntur et consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.962818"], ["updated_at", "2018-12-10 18:50:46.962818"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Quibusdam cupiditate ratione qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis est sapiente quae."], ["url", "http://ondricka.com/leif_kub"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.967484"], ["updated_at", "2018-12-10 18:50:46.967484"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur modi sit rem."], ["info_url", "http://bayer.co/honey.jenkins"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.969549"], ["updated_at", "2018-12-10 18:50:46.969549"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://corkeryondricka.biz/earleen"], ["description", "Quia occaecati aut adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.974291"], ["updated_at", "2018-12-10 18:50:46.974291"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias saepe possimus magni."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.975301"], ["updated_at", "2018-12-10 18:50:46.975301"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Neque dolore nihil in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stanton.name/son"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.978169"], ["updated_at", "2018-12-10 18:50:46.978169"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blockgerhold.com/romeo_torphy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.979072"], ["updated_at", "2018-12-10 18:50:46.979072"], ["distributor_id", 15], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum voluptates iusto dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.981783"], ["updated_at", "2018-12-10 18:50:46.981783"], ["app_id", 30], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Sed velit quis occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Exercitationem quo non qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:46.984916"], ["updated_at", "2018-12-10 18:50:46.984916"], ["works_with_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://adamserdman.info/shela"], ["description", "Laboriosam sit possimus in."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.001597"], ["updated_at", "2018-12-10 18:50:47.001597"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deleniti tempora quis et."], ["url", "http://lubowitz.com/willa_hansen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.005327"], ["updated_at", "2018-12-10 18:50:47.005327"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil nihil nobis vel."], ["info_url", "http://batz.info/devon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.008696"], ["updated_at", "2018-12-10 18:50:47.008696"], ["developer_id", 31]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut molestiae et non."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.009763"], ["updated_at", "2018-12-10 18:50:47.009763"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Maxime a vitae hic."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed nisi aut dolorem."], ["url", "http://bahringer.biz/fabiola"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.015030"], ["updated_at", "2018-12-10 18:50:47.015030"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cupiditate a ut aut."], ["info_url", "http://cormier.com/alfonzo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.017162"], ["updated_at", "2018-12-10 18:50:47.017162"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schneider.name/caondra.wisozk"], ["description", "In et voluptates error."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.022411"], ["updated_at", "2018-12-10 18:50:47.022411"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias veniam maxime non."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.024257"], ["updated_at", "2018-12-10 18:50:47.024257"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Culpa iusto et fuga."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abbott.info/mathew"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.029634"], ["updated_at", "2018-12-10 18:50:47.029634"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://raynor.info/phil"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.030675"], ["updated_at", "2018-12-10 18:50:47.030675"], ["distributor_id", 16], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas qui dolorum aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.033994"], ["updated_at", "2018-12-10 18:50:47.033994"], ["app_id", 32], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Libero beatae at ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Dolores ut neque magni."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.036558"], ["updated_at", "2018-12-10 18:50:47.036558"], ["works_with_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lowe.io/chelsie"], ["description", "Iste nesciunt cupiditate incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.045303"], ["updated_at", "2018-12-10 18:50:47.045303"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tenetur accusamus dignissimos eos."], ["url", "http://bartell.io/nidia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.048980"], ["updated_at", "2018-12-10 18:50:47.048980"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui ut assumenda nam."], ["info_url", "http://littel.name/monroe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.052485"], ["updated_at", "2018-12-10 18:50:47.052485"], ["developer_id", 33]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio dolore expedita natus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.053809"], ["updated_at", "2018-12-10 18:50:47.053809"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Quod voluptatem et dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati inventore culpa sunt."], ["url", "http://armstrongrolfson.co/britta"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.058763"], ["updated_at", "2018-12-10 18:50:47.058763"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia eos vel maxime."], ["info_url", "http://breitenberg.net/ima.trantow"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.060845"], ["updated_at", "2018-12-10 18:50:47.060845"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rohan.info/carlo_nienow"], ["description", "Suscipit ex pariatur ullam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.066701"], ["updated_at", "2018-12-10 18:50:47.066701"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non dolorem quia facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.069271"], ["updated_at", "2018-12-10 18:50:47.069271"], ["app_id", 34], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Necessitatibus nemo laudantium aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runolfon.biz/vincenzo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.073547"], ["updated_at", "2018-12-10 18:50:47.073547"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prosacco.biz/jamika.windler"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.074487"], ["updated_at", "2018-12-10 18:50:47.074487"], ["distributor_id", 17], ["app_id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et magnam quibusdam illum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.077914"], ["updated_at", "2018-12-10 18:50:47.077914"], ["app_id", 34], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Vel consequatur nulla reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quam perferendis cupiditate exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.080396"], ["updated_at", "2018-12-10 18:50:47.080396"], ["works_with_id", 51]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pagac.io/miles"], ["description", "Non architecto aut hic."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.102176"], ["updated_at", "2018-12-10 18:50:47.102176"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab et temporibus consequatur."], ["url", "http://nitzschewunsch.net/marlena.leffler"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.106038"], ["updated_at", "2018-12-10 18:50:47.106038"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae quasi id ea."], ["info_url", "http://gleason.com/jeie_heidenreich"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.110036"], ["updated_at", "2018-12-10 18:50:47.110036"], ["developer_id", 35]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Error quod accusantium molestias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.111173"], ["updated_at", "2018-12-10 18:50:47.111173"], ["app_id", 35], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Omnis dolores harum iure."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam odit sed beatae."], ["url", "http://shieldhields.info/charie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.115577"], ["updated_at", "2018-12-10 18:50:47.115577"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ut nemo molestias."], ["info_url", "http://roobhalvorson.biz/leslie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.118655"], ["updated_at", "2018-12-10 18:50:47.118655"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bednarhamill.info/roselia"], ["description", "Voluptatibus dolores laboriosam quod."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.123836"], ["updated_at", "2018-12-10 18:50:47.123836"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At non itaque eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.124954"], ["updated_at", "2018-12-10 18:50:47.124954"], ["app_id", 36], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Sequi nam atque perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wisozk.info/lon.champlin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.128384"], ["updated_at", "2018-12-10 18:50:47.128384"], ["icon_id", "apple"]]
SQL (0.9ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hills.biz/exie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.130836"], ["updated_at", "2018-12-10 18:50:47.130836"], ["distributor_id", 18], ["app_id", 36]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis id rem reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.136289"], ["updated_at", "2018-12-10 18:50:47.136289"], ["app_id", 36], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Laudantium quo autem fugiat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quas consequuntur eum enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.139068"], ["updated_at", "2018-12-10 18:50:47.139068"], ["works_with_id", 54]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Eveniet alias autem eos.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"4"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Eveniet alias autem eos."], ["updated_at", "2018-12-10 18:50:47.148537"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/4 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobskerluke.io/maryetta_gutkowski"], ["description", "Reiciendis minima mollitia molestias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.154304"], ["updated_at", "2018-12-10 18:50:47.154304"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt laboriosam sed corporis."], ["url", "http://howemoen.org/augustus"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.158366"], ["updated_at", "2018-12-10 18:50:47.158366"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta sapiente doloribus optio."], ["info_url", "http://wyman.info/alvaro_heller"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.162784"], ["updated_at", "2018-12-10 18:50:47.162784"], ["developer_id", 37]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem rem quia impedit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.164115"], ["updated_at", "2018-12-10 18:50:47.164115"], ["app_id", 37], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Natus recusandae saepe distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis impedit ut natus."], ["url", "http://hagenes.org/melania.hoeger"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.168428"], ["updated_at", "2018-12-10 18:50:47.168428"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et labore asperiores est."], ["info_url", "http://kilback.name/alane_oconnell"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.170413"], ["updated_at", "2018-12-10 18:50:47.170413"], ["developer_id", 38]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotterosenbaum.biz/lynwood_strosin"], ["description", "Provident voluptas amet enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.178998"], ["updated_at", "2018-12-10 18:50:47.178998"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates sed consequatur autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.180350"], ["updated_at", "2018-12-10 18:50:47.180350"], ["app_id", 38], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Corrupti at expedita earum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://swaniawski.com/brittaney"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.183904"], ["updated_at", "2018-12-10 18:50:47.183904"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stoltenbergsmith.com/alesha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.185289"], ["updated_at", "2018-12-10 18:50:47.185289"], ["distributor_id", 19], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint non enim qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.188501"], ["updated_at", "2018-12-10 18:50:47.188501"], ["app_id", 38], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Nisi reiciendis voluptatibus ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Consequatur totam fugiat fugit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.190831"], ["updated_at", "2018-12-10 18:50:47.190831"], ["works_with_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Suscipit nesciunt maiores nam.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Suscipit nesciunt maiores nam."], ["updated_at", "2018-12-10 18:50:47.198394"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haag.org/sylvester"], ["description", "Qui numquam non velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.204628"], ["updated_at", "2018-12-10 18:50:47.204628"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nam voluptatem et repudiandae."], ["url", "http://bergnaum.com/sherman.boehm"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.209551"], ["updated_at", "2018-12-10 18:50:47.209551"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut quis vero et."], ["info_url", "http://zulaufsporer.com/michael"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.213259"], ["updated_at", "2018-12-10 18:50:47.213259"], ["developer_id", 39]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere nulla sequi vel."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.214521"], ["updated_at", "2018-12-10 18:50:47.214521"], ["app_id", 39], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Quasi quo velit consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est iste quia voluptate."], ["url", "http://haleyreichert.com/joey"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.221851"], ["updated_at", "2018-12-10 18:50:47.221851"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem natus illum debitis."], ["info_url", "http://hamillblock.name/travis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.224944"], ["updated_at", "2018-12-10 18:50:47.224944"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hayesconn.name/valentin"], ["description", "Quam officiis ab nemo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.230430"], ["updated_at", "2018-12-10 18:50:47.230430"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit et sint nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.231503"], ["updated_at", "2018-12-10 18:50:47.231503"], ["app_id", 40], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Consequatur commodi possimus quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feeney.name/carmel_quigley"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.234553"], ["updated_at", "2018-12-10 18:50:47.234553"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pfannerstillwiegand.io/tarsha_west"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.235448"], ["updated_at", "2018-12-10 18:50:47.235448"], ["distributor_id", 20], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam a voluptatum possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.238247"], ["updated_at", "2018-12-10 18:50:47.238247"], ["app_id", 40], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Fugiat illum quia facilis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Molestiae doloremque veniam tempore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.240466"], ["updated_at", "2018-12-10 18:50:47.240466"], ["works_with_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Aut in voluptas officiis.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Aut in voluptas officiis."], ["updated_at", "2018-12-10 18:50:47.248663"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cartwright.io/mitsue.douglas"], ["description", "Autem id hic libero."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.254106"], ["updated_at", "2018-12-10 18:50:47.254106"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati consequuntur explicabo nemo."], ["url", "http://lockman.co/maria"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.257765"], ["updated_at", "2018-12-10 18:50:47.257765"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis dolorem aperiam aut."], ["info_url", "http://schadenbogisich.io/loriann.olson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.261131"], ["updated_at", "2018-12-10 18:50:47.261131"], ["developer_id", 41]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia quis quam iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.262105"], ["updated_at", "2018-12-10 18:50:47.262105"], ["app_id", 41], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Ea debitis occaecati incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam est magni soluta."], ["url", "http://parker.name/ellis.tremblay"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.265646"], ["updated_at", "2018-12-10 18:50:47.265646"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Optio sit nisi tenetur."], ["info_url", "http://andersonkreiger.net/clelia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.267314"], ["updated_at", "2018-12-10 18:50:47.267314"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schuppe.biz/ariana"], ["description", "Velit nemo ducimus aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.272004"], ["updated_at", "2018-12-10 18:50:47.272004"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio magnam quam tempore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.273647"], ["updated_at", "2018-12-10 18:50:47.273647"], ["app_id", 42], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Facere placeat quia nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://greenholt.name/kendrick_mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.276950"], ["updated_at", "2018-12-10 18:50:47.276950"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://armstronggleason.co/zack"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.277872"], ["updated_at", "2018-12-10 18:50:47.277872"], ["distributor_id", 21], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum tenetur sapiente quos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.280578"], ["updated_at", "2018-12-10 18:50:47.280578"], ["app_id", 42], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Magni assumenda facere fuga."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Dolorum dolor voluptatem et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.283181"], ["updated_at", "2018-12-10 18:50:47.283181"], ["works_with_id", 63]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nader.net/deshawn.rowe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.328463"], ["updated_at", "2018-12-10 18:50:47.328463"], ["icon_id", "apple"]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur quia ad vero."], ["url", "http://stroman.biz/len"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.335326"], ["updated_at", "2018-12-10 18:50:47.335326"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deserunt quo placeat sapiente."], ["info_url", "http://boyle.com/floria"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.339892"], ["updated_at", "2018-12-10 18:50:47.339892"], ["developer_id", 43]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://turcotte.io/mira.bailey"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.341707"], ["updated_at", "2018-12-10 18:50:47.341707"], ["distributor_id", 22], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas eius itaque ut."], ["url", "http://blickbergnaum.info/rudy.pagac"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.346000"], ["updated_at", "2018-12-10 18:50:47.346000"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Recusandae magnam officia dolore."], ["info_url", "http://gerlach.net/jeanne_tromp"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.348299"], ["updated_at", "2018-12-10 18:50:47.348299"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottlieb.biz/dena"], ["description", "Ut et sit autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.353935"], ["updated_at", "2018-12-10 18:50:47.353935"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi consequuntur optio placeat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.356529"], ["updated_at", "2018-12-10 18:50:47.356529"], ["app_id", 44], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Rerum est mollitia assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tremblayconn.biz/winona.barton"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.361536"], ["updated_at", "2018-12-10 18:50:47.361536"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bashirian.info/coleman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.363000"], ["updated_at", "2018-12-10 18:50:47.363000"], ["distributor_id", 23], ["app_id", 44]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ernsermiller.biz/napoleon"], ["description", "Exercitationem et beatae sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.372781"], ["updated_at", "2018-12-10 18:50:47.372781"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nemo animi laudantium omnis."], ["url", "http://shields.net/twila"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.376537"], ["updated_at", "2018-12-10 18:50:47.376537"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae corrupti consequatur expedita."], ["info_url", "http://bartolettiauer.com/ninfa"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.380107"], ["updated_at", "2018-12-10 18:50:47.380107"], ["developer_id", 45]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis aperiam aut dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.381280"], ["updated_at", "2018-12-10 18:50:47.381280"], ["app_id", 45], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Enim et inventore ea."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem consectetur rem distinctio."], ["url", "http://purdy.org/wilber"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.386181"], ["updated_at", "2018-12-10 18:50:47.386181"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum eos numquam qui."], ["info_url", "http://senger.name/luther_cronin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.388468"], ["updated_at", "2018-12-10 18:50:47.388468"], ["developer_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldner.info/renaldo"], ["description", "Harum et id dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.394498"], ["updated_at", "2018-12-10 18:50:47.394498"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis dicta quia sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.397323"], ["updated_at", "2018-12-10 18:50:47.397323"], ["app_id", 46], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Est eligendi neque aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wisoky.co/natacha_littel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.401507"], ["updated_at", "2018-12-10 18:50:47.401507"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://legros.io/ellis_donnelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.402541"], ["updated_at", "2018-12-10 18:50:47.402541"], ["distributor_id", 24], ["app_id", 46]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maxime nesciunt ipsa nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.406564"], ["updated_at", "2018-12-10 18:50:47.406564"], ["app_id", 46], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Dolores aut optio non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis nesciunt numquam ullam."], ["url", "http://watersyost.com/williemae_jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.424609"], ["updated_at", "2018-12-10 18:50:47.424609"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stromansmith.com/bo.effertz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.432760"], ["updated_at", "2018-12-10 18:50:47.432760"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eius dolores nisi ipsa."], ["url", "http://hoegeroreilly.co/julieta_anderson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.438920"], ["updated_at", "2018-12-10 18:50:47.438920"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque mollitia est amet."], ["info_url", "http://kuhlman.name/laurene_klocko"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.443259"], ["updated_at", "2018-12-10 18:50:47.443259"], ["developer_id", 48]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://marks.org/dan_hintz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.444425"], ["updated_at", "2018-12-10 18:50:47.444425"], ["distributor_id", 25], ["app_id", 47]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus officia sit est."], ["url", "http://hoppe.io/lyman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.449367"], ["updated_at", "2018-12-10 18:50:47.449367"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem cum voluptatem qui."], ["info_url", "http://lakin.net/reta.schoen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.451756"], ["updated_at", "2018-12-10 18:50:47.451756"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://frami.biz/lisha.hahn"], ["description", "Eaque placeat doloremque alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.456779"], ["updated_at", "2018-12-10 18:50:47.456779"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui qui a repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.457935"], ["updated_at", "2018-12-10 18:50:47.457935"], ["app_id", 48], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Expedita nam voluptatem aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bode.biz/merry"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.462522"], ["updated_at", "2018-12-10 18:50:47.462522"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ledner.org/wilhemina"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.465446"], ["updated_at", "2018-12-10 18:50:47.465446"], ["distributor_id", 26], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bins.io/earle.kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.467846"], ["updated_at", "2018-12-10 18:50:47.467846"], ["distributor_id", 25], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://robertskub.com/quincy"}, "id"=>"27"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://robertskub.com/quincy"], ["updated_at", "2018-12-10 18:50:47.478599"], ["id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/27 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hoeger.net/selma"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.484875"], ["updated_at", "2018-12-10 18:50:47.484875"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vitae illum voluptatibus dolorem."], ["url", "http://maggio.co/katherine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.488810"], ["updated_at", "2018-12-10 18:50:47.488810"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit velit blanditiis nobis."], ["info_url", "http://zieme.info/lewis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.492503"], ["updated_at", "2018-12-10 18:50:47.492503"], ["developer_id", 50]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://funk.name/claud"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.494296"], ["updated_at", "2018-12-10 18:50:47.494296"], ["distributor_id", 27], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet est doloribus exercitationem."], ["url", "http://kunze.io/derrick.wilderman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.498202"], ["updated_at", "2018-12-10 18:50:47.498202"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum pariatur veritatis est."], ["info_url", "http://marks.org/graham_hettinger"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.500400"], ["updated_at", "2018-12-10 18:50:47.500400"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://daugherty.info/fidel.reynolds"], ["description", "Dolorem laboriosam libero omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.508686"], ["updated_at", "2018-12-10 18:50:47.508686"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore eaque saepe optio."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.509997"], ["updated_at", "2018-12-10 18:50:47.509997"], ["app_id", 50], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Sequi veritatis enim quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rath.org/temeka.bartell"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.513690"], ["updated_at", "2018-12-10 18:50:47.513690"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rutherfordwaters.com/bryce.deckow"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.515021"], ["updated_at", "2018-12-10 18:50:47.515021"], ["distributor_id", 28], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hettinger.com/shanell"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.516893"], ["updated_at", "2018-12-10 18:50:47.516893"], ["distributor_id", 27], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://robel.com/emmitt"}, "id"=>"30"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://robel.com/emmitt"], ["updated_at", "2018-12-10 18:50:47.524211"], ["id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/30 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kulas.net/margie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.529844"], ["updated_at", "2018-12-10 18:50:47.529844"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut eos facere omnis."], ["url", "http://dietrichquitzon.com/lamar"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.533337"], ["updated_at", "2018-12-10 18:50:47.533337"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est autem sed sit."], ["info_url", "http://schaefer.co/stephen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.536122"], ["updated_at", "2018-12-10 18:50:47.536122"], ["developer_id", 52]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://williamson.co/mimi.quigley"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.538059"], ["updated_at", "2018-12-10 18:50:47.538059"], ["distributor_id", 29], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit incidunt nostrum accusamus."], ["url", "http://zboncakjohnston.biz/celena"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.542261"], ["updated_at", "2018-12-10 18:50:47.542261"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quaerat et aut consectetur."], ["info_url", "http://howepaucek.net/maurine_treutel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.544123"], ["updated_at", "2018-12-10 18:50:47.544123"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://becker.net/broderick"], ["description", "Assumenda corrupti quisquam et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.550025"], ["updated_at", "2018-12-10 18:50:47.550025"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis repellat tempora sequi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.552161"], ["updated_at", "2018-12-10 18:50:47.552161"], ["app_id", 52], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Sed atque animi inventore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://morarlynch.info/cierra_swaniawski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.557180"], ["updated_at", "2018-12-10 18:50:47.557180"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hegmann.com/esteban"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.558239"], ["updated_at", "2018-12-10 18:50:47.558239"], ["distributor_id", 30], ["app_id", 52]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://crooks.net/hannelore"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.560652"], ["updated_at", "2018-12-10 18:50:47.560652"], ["distributor_id", 29], ["app_id", 52]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://goyettereichel.net/arturo_okon"}, "id"=>"33"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://goyettereichel.net/arturo_okon"], ["updated_at", "2018-12-10 18:50:47.568320"], ["id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/33 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mitchell.info/nathanial"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.574293"], ["updated_at", "2018-12-10 18:50:47.574293"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur est perferendis totam."], ["url", "http://volkmancruickshank.net/larisa.greenholt"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.577905"], ["updated_at", "2018-12-10 18:50:47.577905"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est magni ad corporis."], ["info_url", "http://hackett.co/isobel.kling"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.580698"], ["updated_at", "2018-12-10 18:50:47.580698"], ["developer_id", 54]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sawayn.info/marceline"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.582222"], ["updated_at", "2018-12-10 18:50:47.582222"], ["distributor_id", 31], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo fugit iure culpa."], ["url", "http://turcotte.org/camie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.587087"], ["updated_at", "2018-12-10 18:50:47.587087"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia adipisci asperiores quisquam."], ["info_url", "http://gaylordjones.biz/toby"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.589080"], ["updated_at", "2018-12-10 18:50:47.589080"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlin.info/han.pouros"], ["description", "Eum aut ad aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.594725"], ["updated_at", "2018-12-10 18:50:47.594725"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti provident error facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.597678"], ["updated_at", "2018-12-10 18:50:47.597678"], ["app_id", 54], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Ipsa in est atque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hauck.io/eddie_legros"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.602167"], ["updated_at", "2018-12-10 18:50:47.602167"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://feest.io/vonnie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.603126"], ["updated_at", "2018-12-10 18:50:47.603126"], ["distributor_id", 32], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schamberger.com/ty"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.605196"], ["updated_at", "2018-12-10 18:50:47.605196"], ["distributor_id", 31], ["app_id", 54]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"36"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://macejkovicoconner.biz/claud"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.627667"], ["updated_at", "2018-12-10 18:50:47.627667"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas accusamus qui beatae."], ["url", "http://wisozk.net/asia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.631356"], ["updated_at", "2018-12-10 18:50:47.631356"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia exercitationem at possimus."], ["info_url", "http://kuhngutmann.info/rick"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.634074"], ["updated_at", "2018-12-10 18:50:47.634074"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://flatley.name/neal"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.635031"], ["updated_at", "2018-12-10 18:50:47.635031"], ["distributor_id", 33], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque est sequi fugiat."], ["url", "http://daugherty.info/willis_schaden"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.638295"], ["updated_at", "2018-12-10 18:50:47.638295"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum quis consequatur ad."], ["info_url", "http://effertz.com/kraig_auer"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.640027"], ["updated_at", "2018-12-10 18:50:47.640027"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reichert.info/odis"], ["description", "Porro qui a molestias."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.645731"], ["updated_at", "2018-12-10 18:50:47.645731"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis ipsa quod sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.646869"], ["updated_at", "2018-12-10 18:50:47.646869"], ["app_id", 56], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Nostrum qui voluptas tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kub.io/lewis_oconnell"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.649948"], ["updated_at", "2018-12-10 18:50:47.649948"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bayerkeeling.io/lorette"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.650930"], ["updated_at", "2018-12-10 18:50:47.650930"], ["distributor_id", 34], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lowe.co/gregory"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.652700"], ["updated_at", "2018-12-10 18:50:47.652700"], ["distributor_id", 33], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"39"}
DistributorLink Load (0.5ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.8ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 39]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 5ms (ActiveRecord: 1.8ms)

 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wisokykonopelski.name/rolanda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.666889"], ["updated_at", "2018-12-10 18:50:47.666889"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Earum vitae ut in."], ["url", "http://jonesbernhard.co/antonio_stokes"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.671131"], ["updated_at", "2018-12-10 18:50:47.671131"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem modi et et."], ["info_url", "http://lefflerhoeger.name/bill_huels"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.674182"], ["updated_at", "2018-12-10 18:50:47.674182"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cremin.name/landon_kohler"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.675217"], ["updated_at", "2018-12-10 18:50:47.675217"], ["distributor_id", 35], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui placeat eos consectetur."], ["url", "http://legroslittle.io/pedro"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.678521"], ["updated_at", "2018-12-10 18:50:47.678521"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque qui minus et."], ["info_url", "http://wittingblock.net/hayden_bogan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.680201"], ["updated_at", "2018-12-10 18:50:47.680201"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lindgren.net/kermit_nicolas"], ["description", "Et dolorem quaerat laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.684208"], ["updated_at", "2018-12-10 18:50:47.684208"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Labore fugiat neque impedit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.685065"], ["updated_at", "2018-12-10 18:50:47.685065"], ["app_id", 58], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Molestiae ea sint quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://armstrong.org/cristen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.688503"], ["updated_at", "2018-12-10 18:50:47.688503"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emard.org/raylene"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.689969"], ["updated_at", "2018-12-10 18:50:47.689969"], ["distributor_id", 36], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wunschmonahan.biz/marion_vandervort"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.691990"], ["updated_at", "2018-12-10 18:50:47.691990"], ["distributor_id", 35], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"42"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reichert.com/lory"], ["description", "Accusantium qui doloremque voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.699903"], ["updated_at", "2018-12-10 18:50:47.699903"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut ullam facilis totam."], ["url", "http://heaneyfay.net/leda.denesik"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.707227"], ["updated_at", "2018-12-10 18:50:47.707227"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint ab iure saepe."], ["info_url", "http://kuhlman.info/donetta"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.712093"], ["updated_at", "2018-12-10 18:50:47.712093"], ["developer_id", 60]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla vel dolorem aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.713795"], ["updated_at", "2018-12-10 18:50:47.713795"], ["app_id", 59], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Magni expedita illum voluptates."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://casperwill.co/santo.effertz"], ["description", "Totam tenetur et nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.740686"], ["updated_at", "2018-12-10 18:50:47.740686"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit sed in molestiae."], ["url", "http://bayer.io/melinda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.744821"], ["updated_at", "2018-12-10 18:50:47.744821"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod maxime id maiores."], ["info_url", "http://oconnell.com/jerold.abernathy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.748689"], ["updated_at", "2018-12-10 18:50:47.748689"], ["developer_id", 61]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias ex qui saepe."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.749812"], ["updated_at", "2018-12-10 18:50:47.749812"], ["app_id", 60], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Eos molestiae alias ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"53"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://emmerich.io/jeie_purdy"], ["description", "Velit facere tenetur molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.758348"], ["updated_at", "2018-12-10 18:50:47.758348"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam quo officia repellendus."], ["url", "http://gerlach.net/annabel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.762574"], ["updated_at", "2018-12-10 18:50:47.762574"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui esse dolores sequi."], ["info_url", "http://schimmelsauer.info/melvin.thiel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.766361"], ["updated_at", "2018-12-10 18:50:47.766361"], ["developer_id", 62]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui velit ut provident."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.767946"], ["updated_at", "2018-12-10 18:50:47.767946"], ["app_id", 61], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Totam autem quis cupiditate."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"54"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.3ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weber.biz/ezequiel"], ["description", "Ratione quia necessitatibus accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.783450"], ["updated_at", "2018-12-10 18:50:47.783450"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In odit explicabo ratione."], ["url", "http://larsonbalistreri.name/donte"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.788087"], ["updated_at", "2018-12-10 18:50:47.788087"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta qui culpa aliquid."], ["info_url", "http://dickicrooks.name/wendell.kozey"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.792280"], ["updated_at", "2018-12-10 18:50:47.792280"], ["developer_id", 63]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt dignissimos nesciunt dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.793524"], ["updated_at", "2018-12-10 18:50:47.793524"], ["app_id", 62], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Dolorem omnis ut qui."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"55"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walker.co/winford_renner"], ["description", "Sed est fuga corporis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.808551"], ["updated_at", "2018-12-10 18:50:47.808551"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque porro eos assumenda."], ["url", "http://roob.io/natasha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.812405"], ["updated_at", "2018-12-10 18:50:47.812405"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut sed recusandae quo."], ["info_url", "http://kovacek.info/kurtis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.815864"], ["updated_at", "2018-12-10 18:50:47.815864"], ["developer_id", 64]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis omnis debitis omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.816922"], ["updated_at", "2018-12-10 18:50:47.816922"], ["app_id", 63], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Dolores et non est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Temporibus et sint voluptas.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://ko.com/calandra"}, "id"=>"56"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Temporibus et sint voluptas."], ["shop_link", "http://ko.com/calandra"], ["updated_at", "2018-12-10 18:50:47.821719"], ["id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/56 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://armstronganderson.org/becky"], ["description", "Quisquam ut velit minima."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.828155"], ["updated_at", "2018-12-10 18:50:47.828155"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit laudantium consequatur modi."], ["url", "http://kuhn.org/sherlene.sanford"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.832313"], ["updated_at", "2018-12-10 18:50:47.832313"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit et voluptas aliquam."], ["info_url", "http://murphy.name/bret_hoppe"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.837407"], ["updated_at", "2018-12-10 18:50:47.837407"], ["developer_id", 65]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque voluptatem sit corporis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.840814"], ["updated_at", "2018-12-10 18:50:47.840814"], ["app_id", 64], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Dolores earum rem et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Nobis expedita qui est.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://cruickshankturner.com/kraig.nikolaus"}, "id"=>"57"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Nobis expedita qui est."], ["shop_link", "http://cruickshankturner.com/kraig.nikolaus"], ["updated_at", "2018-12-10 18:50:47.847496"], ["id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/57 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pouroscorkery.io/lacy"], ["description", "Dicta mollitia laborum ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.858430"], ["updated_at", "2018-12-10 18:50:47.858430"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Natus rerum aperiam sunt."], ["url", "http://morietteschinner.io/stephania"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.865382"], ["updated_at", "2018-12-10 18:50:47.865382"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati quaerat consequatur enim."], ["info_url", "http://bins.info/chantell.legros"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.869770"], ["updated_at", "2018-12-10 18:50:47.869770"], ["developer_id", 66]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis id illo nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.871248"], ["updated_at", "2018-12-10 18:50:47.871248"], ["app_id", 65], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Et voluptatibus quae enim."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Voluptate dolores sed quis.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://rolfson.biz/sherril_hartmann"}, "id"=>"58"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Voluptate dolores sed quis."], ["shop_link", "http://rolfson.biz/sherril_hartmann"], ["updated_at", "2018-12-10 18:50:47.877921"], ["id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/58 Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnstonfeeney.net/katerine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.884289"], ["updated_at", "2018-12-10 18:50:47.884289"], ["icon_id", "apple"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab facere aut maxime."], ["url", "http://reichert.co/beverley_walker"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.892238"], ["updated_at", "2018-12-10 18:50:47.892238"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem vitae architecto velit."], ["info_url", "http://kunze.biz/lucius.hickle"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.896384"], ["updated_at", "2018-12-10 18:50:47.896384"], ["developer_id", 67]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://willmcglynn.co/ivelie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.898269"], ["updated_at", "2018-12-10 18:50:47.898269"], ["distributor_id", 37], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcclure.org/chara"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.924643"], ["updated_at", "2018-12-10 18:50:47.924643"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate illo neque a."], ["url", "http://ruecker.org/josef_carter"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.928324"], ["updated_at", "2018-12-10 18:50:47.928324"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum dolorem ut autem."], ["info_url", "http://schneiderschultz.org/jewel_nolan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.931267"], ["updated_at", "2018-12-10 18:50:47.931267"], ["developer_id", 68]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconnerohara.co/marguerite"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.932841"], ["updated_at", "2018-12-10 18:50:47.932841"], ["distributor_id", 38], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://schulist.com/gil", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"38"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://schulist.com/gil"], ["updated_at", "2018-12-10 18:50:47.937743"], ["id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/38 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.7ms)  BEGIN
 (0.4ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://connelly.io/sid.gorczany"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.946455"], ["updated_at", "2018-12-10 18:50:47.946455"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi quia dolore nam."], ["url", "http://prosacco.co/lorenzo.swaniawski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.950574"], ["updated_at", "2018-12-10 18:50:47.950574"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores quos quia harum."], ["info_url", "http://mueller.co/cristen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.954082"], ["updated_at", "2018-12-10 18:50:47.954082"], ["developer_id", 69]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dach.net/tammy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.955766"], ["updated_at", "2018-12-10 18:50:47.955766"], ["distributor_id", 39], ["app_id", 68]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://frami.io/floie", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"39"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://frami.io/floie"], ["updated_at", "2018-12-10 18:50:47.961485"], ["id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/39 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ward.org/tynisha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.969424"], ["updated_at", "2018-12-10 18:50:47.969424"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae qui veniam alias."], ["url", "http://labadie.name/refugio.walker"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.975941"], ["updated_at", "2018-12-10 18:50:47.975941"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil sit officia sit."], ["info_url", "http://marvin.net/berry"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.980024"], ["updated_at", "2018-12-10 18:50:47.980024"], ["developer_id", 70]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abbottwunsch.com/kendall_schultz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.981805"], ["updated_at", "2018-12-10 18:50:47.981805"], ["distributor_id", 40], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://walkerlang.net/cordell_reichel", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"40"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://walkerlang.net/cordell_reichel"], ["updated_at", "2018-12-10 18:50:47.986461"], ["id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/40 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kris.co/mao.christiansen"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:47.996012"], ["updated_at", "2018-12-10 18:50:47.996012"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor eligendi distinctio voluptate."], ["url", "http://raynor.com/elnora_purdy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.000413"], ["updated_at", "2018-12-10 18:50:48.000413"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique sequi deleniti alias."], ["info_url", "http://legrosbeatty.co/erich"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.004471"], ["updated_at", "2018-12-10 18:50:48.004471"], ["developer_id", 71]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runolfsdottirlangworth.name/jonnie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.006337"], ["updated_at", "2018-12-10 18:50:48.006337"], ["distributor_id", 41], ["app_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"41"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.7ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://baumbachrenner.org/roger_bednar"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.016759"], ["updated_at", "2018-12-10 18:50:48.016759"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint aut sunt fugit."], ["url", "http://mann.net/bryon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.023163"], ["updated_at", "2018-12-10 18:50:48.023163"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore dolor consequatur alias."], ["info_url", "http://mclaughlin.net/britta.ward"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.027596"], ["updated_at", "2018-12-10 18:50:48.027596"], ["developer_id", 72]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reichert.info/alberto"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.029178"], ["updated_at", "2018-12-10 18:50:48.029178"], ["distributor_id", 42], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"42"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (1.5ms)  SELECT COUNT(*) FROM "distributors"
 (0.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mckenzie.co/arron_rice"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.043989"], ["updated_at", "2018-12-10 18:50:48.043989"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facilis omnis voluptatum maxime."], ["url", "http://gorczanyemmerich.org/irwin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.049543"], ["updated_at", "2018-12-10 18:50:48.049543"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem excepturi dolor consequatur."], ["info_url", "http://murphy.info/gladys"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.052854"], ["updated_at", "2018-12-10 18:50:48.052854"], ["developer_id", 73]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://creminrutherford.info/meghann.effertz"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.054022"], ["updated_at", "2018-12-10 18:50:48.054022"], ["distributor_id", 43], ["app_id", 72]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"43"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dubuque.biz/johnathon"], ["description", "Qui eum voluptates reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.076113"], ["updated_at", "2018-12-10 18:50:48.076113"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis cupiditate tenetur aperiam."], ["url", "http://hintz.net/kirk"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.079806"], ["updated_at", "2018-12-10 18:50:48.079806"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut libero aperiam ab."], ["info_url", "http://spencer.name/guillermina_toy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.083273"], ["updated_at", "2018-12-10 18:50:48.083273"], ["developer_id", 74]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit quasi incidunt dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.084357"], ["updated_at", "2018-12-10 18:50:48.084357"], ["app_id", 73], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Vitae omnis quod maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam minus ut commodi."], ["url", "http://schultz.co/salvador"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.088681"], ["updated_at", "2018-12-10 18:50:48.088681"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium quasi soluta voluptates."], ["info_url", "http://balistreri.name/shena_goldner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.091662"], ["updated_at", "2018-12-10 18:50:48.091662"], ["developer_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://andersonberge.com/kelley"], ["description", "Id et voluptas occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.096493"], ["updated_at", "2018-12-10 18:50:48.096493"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum non fugiat distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.101519"], ["updated_at", "2018-12-10 18:50:48.101519"], ["app_id", 74], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Sequi est beatae iusto."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://weinat.io/darcy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.106457"], ["updated_at", "2018-12-10 18:50:48.106457"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://maggio.io/cornelius.gerhold"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:48.108043"], ["updated_at", "2018-12-10 18:50:48.108043"], ["distributor_id", 44], ["app_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 13:50:49 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.0ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (1.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (4.4ms)

Completed 500 Internal Server Error in 28ms (ActiveRecord: 9.9ms)

 (0.2ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (93.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (28.4ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 13:50:50 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.7ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.7ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.3ms)

 (0.2ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (2.0ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.7ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (47.7ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.9ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint numquam architecto dolores."], ["url", "http://gerhold.net/alejandra"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.504115"], ["updated_at", "2018-12-10 18:50:50.504115"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut provident reprehenderit numquam."], ["info_url", "http://homenick.biz/ciera.walter"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.507924"], ["updated_at", "2018-12-10 18:50:50.507924"], ["developer_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stark.io/heike_lesch"], ["description", "Accusantium voluptatibus et maxime."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.514948"], ["updated_at", "2018-12-10 18:50:50.514948"]]
SQL (1.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut quisquam est illo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.516747"], ["updated_at", "2018-12-10 18:50:50.516747"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Consectetur culpa sed vel."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://weber.com/marisha.gleason"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.522676"], ["updated_at", "2018-12-10 18:50:50.522676"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dickens.net/latoyia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.524204"], ["updated_at", "2018-12-10 18:50:50.524204"], ["distributor_id", 1], ["app_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Quisquam necessitatibus fuga natus.", "info_url"=>"http://torp.name/tomi", "is_live"=>"true", "name"=>"app_name"}, "id"=>"1"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Quisquam necessitatibus fuga natus."], ["info_url", "http://torp.name/tomi"], ["updated_at", "2018-12-10 18:50:50.534308"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/1 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minus quia animi ab."], ["url", "http://conroy.biz/willy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.542399"], ["updated_at", "2018-12-10 18:50:50.542399"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem est id voluptatem."], ["info_url", "http://blockhuel.co/amiee"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.545030"], ["updated_at", "2018-12-10 18:50:50.545030"], ["developer_id", 2]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keebler.co/ahmed"], ["description", "Corrupti iste nemo dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.554671"], ["updated_at", "2018-12-10 18:50:50.554671"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea cumque nemo itaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.556602"], ["updated_at", "2018-12-10 18:50:50.556602"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Assumenda ducimus quo quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://harveymarvin.name/lance_carroll"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.561115"], ["updated_at", "2018-12-10 18:50:50.561115"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcdermotthirthe.io/tatyana_hudson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.563084"], ["updated_at", "2018-12-10 18:50:50.563084"], ["distributor_id", 2], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Non id aut ad.", "info_url"=>"http://hamill.biz/nakia", "is_live"=>"true", "name"=>"app_name"}, "id"=>"2"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Non id aut ad."], ["info_url", "http://hamill.biz/nakia"], ["updated_at", "2018-12-10 18:50:50.573010"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/2 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem quis et deleniti."], ["url", "http://konopelski.org/randell"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.583313"], ["updated_at", "2018-12-10 18:50:50.583313"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam sunt asperiores quo."], ["info_url", "http://hermann.info/alla_turner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.586261"], ["updated_at", "2018-12-10 18:50:50.586261"], ["developer_id", 3]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://konopelski.co/chong"], ["description", "Aliquid molestias suscipit consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.604941"], ["updated_at", "2018-12-10 18:50:50.604941"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur sed aperiam officiis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.606251"], ["updated_at", "2018-12-10 18:50:50.606251"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Esse molestias autem et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://veumcarroll.net/cyrstal.brekke"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.609528"], ["updated_at", "2018-12-10 18:50:50.609528"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://turcotte.info/glen_bogan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.610502"], ["updated_at", "2018-12-10 18:50:50.610502"], ["distributor_id", 3], ["app_id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Est dolor illo explicabo.", "info_url"=>"http://sanfordtremblay.co/luke_ryan", "is_live"=>"true", "name"=>"app_name"}, "id"=>"3"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Est dolor illo explicabo."], ["info_url", "http://sanfordtremblay.co/luke_ryan"], ["updated_at", "2018-12-10 18:50:50.617543"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/3 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

 (0.7ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias officiis id accusamus."], ["url", "http://wunsch.info/joesph_considine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.629350"], ["updated_at", "2018-12-10 18:50:50.629350"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Distinctio inventore exercitationem velit."], ["info_url", "http://wunschjerde.io/natacha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.631731"], ["updated_at", "2018-12-10 18:50:50.631731"], ["developer_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murphyrobel.org/eleonore"], ["description", "Libero rerum sint asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.637324"], ["updated_at", "2018-12-10 18:50:50.637324"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Esse ad accusantium quas."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.638431"], ["updated_at", "2018-12-10 18:50:50.638431"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Dolorem ut provident maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reynolds.info/eric"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.641419"], ["updated_at", "2018-12-10 18:50:50.641419"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rippinframi.co/harris.heathcote"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.642451"], ["updated_at", "2018-12-10 18:50:50.642451"], ["distributor_id", 4], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit ea aut at."], ["url", "http://schowaltersmith.com/leeanna"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.666713"], ["updated_at", "2018-12-10 18:50:50.666713"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Numquam et magnam rerum."], ["info_url", "http://hudson.org/lise.koelpin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.668874"], ["updated_at", "2018-12-10 18:50:50.668874"], ["developer_id", 5]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kerluke.io/frederick_adams"], ["description", "Repudiandae consequatur doloribus porro."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.678741"], ["updated_at", "2018-12-10 18:50:50.678741"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur odio consequatur delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.680485"], ["updated_at", "2018-12-10 18:50:50.680485"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Dolores vero quae fuga."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnsonchamplin.net/moises_parker"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.684093"], ["updated_at", "2018-12-10 18:50:50.684093"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://satterfieldrunte.net/glenn"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.685093"], ["updated_at", "2018-12-10 18:50:50.685093"], ["distributor_id", 5], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"5"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.3ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas qui odio quis."], ["url", "http://wisoky.net/ileen_mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.698344"], ["updated_at", "2018-12-10 18:50:50.698344"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perferendis sit eos id."], ["info_url", "http://greenfelder.com/ozella.zulauf"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.702055"], ["updated_at", "2018-12-10 18:50:50.702055"], ["developer_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quitzon.biz/glayds.rosenbaum"], ["description", "Quae ea eos quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.710696"], ["updated_at", "2018-12-10 18:50:50.710696"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et nostrum eos sunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.712870"], ["updated_at", "2018-12-10 18:50:50.712870"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Vero ea veniam aperiam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wiza.io/marcel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.717348"], ["updated_at", "2018-12-10 18:50:50.717348"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beahan.name/myrna.kshlerin"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.719334"], ["updated_at", "2018-12-10 18:50:50.719334"], ["distributor_id", 6], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"6"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Earum beatae sed laudantium."], ["url", "http://bogan.io/hal"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.732134"], ["updated_at", "2018-12-10 18:50:50.732134"], ["logo_image_url", nil]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex nam et autem."], ["info_url", "http://bayer.co/elizabet"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.738777"], ["updated_at", "2018-12-10 18:50:50.738777"], ["developer_id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://howellgleason.net/chang_huels"], ["description", "Facere enim illo quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.745567"], ["updated_at", "2018-12-10 18:50:50.745567"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit eaque eos aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.747090"], ["updated_at", "2018-12-10 18:50:50.747090"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Voluptas necessitatibus facilis harum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hartmann.com/darius_osinski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.750905"], ["updated_at", "2018-12-10 18:50:50.750905"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://crookshagenes.name/serita_hermiston"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.752270"], ["updated_at", "2018-12-10 18:50:50.752270"], ["distributor_id", 7], ["app_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"7"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.6ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est esse voluptates molestiae."], ["url", "http://breitenbergmitchell.org/johanne_osinski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.767796"], ["updated_at", "2018-12-10 18:50:50.767796"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)

Developer Load (0.3ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cum aut amet neque."], ["url", "http://gorczanybahringer.org/carmelo"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.794822"], ["updated_at", "2018-12-10 18:50:50.794822"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (1.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"9"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur et aspernatur laudantium."], ["url", "http://goldner.io/tyrell_macgyver"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.811899"], ["updated_at", "2018-12-10 18:50:50.811899"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"10"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt consequatur aut aliquam."], ["url", "http://thiel.co/yulanda"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.826363"], ["updated_at", "2018-12-10 18:50:50.826363"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Aut voluptatibus autem delectus.", "is_live"=>"true", "logo_image_url"=>"http://murrayborer.io/aubrey.swaniawski", "name"=>"developer_name", "url"=>"http://prosacco.biz/cornell.fisher"}, "id"=>"11"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Aut voluptatibus autem delectus."], ["url", "http://prosacco.biz/cornell.fisher"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:50:50.834353"], ["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/11 Completed 302 Found in 5ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse iure amet quis."], ["url", "http://hackett.info/leatrice_roob"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.841530"], ["updated_at", "2018-12-10 18:50:50.841530"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Accusamus earum praesentium odio.", "is_live"=>"true", "logo_image_url"=>"http://reynolds.biz/shiela", "name"=>"developer_name", "url"=>"http://christiansen.info/dion"}, "id"=>"12"}
Developer Load (0.6ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Accusamus earum praesentium odio."], ["url", "http://christiansen.info/dion"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:50:50.852543"], ["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/12 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ad ea placeat explicabo."], ["url", "http://konopelski.org/ronny.gibson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.860065"], ["updated_at", "2018-12-10 18:50:50.860065"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Ab quod ut quo.", "is_live"=>"true", "logo_image_url"=>"http://bartellschulist.name/bernard", "name"=>"developer_name", "url"=>"http://goldner.org/lance.hyatt"}, "id"=>"13"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Ab quod ut quo."], ["url", "http://goldner.org/lance.hyatt"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:50:50.865860"], ["id", 13]]
 (0.8ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/13 Completed 302 Found in 9ms (ActiveRecord: 1.9ms)

Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error magni voluptas quae."], ["url", "http://welchabshire.biz/terisa"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.879862"], ["updated_at", "2018-12-10 18:50:50.879862"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"14"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 14]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 4.1ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 13:50:50 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.5ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.6ms)  COMMIT
 (1.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://trantow.com/francesco.vandervort"], ["description", "Qui enim non ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.962176"], ["updated_at", "2018-12-10 18:50:50.962176"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatum aut nostrum rerum."], ["url", "http://ankunding.name/howard"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.967045"], ["updated_at", "2018-12-10 18:50:50.967045"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure sed numquam corporis."], ["info_url", "http://moriette.info/shanika"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.971526"], ["updated_at", "2018-12-10 18:50:50.971526"], ["developer_id", 15]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam voluptatem iure ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.972831"], ["updated_at", "2018-12-10 18:50:50.972831"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Fugit ullam aut rem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil labore occaecati aut."], ["url", "http://kingbraun.com/leatha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.977927"], ["updated_at", "2018-12-10 18:50:50.977927"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure placeat accusantium dolores."], ["info_url", "http://quitzon.info/mireya_botsford"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.982763"], ["updated_at", "2018-12-10 18:50:50.982763"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://metz.name/karine.streich"], ["description", "Autem consequatur aliquid aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.988440"], ["updated_at", "2018-12-10 18:50:50.988440"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum quia earum aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.989681"], ["updated_at", "2018-12-10 18:50:50.989681"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Fugiat labore qui sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hauck.co/christopher_ondricka"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.992705"], ["updated_at", "2018-12-10 18:50:50.992705"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ebert.io/andrea"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.993595"], ["updated_at", "2018-12-10 18:50:50.993595"], ["distributor_id", 8], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam laborum et qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.996293"], ["updated_at", "2018-12-10 18:50:50.996293"], ["app_id", 9], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Qui nisi porro odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Assumenda sit alias aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:50.999501"], ["updated_at", "2018-12-10 18:50:50.999501"], ["works_with_id", 10], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Tempora libero neque consequatur."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Nobis unde laborum aut.", "is_live"=>"true", "promo_image_url"=>"http://weimann.com/robin_gaylord", "promo_text"=>"Delectus sequi ex nesciunt.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"1"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Nobis unde laborum aut."], ["promo_text", "Delectus sequi ex nesciunt."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:50:51.012137"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/1 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runtesmitham.name/trish"], ["description", "Laudantium et neque natus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.018594"], ["updated_at", "2018-12-10 18:50:51.018594"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et consequatur ullam dolor."], ["url", "http://douglaskuhn.info/kyong"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.022424"], ["updated_at", "2018-12-10 18:50:51.022424"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odio est laboriosam asperiores."], ["info_url", "http://pagac.io/indira.hartmann"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.026021"], ["updated_at", "2018-12-10 18:50:51.026021"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ut et impedit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.027151"], ["updated_at", "2018-12-10 18:50:51.027151"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Rem asperiores esse illo."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat fugiat facere nemo."], ["url", "http://dickenpinka.io/omega"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.032086"], ["updated_at", "2018-12-10 18:50:51.032086"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos dignissimos vitae consequatur."], ["info_url", "http://mitchell.net/nicky"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.034337"], ["updated_at", "2018-12-10 18:50:51.034337"], ["developer_id", 18]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lynchpaucek.io/louis"], ["description", "Nam iste qui repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.040038"], ["updated_at", "2018-12-10 18:50:51.040038"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit maxime quia fugit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.041143"], ["updated_at", "2018-12-10 18:50:51.041143"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Voluptatem magnam iste quo."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cartwrightklocko.co/aracelis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.047581"], ["updated_at", "2018-12-10 18:50:51.047581"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lynchlittel.name/julius_feest"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.048957"], ["updated_at", "2018-12-10 18:50:51.048957"], ["distributor_id", 9], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt ea ad delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.051929"], ["updated_at", "2018-12-10 18:50:51.051929"], ["app_id", 11], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Deleniti at repellendus enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Natus aut aut maiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.055557"], ["updated_at", "2018-12-10 18:50:51.055557"], ["works_with_id", 13], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nobis velit delectus enim."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Eos et voluptate consequatur.", "is_live"=>"true", "promo_image_url"=>"http://mertzjerde.io/merrill.mckenzie", "promo_text"=>"Error hic consequatur qui.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Eos et voluptate consequatur."], ["promo_text", "Error hic consequatur qui."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:50:51.065890"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://braunwest.name/fritz.kris"], ["description", "Ut iusto similique expedita."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.071928"], ["updated_at", "2018-12-10 18:50:51.071928"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit perspiciatis et dolorem."], ["url", "http://will.biz/fred"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.075696"], ["updated_at", "2018-12-10 18:50:51.075696"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "A nisi neque facere."], ["info_url", "http://carrollemmerich.com/cay"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.080325"], ["updated_at", "2018-12-10 18:50:51.080325"], ["developer_id", 19]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga harum voluptatem possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.081617"], ["updated_at", "2018-12-10 18:50:51.081617"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Odio placeat aut repellendus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos non dolorum sapiente."], ["url", "http://mclaughlin.org/hosea"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.086512"], ["updated_at", "2018-12-10 18:50:51.086512"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut voluptatem consequatur libero."], ["info_url", "http://purdyherzog.io/tommy_ward"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.088904"], ["updated_at", "2018-12-10 18:50:51.088904"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keler.org/millard_champlin"], ["description", "Incidunt aut quis ratione."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.102351"], ["updated_at", "2018-12-10 18:50:51.102351"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veniam consequatur sed similique."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.103450"], ["updated_at", "2018-12-10 18:50:51.103450"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Accusantium quia facilis est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://luettgenbahringer.name/wiley.prohaska"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.106751"], ["updated_at", "2018-12-10 18:50:51.106751"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reinger.biz/freddy_pouros"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.107723"], ["updated_at", "2018-12-10 18:50:51.107723"], ["distributor_id", 10], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum ea est voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.110497"], ["updated_at", "2018-12-10 18:50:51.110497"], ["app_id", 13], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Unde consequatur dignissimos natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Illo quo eius id."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.113685"], ["updated_at", "2018-12-10 18:50:51.113685"], ["works_with_id", 16], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Vitae iste id quasi."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Velit eveniet quisquam esse.", "is_live"=>"true", "promo_image_url"=>"http://mosciski.net/anita_hahn", "promo_text"=>"Inventore illum tenetur iste.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Velit eveniet quisquam esse."], ["promo_text", "Inventore illum tenetur iste."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:50:51.123990"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nitzsche.com/oswaldo"], ["description", "Eum dolorem deserunt omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.130557"], ["updated_at", "2018-12-10 18:50:51.130557"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas laborum est voluptatem."], ["url", "http://schadenharvey.co/lemuel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.134182"], ["updated_at", "2018-12-10 18:50:51.134182"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vitae culpa reiciendis aut."], ["info_url", "http://brekkecasper.net/sherita"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.137854"], ["updated_at", "2018-12-10 18:50:51.137854"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam est enim aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.138938"], ["updated_at", "2018-12-10 18:50:51.138938"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Vel eos cum aliquid."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut aut blanditiis itaque."], ["url", "http://mertz.co/lamar_cartwright"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.142766"], ["updated_at", "2018-12-10 18:50:51.142766"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repudiandae facilis aut quo."], ["info_url", "http://block.biz/young"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.144520"], ["updated_at", "2018-12-10 18:50:51.144520"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schneider.name/leeanne"], ["description", "Dolore qui exercitationem earum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.149572"], ["updated_at", "2018-12-10 18:50:51.149572"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae voluptatum rem minus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.150907"], ["updated_at", "2018-12-10 18:50:51.150907"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Praesentium aut aut et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://murphy.biz/elbert.parker"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.154167"], ["updated_at", "2018-12-10 18:50:51.154167"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tremblay.io/renate"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.155356"], ["updated_at", "2018-12-10 18:50:51.155356"], ["distributor_id", 11], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Exercitationem sapiente perspiciatis molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.158398"], ["updated_at", "2018-12-10 18:50:51.158398"], ["app_id", 15], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Quaerat quia dolorem assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Omnis quaerat eos quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.161640"], ["updated_at", "2018-12-10 18:50:51.161640"], ["works_with_id", 19], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ex cumque aut itaque."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kozey.biz/kirsten_friesen"], ["description", "Incidunt maxime assumenda qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.192759"], ["updated_at", "2018-12-10 18:50:51.192759"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit consectetur dolorum voluptatem."], ["url", "http://wilkinson.co/josephina.wuckert"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.197187"], ["updated_at", "2018-12-10 18:50:51.197187"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis soluta delectus nam."], ["info_url", "http://williamson.net/christopher"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.201172"], ["updated_at", "2018-12-10 18:50:51.201172"], ["developer_id", 23]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum omnis recusandae quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.202377"], ["updated_at", "2018-12-10 18:50:51.202377"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Et nihil velit quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Distinctio odio beatae id."], ["url", "http://heathcote.info/benny"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.206486"], ["updated_at", "2018-12-10 18:50:51.206486"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et sed fugit dignissimos."], ["info_url", "http://maggio.net/claud.rodriguez"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.208442"], ["updated_at", "2018-12-10 18:50:51.208442"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilbackwitting.io/noe.zieme"], ["description", "Qui et sit ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.214620"], ["updated_at", "2018-12-10 18:50:51.214620"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem voluptates qui enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.217427"], ["updated_at", "2018-12-10 18:50:51.217427"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Cupiditate eius qui id."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dibbert.co/claudio.hauck"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.221252"], ["updated_at", "2018-12-10 18:50:51.221252"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vandervort.co/claretha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.222519"], ["updated_at", "2018-12-10 18:50:51.222519"], ["distributor_id", 12], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt qui aperiam esse."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.225438"], ["updated_at", "2018-12-10 18:50:51.225438"], ["app_id", 17], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Est sit est labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et quasi dolores dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.228688"], ["updated_at", "2018-12-10 18:50:51.228688"], ["works_with_id", 22], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ratione illum aut possimus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"5"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://paucek.info/pablo"], ["description", "Ipsam sint ea eaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.237962"], ["updated_at", "2018-12-10 18:50:51.237962"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Officia placeat reprehenderit praesentium."], ["url", "http://cummings.net/carry.prohaska"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.241903"], ["updated_at", "2018-12-10 18:50:51.241903"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et ut ad id."], ["info_url", "http://eberthand.info/stacia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.246091"], ["updated_at", "2018-12-10 18:50:51.246091"], ["developer_id", 25]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis impedit dolores quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.247360"], ["updated_at", "2018-12-10 18:50:51.247360"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "In vel ea dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium perferendis nihil voluptatum."], ["url", "http://weber.com/kira.steuber"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.251644"], ["updated_at", "2018-12-10 18:50:51.251644"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eveniet impedit expedita quaerat."], ["info_url", "http://rueckercronin.io/keva.hermann"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.253947"], ["updated_at", "2018-12-10 18:50:51.253947"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://metz.org/juliane.senger"], ["description", "Sequi adipisci dolore velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.259077"], ["updated_at", "2018-12-10 18:50:51.259077"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis architecto repudiandae asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.260317"], ["updated_at", "2018-12-10 18:50:51.260317"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Ut provident amet corporis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://emmerich.biz/ariel_oberbrunner"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.266878"], ["updated_at", "2018-12-10 18:50:51.266878"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondricka.io/devon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.268555"], ["updated_at", "2018-12-10 18:50:51.268555"], ["distributor_id", 13], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora ea aspernatur ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.271685"], ["updated_at", "2018-12-10 18:50:51.271685"], ["app_id", 19], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Nisi rem sed quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ducimus minus enim rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.276384"], ["updated_at", "2018-12-10 18:50:51.276384"], ["works_with_id", 25], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dolores error enim ut."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilback.com/vikki_reichel"], ["description", "Modi maxime ea eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.286570"], ["updated_at", "2018-12-10 18:50:51.286570"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint magnam quae quidem."], ["url", "http://larkin.info/warren"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.290784"], ["updated_at", "2018-12-10 18:50:51.290784"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae quidem est similique."], ["info_url", "http://kemmerhintz.info/kenneth.runte"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.294899"], ["updated_at", "2018-12-10 18:50:51.294899"], ["developer_id", 27]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit corporis suscipit expedita."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.296073"], ["updated_at", "2018-12-10 18:50:51.296073"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Quidem voluptas beatae ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas voluptas perspiciatis minima."], ["url", "http://hueldietrich.net/carlotta_gusikowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.300236"], ["updated_at", "2018-12-10 18:50:51.300236"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque rerum occaecati sequi."], ["info_url", "http://gorczanyrowe.org/erik"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.302100"], ["updated_at", "2018-12-10 18:50:51.302100"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldner.biz/broderick"], ["description", "Rem ullam molestiae atque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.307086"], ["updated_at", "2018-12-10 18:50:51.307086"]]
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsam accusantium possimus voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.308134"], ["updated_at", "2018-12-10 18:50:51.308134"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Eos sint esse totam."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tromp.org/jon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.315435"], ["updated_at", "2018-12-10 18:50:51.315435"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johnson.io/pam"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.316566"], ["updated_at", "2018-12-10 18:50:51.316566"], ["distributor_id", 14], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum natus ad libero."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.319389"], ["updated_at", "2018-12-10 18:50:51.319389"], ["app_id", 21], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Inventore rerum amet ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Magnam aut consectetur aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.322604"], ["updated_at", "2018-12-10 18:50:51.322604"], ["works_with_id", 28], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Facilis aut odit deserunt."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hellerkshlerin.name/yong"], ["description", "Assumenda fugiat omnis eaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.352821"], ["updated_at", "2018-12-10 18:50:51.352821"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequuntur porro culpa exercitationem."], ["url", "http://willmshirthe.info/teodora"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.358199"], ["updated_at", "2018-12-10 18:50:51.358199"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga minus quidem magni."], ["info_url", "http://predovickuvalis.io/alton.kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.362546"], ["updated_at", "2018-12-10 18:50:51.362546"], ["developer_id", 29]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla praesentium voluptatibus minus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.363763"], ["updated_at", "2018-12-10 18:50:51.363763"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Beatae et veniam recusandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo vero cumque odit."], ["url", "http://schaden.co/porsche"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.367605"], ["updated_at", "2018-12-10 18:50:51.367605"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus quod vitae similique."], ["info_url", "http://fadel.com/shannan_collins"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.369544"], ["updated_at", "2018-12-10 18:50:51.369544"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://homenickupton.info/eusebia"], ["description", "Unde sint qui minima."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.375206"], ["updated_at", "2018-12-10 18:50:51.375206"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui quae vel nulla."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.379455"], ["updated_at", "2018-12-10 18:50:51.379455"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Eos nemo ipsum repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dibbertsmitham.info/frankie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.383563"], ["updated_at", "2018-12-10 18:50:51.383563"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://davis.com/kaitlyn"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.384620"], ["updated_at", "2018-12-10 18:50:51.384620"], ["distributor_id", 15], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente soluta est neque."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.387500"], ["updated_at", "2018-12-10 18:50:51.387500"], ["app_id", 23], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Quis quod vero aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiegand.name/asuncion"], ["description", "Voluptatem autem blanditiis distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.414434"], ["updated_at", "2018-12-10 18:50:51.414434"]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi alias dolorem optio."], ["url", "http://turcotte.co/dennis"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.424441"], ["updated_at", "2018-12-10 18:50:51.424441"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nulla et non non."], ["info_url", "http://schmidtrunte.com/amelia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.428741"], ["updated_at", "2018-12-10 18:50:51.428741"], ["developer_id", 31]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed necessitatibus autem tempore."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.430047"], ["updated_at", "2018-12-10 18:50:51.430047"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Ut ab esse omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel molestias soluta placeat."], ["url", "http://ernser.net/jeremiah_heel"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.434234"], ["updated_at", "2018-12-10 18:50:51.434234"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem in qui ut."], ["info_url", "http://zboncakschneider.co/devorah.abshire"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.436228"], ["updated_at", "2018-12-10 18:50:51.436228"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://simonisreichel.org/delaine"], ["description", "Nam ducimus qui reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.444813"], ["updated_at", "2018-12-10 18:50:51.444813"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit ut doloribus et."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.446415"], ["updated_at", "2018-12-10 18:50:51.446415"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Ratione dolorum molestiae nihil."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walker.com/roosevelt_osinski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.449825"], ["updated_at", "2018-12-10 18:50:51.449825"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://buckridge.org/jeffery"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.450771"], ["updated_at", "2018-12-10 18:50:51.450771"], ["distributor_id", 16], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem aut id tempora."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.453544"], ["updated_at", "2018-12-10 18:50:51.453544"], ["app_id", 25], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Dolor eveniet aut ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Reprehenderit non ipsa quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.456812"], ["updated_at", "2018-12-10 18:50:51.456812"], ["works_with_id", 34], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Fugiat placeat optio sed."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mante.co/felix"], ["description", "Sapiente est sit quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.474630"], ["updated_at", "2018-12-10 18:50:51.474630"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut assumenda eaque officiis."], ["url", "http://pollich.io/noble"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.478345"], ["updated_at", "2018-12-10 18:50:51.478345"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatibus at quia voluptas."], ["info_url", "http://watsica.com/maxwell_schumm"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.481959"], ["updated_at", "2018-12-10 18:50:51.481959"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia provident amet rem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.483648"], ["updated_at", "2018-12-10 18:50:51.483648"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Laudantium accusantium beatae asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quod omnis dolores dolorem."], ["url", "http://hamillmurphy.net/jordan.stanton"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.488341"], ["updated_at", "2018-12-10 18:50:51.488341"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe quibusdam nesciunt sed."], ["info_url", "http://schmitt.io/catherina.yundt"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.490518"], ["updated_at", "2018-12-10 18:50:51.490518"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://veum.org/selma"], ["description", "Non omnis fuga maiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.499886"], ["updated_at", "2018-12-10 18:50:51.499886"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius voluptatum et aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.504865"], ["updated_at", "2018-12-10 18:50:51.504865"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Eaque earum esse sed."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lowe.net/damion"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.510435"], ["updated_at", "2018-12-10 18:50:51.510435"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://renner.name/colby.spinka"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.511540"], ["updated_at", "2018-12-10 18:50:51.511540"], ["distributor_id", 17], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil sequi ad quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.514367"], ["updated_at", "2018-12-10 18:50:51.514367"], ["app_id", 27], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Accusantium at placeat et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"37"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ziemann.net/erasmo.shields"], ["description", "Ducimus quis est rem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.540270"], ["updated_at", "2018-12-10 18:50:51.540270"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt nesciunt mollitia reprehenderit."], ["url", "http://grimeslesch.co/garnet.schumm"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.544253"], ["updated_at", "2018-12-10 18:50:51.544253"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nulla ea atque ea."], ["info_url", "http://tromp.name/trenton"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.548508"], ["updated_at", "2018-12-10 18:50:51.548508"], ["developer_id", 35]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur et iste magni."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.549687"], ["updated_at", "2018-12-10 18:50:51.549687"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Et illo aperiam sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi ipsa rerum qui."], ["url", "http://hirthetromp.info/landon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.554214"], ["updated_at", "2018-12-10 18:50:51.554214"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et quia est qui."], ["info_url", "http://littel.net/willia"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.557699"], ["updated_at", "2018-12-10 18:50:51.557699"], ["developer_id", 36]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyetteblock.name/gaston"], ["description", "Ducimus inventore et rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.563199"], ["updated_at", "2018-12-10 18:50:51.563199"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea quisquam numquam vitae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.564288"], ["updated_at", "2018-12-10 18:50:51.564288"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Repellat natus eos quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://streichschmeler.biz/chanel_okon"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.567504"], ["updated_at", "2018-12-10 18:50:51.567504"], ["icon_id", "apple"]]
SQL (1.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://satterfield.co/tad"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.569059"], ["updated_at", "2018-12-10 18:50:51.569059"], ["distributor_id", 18], ["app_id", 29]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam voluptate nesciunt id."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.575703"], ["updated_at", "2018-12-10 18:50:51.575703"], ["app_id", 29], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Ut fuga aut eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Enim aut sunt dolorem.", "is_live"=>"true", "promo_image_url"=>"http://spinka.info/jesusita_conn", "promo_text"=>"Est voluptas tenetur voluptas.", "title"=>"works_with_title"}, "id"=>"40"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Enim aut sunt dolorem."], ["promo_image_url", nil], ["promo_text", "Est voluptas tenetur voluptas."], ["updated_at", "2018-12-10 18:50:51.584763"], ["id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/40 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rogahnko.org/caaundra"], ["description", "Eveniet nisi omnis in."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.591740"], ["updated_at", "2018-12-10 18:50:51.591740"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit odio et et."], ["url", "http://wildermanhilll.com/bloom"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.595970"], ["updated_at", "2018-12-10 18:50:51.595970"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci provident nostrum dolore."], ["info_url", "http://macgyver.io/clementine_bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.599849"], ["updated_at", "2018-12-10 18:50:51.599849"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut maiores dolorem quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.600996"], ["updated_at", "2018-12-10 18:50:51.600996"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Dolorem ratione adipisci distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae impedit vitae voluptas."], ["url", "http://rodriguez.org/thuy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.605486"], ["updated_at", "2018-12-10 18:50:51.605486"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est ex illo quia."], ["info_url", "http://murazik.net/jan_lockman"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.607506"], ["updated_at", "2018-12-10 18:50:51.607506"], ["developer_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murphytillman.net/carman"], ["description", "Doloremque sunt dolor necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.616793"], ["updated_at", "2018-12-10 18:50:51.616793"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos excepturi cum dicta."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.617980"], ["updated_at", "2018-12-10 18:50:51.617980"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Nostrum voluptates ipsa ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bogisich.co/joan"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.621286"], ["updated_at", "2018-12-10 18:50:51.621286"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jaskolski.co/lakeesha"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.622303"], ["updated_at", "2018-12-10 18:50:51.622303"], ["distributor_id", 19], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil harum magnam necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.625030"], ["updated_at", "2018-12-10 18:50:51.625030"], ["app_id", 31], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Aut beatae sapiente pariatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Et quos qui eligendi.", "is_live"=>"true", "promo_image_url"=>"http://cartwrightdickinson.com/cammie.murphy", "promo_text"=>"Et ad voluptas qui.", "title"=>"works_with_title"}, "id"=>"43"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Et quos qui eligendi."], ["promo_image_url", nil], ["promo_text", "Et ad voluptas qui."], ["updated_at", "2018-12-10 18:50:51.633657"], ["id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/43 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weinat.name/bobbie"], ["description", "Itaque dignissimos molestias ab."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.639862"], ["updated_at", "2018-12-10 18:50:51.639862"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam illum dolores omnis."], ["url", "http://jastwilkinson.biz/grady.wuckert"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.643584"], ["updated_at", "2018-12-10 18:50:51.643584"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed odit quasi nam."], ["info_url", "http://feeney.net/eldridge_jones"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.647065"], ["updated_at", "2018-12-10 18:50:51.647065"], ["developer_id", 39]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat omnis ratione voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.648077"], ["updated_at", "2018-12-10 18:50:51.648077"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Dolores deserunt tempora ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi dolore qui provident."], ["url", "http://lubowitz.org/michale.wuckert"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.651746"], ["updated_at", "2018-12-10 18:50:51.651746"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni aliquid vero quod."], ["info_url", "http://boyle.com/saul.murphy"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.653600"], ["updated_at", "2018-12-10 18:50:51.653600"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crooks.biz/joselyn"], ["description", "Voluptatem quis unde aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.659123"], ["updated_at", "2018-12-10 18:50:51.659123"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat quae et qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.660310"], ["updated_at", "2018-12-10 18:50:51.660310"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Dolore quae omnis ad."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tremblay.name/reiko_kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.663604"], ["updated_at", "2018-12-10 18:50:51.663604"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://creminkonopelski.info/aldo_lemke"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.664589"], ["updated_at", "2018-12-10 18:50:51.664589"], ["distributor_id", 20], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veniam voluptas ipsum aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.667388"], ["updated_at", "2018-12-10 18:50:51.667388"], ["app_id", 33], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Sit placeat laudantium in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Fuga qui consequatur maxime.", "is_live"=>"true", "promo_image_url"=>"http://zemlak.net/gail_sawayn", "promo_text"=>"Tenetur dicta corporis et.", "title"=>"works_with_title"}, "id"=>"46"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Developer Load (0.8ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Fuga qui consequatur maxime."], ["promo_image_url", nil], ["promo_text", "Tenetur dicta corporis et."], ["updated_at", "2018-12-10 18:50:51.680023"], ["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/46 Completed 302 Found in 11ms (ActiveRecord: 2.3ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcclurewintheiser.name/alaina"], ["description", "Natus vero quia voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.687301"], ["updated_at", "2018-12-10 18:50:51.687301"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem ullam exercitationem dolorem."], ["url", "http://schuppe.name/johnnie"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.691090"], ["updated_at", "2018-12-10 18:50:51.691090"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia earum totam dicta."], ["info_url", "http://oreilly.org/dominique.konopelski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.694582"], ["updated_at", "2018-12-10 18:50:51.694582"], ["developer_id", 41]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut accusantium mollitia ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.695680"], ["updated_at", "2018-12-10 18:50:51.695680"], ["app_id", 34], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Ad sed dolorum sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odio aut minima qui."], ["url", "http://mcglynn.info/bret_nader"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.700188"], ["updated_at", "2018-12-10 18:50:51.700188"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates sunt est magnam."], ["info_url", "http://hagenes.net/brandee"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.702252"], ["updated_at", "2018-12-10 18:50:51.702252"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://collins.info/marla_kuvalis"], ["description", "Ad ea facere beatae."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.707627"], ["updated_at", "2018-12-10 18:50:51.707627"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum ut omnis ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.708701"], ["updated_at", "2018-12-10 18:50:51.708701"], ["app_id", 35], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Quia eveniet rerum est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://blick.info/myrtle"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.711602"], ["updated_at", "2018-12-10 18:50:51.711602"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kochwisoky.net/arlie_johnson"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.712548"], ["updated_at", "2018-12-10 18:50:51.712548"], ["distributor_id", 21], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores expedita quia deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.715545"], ["updated_at", "2018-12-10 18:50:51.715545"], ["app_id", 35], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Officiis vel dolores aut."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"49"}
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brown.name/andre_cummerata"], ["description", "Iusto sit ut sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.728246"], ["updated_at", "2018-12-10 18:50:51.728246"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut id et est."], ["url", "http://streichkub.name/verona.stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.731976"], ["updated_at", "2018-12-10 18:50:51.731976"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti placeat suscipit accusantium."], ["info_url", "http://strackecummings.info/zachariah.willms"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.735309"], ["updated_at", "2018-12-10 18:50:51.735309"], ["developer_id", 43]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui nobis error ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.736294"], ["updated_at", "2018-12-10 18:50:51.736294"], ["app_id", 36], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Unde quisquam eum sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut voluptatem reiciendis eos."], ["url", "http://baumbachdubuque.io/garry"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.739970"], ["updated_at", "2018-12-10 18:50:51.739970"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa ut itaque sed."], ["info_url", "http://gutkowskiterry.net/therea.kertzmann"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.742582"], ["updated_at", "2018-12-10 18:50:51.742582"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bernier.co/camellia.senger"], ["description", "Sit provident dignissimos assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.747682"], ["updated_at", "2018-12-10 18:50:51.747682"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga debitis sapiente aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.748734"], ["updated_at", "2018-12-10 18:50:51.748734"], ["app_id", 37], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Porro amet dolores dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ankundingcorkery.name/elinor"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.751885"], ["updated_at", "2018-12-10 18:50:51.751885"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kaulke.info/tony.bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.752836"], ["updated_at", "2018-12-10 18:50:51.752836"], ["distributor_id", 22], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur exercitationem voluptatem veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.756029"], ["updated_at", "2018-12-10 18:50:51.756029"], ["app_id", 37], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Quo voluptates error dicta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"52"}
WorksWith Load (1.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 52]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 6ms (ActiveRecord: 2.6ms)

 (0.3ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mitchellbogisich.name/bobbie_lehner"], ["description", "Pariatur fuga non est."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.774388"], ["updated_at", "2018-12-10 18:50:51.774388"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Porro neque iusto odit."], ["url", "http://welch.com/na_considine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.778057"], ["updated_at", "2018-12-10 18:50:51.778057"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora expedita iure ea."], ["info_url", "http://grahammuller.info/jeramy_maggio"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.781538"], ["updated_at", "2018-12-10 18:50:51.781538"], ["developer_id", 45]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea voluptatum saepe dolor."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.783260"], ["updated_at", "2018-12-10 18:50:51.783260"], ["app_id", 38], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Laboriosam omnis adipisci vero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et eum assumenda porro."], ["url", "http://smitham.name/britney.powlowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.787923"], ["updated_at", "2018-12-10 18:50:51.787923"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia iusto consequatur architecto."], ["info_url", "http://grimes.name/alan.hayes"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.790044"], ["updated_at", "2018-12-10 18:50:51.790044"], ["developer_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://skiles.biz/melisa"], ["description", "Velit omnis rerum quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.794741"], ["updated_at", "2018-12-10 18:50:51.794741"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi sunt molestiae ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.795740"], ["updated_at", "2018-12-10 18:50:51.795740"], ["app_id", 39], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Et cum qui quos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ritchiereilly.org/lana.considine"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.798776"], ["updated_at", "2018-12-10 18:50:51.798776"], ["icon_id", "apple"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prosacco.info/roseline"], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.799720"], ["updated_at", "2018-12-10 18:50:51.799720"], ["distributor_id", 23], ["app_id", 39]]
 (0.8ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex velit est sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 18:50:51.807813"], ["updated_at", "2018-12-10 18:50:51.807813"], ["app_id", 39], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Dolorem quae quo praesentium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.6ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.2ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (2.4ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.6ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (88.8ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (2.1ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://donnelly.io/jerrold_thiel"], ["description", "Est sit earum dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.505757"], ["updated_at", "2018-12-10 18:51:12.505757"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Optio veritatis soluta ipsum."], ["url", "http://sawaynlittel.io/arlie_kris"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.528982"], ["updated_at", "2018-12-10 18:51:12.528982"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta sit ipsam aut."], ["info_url", "http://walker.net/dorthea_dach"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.543904"], ["updated_at", "2018-12-10 18:51:12.543904"], ["developer_id", 1]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In eaque eos sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.545721"], ["updated_at", "2018-12-10 18:51:12.545721"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Rerum recusandae molestias praesentium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo quibusdam voluptatem error."], ["url", "http://rogahneffertz.com/lory_schamberger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.550242"], ["updated_at", "2018-12-10 18:51:12.550242"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quas tenetur minus qui."], ["info_url", "http://johnston.org/maida"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.552168"], ["updated_at", "2018-12-10 18:51:12.552168"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vandervort.co/hilton"], ["description", "Ratione vel dolores soluta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.565248"], ["updated_at", "2018-12-10 18:51:12.565248"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias et qui voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.566441"], ["updated_at", "2018-12-10 18:51:12.566441"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Ipsa distinctio et enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gradygutmann.info/otha.osinski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.579709"], ["updated_at", "2018-12-10 18:51:12.579709"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haag.name/jan.wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.581220"], ["updated_at", "2018-12-10 18:51:12.581220"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus temporibus nulla quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.584750"], ["updated_at", "2018-12-10 18:51:12.584750"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Asperiores totam eligendi eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Minus aut beatae cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.587809"], ["updated_at", "2018-12-10 18:51:12.587809"], ["works_with_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herzog.io/duncan"], ["description", "Et eum in est."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.624078"], ["updated_at", "2018-12-10 18:51:12.624078"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Unde repellat impedit vel."], ["url", "http://muellerpredovic.org/gus"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.627817"], ["updated_at", "2018-12-10 18:51:12.627817"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis voluptatibus modi est."], ["info_url", "http://osinski.io/rosenda"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.631200"], ["updated_at", "2018-12-10 18:51:12.631200"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui officia accusamus alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.632206"], ["updated_at", "2018-12-10 18:51:12.632206"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Consectetur enim sapiente consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut cumque ex earum."], ["url", "http://trantowbeer.name/rosendo_mills"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.636034"], ["updated_at", "2018-12-10 18:51:12.636034"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui doloribus dicta blanditiis."], ["info_url", "http://labadie.net/teresa"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.637802"], ["updated_at", "2018-12-10 18:51:12.637802"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://loweward.com/melia"], ["description", "Eligendi autem odit debitis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.642060"], ["updated_at", "2018-12-10 18:51:12.642060"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aperiam dolores aliquam voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.642935"], ["updated_at", "2018-12-10 18:51:12.642935"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Blanditiis aut dolor sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://millerwaelchi.org/keven"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.645520"], ["updated_at", "2018-12-10 18:51:12.645520"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mertz.net/hong"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.646349"], ["updated_at", "2018-12-10 18:51:12.646349"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut cupiditate ab unde."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.649129"], ["updated_at", "2018-12-10 18:51:12.649129"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Libero autem ut omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Dicta ipsam nulla non."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.651284"], ["updated_at", "2018-12-10 18:51:12.651284"], ["works_with_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 3.2ms | ActiveRecord: 0.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilback.info/rosia"], ["description", "Modi quas non qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.663805"], ["updated_at", "2018-12-10 18:51:12.663805"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore earum consequatur id."], ["url", "http://ratke.co/cari_collier"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.667527"], ["updated_at", "2018-12-10 18:51:12.667527"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia officia ratione possimus."], ["info_url", "http://hand.info/annalee_schulist"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.671711"], ["updated_at", "2018-12-10 18:51:12.671711"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad accusantium modi temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.672940"], ["updated_at", "2018-12-10 18:51:12.672940"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Earum debitis corporis id."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id omnis architecto ipsam."], ["url", "http://gislason.com/barb"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.676684"], ["updated_at", "2018-12-10 18:51:12.676684"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et sit ratione consectetur."], ["info_url", "http://ondricka.info/ruel.lakin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.678471"], ["updated_at", "2018-12-10 18:51:12.678471"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotte.co/rory"], ["description", "Perferendis sit a magnam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.682960"], ["updated_at", "2018-12-10 18:51:12.682960"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia perferendis qui delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.683883"], ["updated_at", "2018-12-10 18:51:12.683883"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Occaecati aut sit id."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://streichglover.com/omer_leffler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.686838"], ["updated_at", "2018-12-10 18:51:12.686838"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gutkowski.info/sherri"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.687699"], ["updated_at", "2018-12-10 18:51:12.687699"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima dignissimos laboriosam voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.690342"], ["updated_at", "2018-12-10 18:51:12.690342"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Esse aliquid id qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et laborum adipisci aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.692489"], ["updated_at", "2018-12-10 18:51:12.692489"], ["works_with_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartelloreilly.co/whitney.pollich"], ["description", "Aperiam sit error cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.712862"], ["updated_at", "2018-12-10 18:51:12.712862"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Asperiores alias aut deserunt."], ["url", "http://mosciskirogahn.io/lamar"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.716693"], ["updated_at", "2018-12-10 18:51:12.716693"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem velit explicabo quia."], ["info_url", "http://abbott.net/jung_bosco"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.720555"], ["updated_at", "2018-12-10 18:51:12.720555"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio quibusdam dolores et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.721699"], ["updated_at", "2018-12-10 18:51:12.721699"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Repellendus et aut voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sequi est suscipit possimus."], ["url", "http://kuhic.net/louis.fay"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.725411"], ["updated_at", "2018-12-10 18:51:12.725411"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem dolorem aliquid tempora."], ["info_url", "http://streichberge.co/ray.waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.727143"], ["updated_at", "2018-12-10 18:51:12.727143"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dooleyschinner.net/joe"], ["description", "Itaque deserunt nihil facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.731542"], ["updated_at", "2018-12-10 18:51:12.731542"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut aut ullam dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.732687"], ["updated_at", "2018-12-10 18:51:12.732687"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Reiciendis dolor ut autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://roberts.io/zane.rolfson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.735553"], ["updated_at", "2018-12-10 18:51:12.735553"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://osinski.com/jerold"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.736496"], ["updated_at", "2018-12-10 18:51:12.736496"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea a dolores nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.739210"], ["updated_at", "2018-12-10 18:51:12.739210"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Qui fuga molestiae est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Impedit nostrum est ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.741474"], ["updated_at", "2018-12-10 18:51:12.741474"], ["works_with_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://streichhamill.com/norman.schinner"], ["description", "Est sed at optio."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.751516"], ["updated_at", "2018-12-10 18:51:12.751516"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat iusto minima libero."], ["url", "http://mueller.info/karen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.755755"], ["updated_at", "2018-12-10 18:51:12.755755"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit corporis consequatur a."], ["info_url", "http://schaden.org/nathaniel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.759323"], ["updated_at", "2018-12-10 18:51:12.759323"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab sapiente deleniti excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.760405"], ["updated_at", "2018-12-10 18:51:12.760405"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Laborum vitae iste nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut ea at ipsa."], ["url", "http://ruecker.co/robbie_ziemann"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.764390"], ["updated_at", "2018-12-10 18:51:12.764390"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cumque aut eos recusandae."], ["info_url", "http://kuvalis.com/gertrude"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.766195"], ["updated_at", "2018-12-10 18:51:12.766195"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ebertwest.org/hiedi.christiansen"], ["description", "Sit temporibus voluptatem velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.770712"], ["updated_at", "2018-12-10 18:51:12.770712"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsa eligendi eius dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.771716"], ["updated_at", "2018-12-10 18:51:12.771716"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Numquam non hic incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://aufderharjast.io/perry.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.774398"], ["updated_at", "2018-12-10 18:51:12.774398"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ratke.info/jan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.775253"], ["updated_at", "2018-12-10 18:51:12.775253"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veniam laboriosam eos aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.778128"], ["updated_at", "2018-12-10 18:51:12.778128"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Et qui et sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Accusamus qui et accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.780312"], ["updated_at", "2018-12-10 18:51:12.780312"], ["works_with_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Maxime velit voluptatibus ipsum.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Maxime velit voluptatibus ipsum."], ["updated_at", "2018-12-10 18:51:12.795055"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 14ms (ActiveRecord: 1.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://breitenbergsanford.org/warner_friesen"], ["description", "Error dignissimos odit non."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.801509"], ["updated_at", "2018-12-10 18:51:12.801509"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium voluptas fugiat consequatur."], ["url", "http://nitzsche.com/barbara_leannon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.806002"], ["updated_at", "2018-12-10 18:51:12.806002"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui magnam autem laborum."], ["info_url", "http://brekketowne.info/graig"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.809656"], ["updated_at", "2018-12-10 18:51:12.809656"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut autem non illo."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.810658"], ["updated_at", "2018-12-10 18:51:12.810658"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Facilis nostrum quas consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reiciendis quae consequuntur natus."], ["url", "http://ondricka.biz/ro"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.814285"], ["updated_at", "2018-12-10 18:51:12.814285"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto quae saepe ea."], ["info_url", "http://krajcikpollich.com/sean"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.816136"], ["updated_at", "2018-12-10 18:51:12.816136"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://caincollier.com/jonah"], ["description", "Inventore qui fugit id."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.820548"], ["updated_at", "2018-12-10 18:51:12.820548"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem aliquam et suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.821509"], ["updated_at", "2018-12-10 18:51:12.821509"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Consequatur voluptas sed quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://halvorsonschoen.info/sherri"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.824498"], ["updated_at", "2018-12-10 18:51:12.824498"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weinat.name/susan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.825393"], ["updated_at", "2018-12-10 18:51:12.825393"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus sit fugit est."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.827978"], ["updated_at", "2018-12-10 18:51:12.827978"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Fugit est et velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et aliquid a nam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.830079"], ["updated_at", "2018-12-10 18:51:12.830079"], ["works_with_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Atque voluptas perferendis sequi.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Atque voluptas perferendis sequi."], ["updated_at", "2018-12-10 18:51:12.838229"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auerwolff.org/brooks.pacocha"], ["description", "Mollitia dolores quia velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.844772"], ["updated_at", "2018-12-10 18:51:12.844772"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est sunt quasi nobis."], ["url", "http://huel.io/tiffiny"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.848400"], ["updated_at", "2018-12-10 18:51:12.848400"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis non voluptates ipsam."], ["info_url", "http://terrykirlin.net/kelsi_leannon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.852110"], ["updated_at", "2018-12-10 18:51:12.852110"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique quasi rerum aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.853419"], ["updated_at", "2018-12-10 18:51:12.853419"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Sed voluptatem ut aperiam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum neque dolore architecto."], ["url", "http://marquardtsmitham.com/palmer.botsford"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.857378"], ["updated_at", "2018-12-10 18:51:12.857378"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aspernatur sequi iure fugiat."], ["info_url", "http://hettingerturner.io/jeremy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.859317"], ["updated_at", "2018-12-10 18:51:12.859317"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rice.org/tori"], ["description", "Optio labore explicabo repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.863711"], ["updated_at", "2018-12-10 18:51:12.863711"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem voluptatem non dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.864631"], ["updated_at", "2018-12-10 18:51:12.864631"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Omnis consectetur est vitae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pfannerstillprice.net/huey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.867379"], ["updated_at", "2018-12-10 18:51:12.867379"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://uptonosinski.info/mercedez_kilback"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.868355"], ["updated_at", "2018-12-10 18:51:12.868355"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione et recusandae nobis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.871039"], ["updated_at", "2018-12-10 18:51:12.871039"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Hic suscipit occaecati alias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Laudantium temporibus porro dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.873180"], ["updated_at", "2018-12-10 18:51:12.873180"], ["works_with_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Expedita possimus dolores in.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Expedita possimus dolores in."], ["updated_at", "2018-12-10 18:51:12.881116"], ["id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 13:51:12 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (16.9ms)

Completed 500 Internal Server Error in 41ms (ActiveRecord: 3.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 13:51:12 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.3ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quod natus qui ab."], ["url", "http://rempel.info/rob"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.956715"], ["updated_at", "2018-12-10 18:51:12.956715"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brakuszboncak.org/reba.sporer"], ["description", "Enim sit impedit pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.990437"], ["updated_at", "2018-12-10 18:51:12.990437"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae dolorem at ut."], ["url", "http://watsica.biz/leonora"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.994208"], ["updated_at", "2018-12-10 18:51:12.994208"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quaerat ad quis dignissimos."], ["info_url", "http://ziemannkozey.org/blair_wolff"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.997639"], ["updated_at", "2018-12-10 18:51:12.997639"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique in dignissimos ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:12.998795"], ["updated_at", "2018-12-10 18:51:12.998795"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Velit itaque numquam officia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure in distinctio aut."], ["url", "http://vonruedenbuckridge.net/sonny.gottlieb"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.003029"], ["updated_at", "2018-12-10 18:51:13.003029"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus tempore facere consequatur."], ["info_url", "http://goldnerweimann.co/ivonne"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.004926"], ["updated_at", "2018-12-10 18:51:13.004926"], ["developer_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://trantow.com/nannie"], ["description", "Corrupti eius et repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.009133"], ["updated_at", "2018-12-10 18:51:13.009133"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla cupiditate vel velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.010025"], ["updated_at", "2018-12-10 18:51:13.010025"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Ut placeat temporibus eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dickinson.co/huey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.013064"], ["updated_at", "2018-12-10 18:51:13.013064"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://swaniawskigerlach.org/shera"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.014068"], ["updated_at", "2018-12-10 18:51:13.014068"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur esse exercitationem eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.017129"], ["updated_at", "2018-12-10 18:51:13.017129"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Nesciunt natus dignissimos optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sit minima officiis debitis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.022411"], ["updated_at", "2018-12-10 18:51:13.022411"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Occaecati consequatur nihil quo."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 13:51:13 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kiehn.info/tiffani.green"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.075992"], ["updated_at", "2018-12-10 18:51:13.075992"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam eos et accusantium."], ["url", "http://emard.name/reid"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.079897"], ["updated_at", "2018-12-10 18:51:13.079897"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto possimus sed facilis."], ["info_url", "http://bayerbins.biz/mellisa_steuber"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.082943"], ["updated_at", "2018-12-10 18:51:13.082943"], ["developer_id", 18]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerhold.net/kelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.084056"], ["updated_at", "2018-12-10 18:51:13.084056"], ["distributor_id", 9], ["app_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt culpa ut a."], ["url", "http://pfeffer.co/brandi"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.098931"], ["updated_at", "2018-12-10 18:51:13.098931"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vero et reiciendis quae."], ["info_url", "http://beer.io/federico"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.101085"], ["updated_at", "2018-12-10 18:51:13.101085"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dach.info/stefan_zboncak"], ["description", "Tempora repudiandae rerum amet."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.106181"], ["updated_at", "2018-12-10 18:51:13.106181"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus dolor ullam debitis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.107271"], ["updated_at", "2018-12-10 18:51:13.107271"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Id repudiandae nihil cupiditate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://krajcikondricka.name/kina.wunsch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.110046"], ["updated_at", "2018-12-10 18:51:13.110046"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://olson.io/santos"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.110907"], ["updated_at", "2018-12-10 18:51:13.110907"], ["distributor_id", 10], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottliebstreich.org/eunice_howe"], ["description", "Consectetur quae voluptas pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.118606"], ["updated_at", "2018-12-10 18:51:13.118606"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi in hic eum."], ["url", "http://daniel.org/onita.torphy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.122221"], ["updated_at", "2018-12-10 18:51:13.122221"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut molestiae voluptate et."], ["info_url", "http://halvorsonrau.net/viki_moen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.125559"], ["updated_at", "2018-12-10 18:51:13.125559"], ["developer_id", 20]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores non ut nam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.126654"], ["updated_at", "2018-12-10 18:51:13.126654"], ["app_id", 19], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Deserunt quia quis quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi est adipisci non."], ["url", "http://ryan.co/sherwood"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.130171"], ["updated_at", "2018-12-10 18:51:13.130171"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor adipisci velit quae."], ["info_url", "http://feestsenger.net/stacy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.131910"], ["updated_at", "2018-12-10 18:51:13.131910"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goodwinmante.net/harriett.schiller"], ["description", "Id illum voluptatum iusto."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.136730"], ["updated_at", "2018-12-10 18:51:13.136730"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit dignissimos recusandae vitae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.137719"], ["updated_at", "2018-12-10 18:51:13.137719"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Vel enim praesentium cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://littel.co/rosaura"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.140460"], ["updated_at", "2018-12-10 18:51:13.140460"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wunschritchie.org/leonardo_kohler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.141297"], ["updated_at", "2018-12-10 18:51:13.141297"], ["distributor_id", 11], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Amet mollitia laboriosam deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.143834"], ["updated_at", "2018-12-10 18:51:13.143834"], ["app_id", 20], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Facilis error maxime nesciunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bernier.co/reyes"], ["description", "Qui dolorum ut reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.149395"], ["updated_at", "2018-12-10 18:51:13.149395"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et fugit aut velit."], ["url", "http://brekkeullrich.name/chester"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.153085"], ["updated_at", "2018-12-10 18:51:13.153085"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut est quo aut."], ["info_url", "http://schneider.info/rickie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.156396"], ["updated_at", "2018-12-10 18:51:13.156396"], ["developer_id", 22]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt aspernatur quaerat adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.157414"], ["updated_at", "2018-12-10 18:51:13.157414"], ["app_id", 21], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "In eaque ut hic."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut et illum dignissimos."], ["url", "http://rutherfordleannon.name/pearlie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.161076"], ["updated_at", "2018-12-10 18:51:13.161076"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et et itaque aut."], ["info_url", "http://dietrich.com/kacie_monahan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.162865"], ["updated_at", "2018-12-10 18:51:13.162865"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jones.co/horacio.ruecker"], ["description", "Aut occaecati temporibus iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.167153"], ["updated_at", "2018-12-10 18:51:13.167153"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea corrupti ipsum modi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.168225"], ["updated_at", "2018-12-10 18:51:13.168225"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Modi distinctio molestiae qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://greenziemann.co/quincy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.171382"], ["updated_at", "2018-12-10 18:51:13.171382"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://harvey.name/gerald"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.172343"], ["updated_at", "2018-12-10 18:51:13.172343"], ["distributor_id", 12], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem quam iusto quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.175037"], ["updated_at", "2018-12-10 18:51:13.175037"], ["app_id", 22], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Dicta aut blanditiis officia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"31"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hellerjacobson.com/kaylene"], ["description", "Reiciendis est commodi voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.198369"], ["updated_at", "2018-12-10 18:51:13.198369"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam ea provident reprehenderit."], ["url", "http://quigley.name/micah"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.201946"], ["updated_at", "2018-12-10 18:51:13.201946"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo minus aut voluptas."], ["info_url", "http://gaylord.net/florentino"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.205414"], ["updated_at", "2018-12-10 18:51:13.205414"], ["developer_id", 24]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis alias fugit rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.206496"], ["updated_at", "2018-12-10 18:51:13.206496"], ["app_id", 23], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Tenetur quidem sint aliquid."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed consequuntur nisi non."], ["url", "http://dickens.io/ozzie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.210269"], ["updated_at", "2018-12-10 18:51:13.210269"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam dolorem ut itaque."], ["info_url", "http://hahnwaters.org/bridget.hagenes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.212011"], ["updated_at", "2018-12-10 18:51:13.212011"], ["developer_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grimesrolfson.name/antonia"], ["description", "Rerum inventore explicabo eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.216068"], ["updated_at", "2018-12-10 18:51:13.216068"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit assumenda id et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.216978"], ["updated_at", "2018-12-10 18:51:13.216978"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Hic et reprehenderit qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://roobwisoky.net/iac.frami"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.219708"], ["updated_at", "2018-12-10 18:51:13.219708"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hammes.net/emanuel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.220557"], ["updated_at", "2018-12-10 18:51:13.220557"], ["distributor_id", 13], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique doloribus velit iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.223178"], ["updated_at", "2018-12-10 18:51:13.223178"], ["app_id", 24], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Quidem porro dignissimos ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Praesentium provident eos ea.", "is_live"=>"true", "promo_image_url"=>"http://klockoromaguera.info/lacy", "promo_text"=>"Repellat aliquid voluptas dolores.", "title"=>"works_with_title"}, "id"=>"34"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Praesentium provident eos ea."], ["promo_image_url", nil], ["promo_text", "Repellat aliquid voluptas dolores."], ["updated_at", "2018-12-10 18:51:13.231277"], ["id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/34 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://franeckimarks.org/barry_bode"], ["description", "Optio nobis ut quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.237158"], ["updated_at", "2018-12-10 18:51:13.237158"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque sint est maiores."], ["url", "http://simonis.com/karrie.harber"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.240826"], ["updated_at", "2018-12-10 18:51:13.240826"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut sed provident vitae."], ["info_url", "http://ondricka.co/lucrecia.littel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.244122"], ["updated_at", "2018-12-10 18:51:13.244122"], ["developer_id", 26]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem laborum aut nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.245119"], ["updated_at", "2018-12-10 18:51:13.245119"], ["app_id", 25], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Est atque voluptates assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Possimus in iste sed."], ["url", "http://hoppe.io/blondell.labadie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.248570"], ["updated_at", "2018-12-10 18:51:13.248570"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis quos aliquid reprehenderit."], ["info_url", "http://ledner.com/shin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.250512"], ["updated_at", "2018-12-10 18:51:13.250512"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kozey.net/robbie_nolan"], ["description", "Qui est quibusdam omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.255707"], ["updated_at", "2018-12-10 18:51:13.255707"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae et enim delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.256763"], ["updated_at", "2018-12-10 18:51:13.256763"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Rerum perferendis adipisci maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://brekke.io/ellie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.259691"], ["updated_at", "2018-12-10 18:51:13.259691"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://parisiankulas.com/sammie_hauck"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.260538"], ["updated_at", "2018-12-10 18:51:13.260538"], ["distributor_id", 14], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et rerum at ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.263157"], ["updated_at", "2018-12-10 18:51:13.263157"], ["app_id", 26], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Culpa expedita accusantium est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Perspiciatis ad porro et.", "is_live"=>"true", "promo_image_url"=>"http://feestkautzer.io/harry.pfannerstill", "promo_text"=>"Placeat praesentium temporibus occaecati.", "title"=>"works_with_title"}, "id"=>"37"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Perspiciatis ad porro et."], ["promo_image_url", nil], ["promo_text", "Placeat praesentium temporibus occaecati."], ["updated_at", "2018-12-10 18:51:13.271702"], ["id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/37 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lakinrippin.co/claudette"], ["description", "Quia veniam temporibus eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.277311"], ["updated_at", "2018-12-10 18:51:13.277311"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum ut assumenda omnis."], ["url", "http://wiegand.co/kermit"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.280752"], ["updated_at", "2018-12-10 18:51:13.280752"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor aliquid blanditiis dolores."], ["info_url", "http://damore.info/kennith.jacobs"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.284389"], ["updated_at", "2018-12-10 18:51:13.284389"], ["developer_id", 28]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam eius impedit corporis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.285800"], ["updated_at", "2018-12-10 18:51:13.285800"], ["app_id", 27], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Recusandae soluta in delectus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati est dolores velit."], ["url", "http://oconner.com/ada_ondricka"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.289932"], ["updated_at", "2018-12-10 18:51:13.289932"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corporis quis voluptate sint."], ["info_url", "http://nicolaawayn.org/errol"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.291789"], ["updated_at", "2018-12-10 18:51:13.291789"], ["developer_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://emard.net/jamel"], ["description", "At accusantium expedita fugit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.295846"], ["updated_at", "2018-12-10 18:51:13.295846"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam necessitatibus officiis quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.296727"], ["updated_at", "2018-12-10 18:51:13.296727"], ["app_id", 28], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Ab ut laborum dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://labadiewolff.co/ngan.flatley"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.299690"], ["updated_at", "2018-12-10 18:51:13.299690"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lueilwitzbergstrom.com/ricardo"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.300523"], ["updated_at", "2018-12-10 18:51:13.300523"], ["distributor_id", 15], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia minus cupiditate possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.303324"], ["updated_at", "2018-12-10 18:51:13.303324"], ["app_id", 28], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Eaque beatae iure ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Cupiditate repellat rerum quo.", "is_live"=>"true", "promo_image_url"=>"http://schowalter.name/buddy", "promo_text"=>"Repellendus velit aut ad.", "title"=>"works_with_title"}, "id"=>"40"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Cupiditate repellat rerum quo."], ["promo_image_url", nil], ["promo_text", "Repellendus velit aut ad."], ["updated_at", "2018-12-10 18:51:13.312091"], ["id", 40]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/40 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kerlukehagenes.info/armand.parker"], ["description", "Autem sit in optio."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.318756"], ["updated_at", "2018-12-10 18:51:13.318756"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda quae reprehenderit eum."], ["url", "http://sauer.biz/ty"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.322886"], ["updated_at", "2018-12-10 18:51:13.322886"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis consequuntur dolores et."], ["info_url", "http://okeefeparisian.biz/nicky"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.326201"], ["updated_at", "2018-12-10 18:51:13.326201"], ["developer_id", 30]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis voluptatem sit soluta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.327212"], ["updated_at", "2018-12-10 18:51:13.327212"], ["app_id", 29], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Officiis sit aut ex."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Modi ea et quis."], ["url", "http://rutherford.info/jacob"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.330633"], ["updated_at", "2018-12-10 18:51:13.330633"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis qui id error."], ["info_url", "http://pfeffer.com/huey.breitenberg"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.332349"], ["updated_at", "2018-12-10 18:51:13.332349"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonrueden.io/ronnie.mayert"], ["description", "Possimus vero et ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.336687"], ["updated_at", "2018-12-10 18:51:13.336687"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Esse nulla odit veniam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.337604"], ["updated_at", "2018-12-10 18:51:13.337604"], ["app_id", 30], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Atque quam ut assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hamill.biz/shyla"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.340387"], ["updated_at", "2018-12-10 18:51:13.340387"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runolfon.net/julieann.roob"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.341238"], ["updated_at", "2018-12-10 18:51:13.341238"], ["distributor_id", 16], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis dolores ut ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.343915"], ["updated_at", "2018-12-10 18:51:13.343915"], ["app_id", 30], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Officiis quibusdam sunt sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"43"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcdermott.org/nida.goodwin"], ["description", "Sunt est perferendis dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.352989"], ["updated_at", "2018-12-10 18:51:13.352989"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et ipsam eius excepturi."], ["url", "http://lindgren.com/erick"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.356584"], ["updated_at", "2018-12-10 18:51:13.356584"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Provident mollitia qui magnam."], ["info_url", "http://reilly.name/kathryne"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.359872"], ["updated_at", "2018-12-10 18:51:13.359872"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed quam ex similique."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.360894"], ["updated_at", "2018-12-10 18:51:13.360894"], ["app_id", 31], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Quis minus accusamus est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum amet a natus."], ["url", "http://welchrohan.org/booker"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.364330"], ["updated_at", "2018-12-10 18:51:13.364330"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error quis est saepe."], ["info_url", "http://mcclureabbott.name/migdalia_gerlach"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.366291"], ["updated_at", "2018-12-10 18:51:13.366291"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://roob.com/suzan"], ["description", "Delectus amet ut tempora."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.371377"], ["updated_at", "2018-12-10 18:51:13.371377"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In numquam qui aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.372412"], ["updated_at", "2018-12-10 18:51:13.372412"], ["app_id", 32], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Dolor occaecati neque quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beatty.net/chaya.oconnell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.375159"], ["updated_at", "2018-12-10 18:51:13.375159"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://farrellkuphal.com/shelton_connelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.376004"], ["updated_at", "2018-12-10 18:51:13.376004"], ["distributor_id", 17], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit modi blanditiis eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.378564"], ["updated_at", "2018-12-10 18:51:13.378564"], ["app_id", 32], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Impedit soluta accusantium quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"46"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hauck.biz/samuel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.397715"], ["updated_at", "2018-12-10 18:51:13.397715"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat minima est ipsam."], ["url", "http://mcclure.name/rosendo"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.401591"], ["updated_at", "2018-12-10 18:51:13.401591"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur aut possimus perspiciatis."], ["info_url", "http://daugherty.info/erasmo.parker"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.404940"], ["updated_at", "2018-12-10 18:51:13.404940"], ["developer_id", 34]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lindgren.org/micah"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.406044"], ["updated_at", "2018-12-10 18:51:13.406044"], ["distributor_id", 18], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://doyle.co/cornell_smith", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"18"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://doyle.co/cornell_smith"], ["updated_at", "2018-12-10 18:51:13.411487"], ["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/18 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schimmel.com/bobbye"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.416894"], ["updated_at", "2018-12-10 18:51:13.416894"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laborum eum earum necessitatibus."], ["url", "http://reichert.net/rochelle"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.420569"], ["updated_at", "2018-12-10 18:51:13.420569"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores culpa corporis eum."], ["info_url", "http://conroy.net/denisha_collier"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.423507"], ["updated_at", "2018-12-10 18:51:13.423507"], ["developer_id", 35]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://paucek.net/demarcus"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.424500"], ["updated_at", "2018-12-10 18:51:13.424500"], ["distributor_id", 19], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://homenick.biz/wenona", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"19"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://homenick.biz/wenona"], ["updated_at", "2018-12-10 18:51:13.428847"], ["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/19 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kozey.name/yuette"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.434454"], ["updated_at", "2018-12-10 18:51:13.434454"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur est ab tempore."], ["url", "http://schmidtdibbert.net/fannie_sporer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.438775"], ["updated_at", "2018-12-10 18:51:13.438775"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro id pariatur aut."], ["info_url", "http://rosenbaum.info/matthew"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.441602"], ["updated_at", "2018-12-10 18:51:13.441602"], ["developer_id", 36]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rowebarrows.net/lorri_rempel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.442563"], ["updated_at", "2018-12-10 18:51:13.442563"], ["distributor_id", 20], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://wittingmayert.name/shenika", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"20"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://wittingmayert.name/shenika"], ["updated_at", "2018-12-10 18:51:13.446434"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/20 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feestkutch.name/kathrin_medhurst"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.450887"], ["updated_at", "2018-12-10 18:51:13.450887"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore rerum numquam ut."], ["url", "http://ullrich.co/ronald.koch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.454707"], ["updated_at", "2018-12-10 18:51:13.454707"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit praesentium cupiditate repudiandae."], ["info_url", "http://cummings.com/greg_jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.457638"], ["updated_at", "2018-12-10 18:51:13.457638"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kreigerboyer.org/joseph.armstrong"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.458653"], ["updated_at", "2018-12-10 18:51:13.458653"], ["distributor_id", 21], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"21"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hagenes.co/irma_miller"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.467045"], ["updated_at", "2018-12-10 18:51:13.467045"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor dolores illum et."], ["url", "http://cummerataroob.io/kenton.brakus"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.471014"], ["updated_at", "2018-12-10 18:51:13.471014"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim minima quia explicabo."], ["info_url", "http://kovacek.info/autumn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.473815"], ["updated_at", "2018-12-10 18:51:13.473815"], ["developer_id", 38]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leschfriesen.net/timothy.bailey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.474782"], ["updated_at", "2018-12-10 18:51:13.474782"], ["distributor_id", 22], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"22"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reichel.net/delpha_littel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.481761"], ["updated_at", "2018-12-10 18:51:13.481761"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est ullam minus ipsum."], ["url", "http://zulauf.biz/mervin.kub"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.485798"], ["updated_at", "2018-12-10 18:51:13.485798"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut vel veritatis et."], ["info_url", "http://hagenechultz.net/cheryl"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.488906"], ["updated_at", "2018-12-10 18:51:13.488906"], ["developer_id", 39]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stiedemannjerde.co/veronique"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.489898"], ["updated_at", "2018-12-10 18:51:13.489898"], ["distributor_id", 23], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"23"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bartolettidaniel.io/vicente_yost"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.510335"], ["updated_at", "2018-12-10 18:51:13.510335"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas libero ut inventore."], ["url", "http://glover.com/william.koepp"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.514044"], ["updated_at", "2018-12-10 18:51:13.514044"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis distinctio eveniet qui."], ["info_url", "http://nolan.info/christiana"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.516995"], ["updated_at", "2018-12-10 18:51:13.516995"], ["developer_id", 40]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://purdy.name/fatimah.senger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.518034"], ["updated_at", "2018-12-10 18:51:13.518034"], ["distributor_id", 24], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo veniam error itaque."], ["url", "http://gibson.name/sheldon.zulauf"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.558518"], ["updated_at", "2018-12-10 18:51:13.558518"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est maiores et voluptatem."], ["info_url", "http://wiegandhirthe.biz/clint"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.560526"], ["updated_at", "2018-12-10 18:51:13.560526"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spinka.name/marx_hauck"], ["description", "Ad voluptatem alias sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.564746"], ["updated_at", "2018-12-10 18:51:13.564746"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui dicta omnis unde."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.565627"], ["updated_at", "2018-12-10 18:51:13.565627"], ["app_id", 40], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Sed quisquam assumenda laboriosam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tromp.info/francesco.hoppe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.568867"], ["updated_at", "2018-12-10 18:51:13.568867"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reinger.biz/majorie.johnson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.570143"], ["updated_at", "2018-12-10 18:51:13.570143"], ["distributor_id", 25], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita velit sed ipsa."], ["url", "http://beiermertz.info/caey_leannon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.594509"], ["updated_at", "2018-12-10 18:51:13.594509"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corporis odit distinctio voluptates."], ["info_url", "http://carter.biz/carin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.596498"], ["updated_at", "2018-12-10 18:51:13.596498"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://green.net/jeannetta"], ["description", "Nulla omnis et incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.601030"], ["updated_at", "2018-12-10 18:51:13.601030"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et repellendus nihil unde."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.602038"], ["updated_at", "2018-12-10 18:51:13.602038"], ["app_id", 41], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Tenetur vero excepturi quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ziemann.info/willow"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.604861"], ["updated_at", "2018-12-10 18:51:13.604861"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://connlittle.com/cheyenne"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.605726"], ["updated_at", "2018-12-10 18:51:13.605726"], ["distributor_id", 26], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Corporis dolorem quod culpa.", "info_url"=>"http://schmidt.io/bradford", "is_live"=>"true", "name"=>"app_name"}, "id"=>"41"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Corporis dolorem quod culpa."], ["info_url", "http://schmidt.io/bradford"], ["updated_at", "2018-12-10 18:51:13.611335"], ["id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/41 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Possimus rerum voluptas voluptates."], ["url", "http://morarauer.com/gene.watsica"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.617635"], ["updated_at", "2018-12-10 18:51:13.617635"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum id quo iste."], ["info_url", "http://zieme.io/kristen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.619724"], ["updated_at", "2018-12-10 18:51:13.619724"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilperttowne.co/suzi.halvorson"], ["description", "Saepe ea minus rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.624047"], ["updated_at", "2018-12-10 18:51:13.624047"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio qui eos exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.625086"], ["updated_at", "2018-12-10 18:51:13.625086"], ["app_id", 42], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Voluptatem expedita aliquam sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kemmermurphy.com/elwanda_wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.628065"], ["updated_at", "2018-12-10 18:51:13.628065"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hintzkreiger.org/abbey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.629032"], ["updated_at", "2018-12-10 18:51:13.629032"], ["distributor_id", 27], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Provident facilis consequuntur dicta.", "info_url"=>"http://bogisichschneider.biz/leida", "is_live"=>"true", "name"=>"app_name"}, "id"=>"42"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Provident facilis consequuntur dicta."], ["info_url", "http://bogisichschneider.biz/leida"], ["updated_at", "2018-12-10 18:51:13.634627"], ["id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/42 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil ad inventore modi."], ["url", "http://jones.com/efren_hagenes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.642244"], ["updated_at", "2018-12-10 18:51:13.642244"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minima consequatur quod assumenda."], ["info_url", "http://vandervort.net/napoleon.durgan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.644284"], ["updated_at", "2018-12-10 18:51:13.644284"], ["developer_id", 44]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cummings.com/floretta"], ["description", "Fuga nemo voluptatum laborum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.648883"], ["updated_at", "2018-12-10 18:51:13.648883"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Mollitia blanditiis enim autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.649902"], ["updated_at", "2018-12-10 18:51:13.649902"], ["app_id", 43], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Culpa et dolor deleniti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://robertshauck.io/shannon_langworth"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.652773"], ["updated_at", "2018-12-10 18:51:13.652773"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://conn.net/robert"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.653649"], ["updated_at", "2018-12-10 18:51:13.653649"], ["distributor_id", 28], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Ipsum aut possimus odit.", "info_url"=>"http://schimmelmckenzie.com/gabriel", "is_live"=>"true", "name"=>"app_name"}, "id"=>"43"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Ipsum aut possimus odit."], ["info_url", "http://schimmelmckenzie.com/gabriel"], ["updated_at", "2018-12-10 18:51:13.659006"], ["id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/43 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum aut reiciendis est."], ["url", "http://rodriguezsawayn.net/kathline"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.665566"], ["updated_at", "2018-12-10 18:51:13.665566"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est pariatur praesentium ea."], ["info_url", "http://bins.name/nilsa_roob"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.667530"], ["updated_at", "2018-12-10 18:51:13.667530"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bruenhowe.org/scot.hilpert"], ["description", "Soluta animi est quas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.672083"], ["updated_at", "2018-12-10 18:51:13.672083"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Explicabo consequatur fugit delectus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.673066"], ["updated_at", "2018-12-10 18:51:13.673066"], ["app_id", 44], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Et nulla ipsum ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feilbeer.co/maynard.reilly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.675951"], ["updated_at", "2018-12-10 18:51:13.675951"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://halvorson.com/rickie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.676765"], ["updated_at", "2018-12-10 18:51:13.676765"], ["distributor_id", 29], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"44"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id exercitationem labore dolorem."], ["url", "http://kuhicveum.com/riley_runte"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.686586"], ["updated_at", "2018-12-10 18:51:13.686586"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil dignissimos accusantium hic."], ["info_url", "http://adams.name/herman.mosciski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.688891"], ["updated_at", "2018-12-10 18:51:13.688891"], ["developer_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wildermanwaelchi.co/newton"], ["description", "Minus sed odit voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.693586"], ["updated_at", "2018-12-10 18:51:13.693586"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto ab sit perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.694585"], ["updated_at", "2018-12-10 18:51:13.694585"], ["app_id", 45], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Ipsam neque qui deleniti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mccullough.net/lawrence.dicki"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.697444"], ["updated_at", "2018-12-10 18:51:13.697444"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dibbert.net/mitch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.698300"], ["updated_at", "2018-12-10 18:51:13.698300"], ["distributor_id", 30], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"45"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error tenetur facilis sunt."], ["url", "http://runolfon.co/tama_carroll"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.708144"], ["updated_at", "2018-12-10 18:51:13.708144"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis soluta et qui."], ["info_url", "http://cummingspagac.org/rodrick.kuhn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.710121"], ["updated_at", "2018-12-10 18:51:13.710121"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://labadie.net/vernon"], ["description", "Officiis amet ipsam ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.714600"], ["updated_at", "2018-12-10 18:51:13.714600"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et dolor aut provident."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.715967"], ["updated_at", "2018-12-10 18:51:13.715967"], ["app_id", 46], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Vel natus saepe consequuntur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wiegand.org/magaret"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.719069"], ["updated_at", "2018-12-10 18:51:13.719069"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tillman.info/lovetta"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.719996"], ["updated_at", "2018-12-10 18:51:13.719996"], ["distributor_id", 31], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"46"}
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://medhurst.org/jaye"], ["description", "Illo vel molestiae dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.731108"], ["updated_at", "2018-12-10 18:51:13.731108"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Officiis nihil aut laborum."], ["url", "http://rath.com/ulyes.deckow"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.735548"], ["updated_at", "2018-12-10 18:51:13.735548"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere ab in dolorem."], ["info_url", "http://runolfon.name/doretta.gulgowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.739750"], ["updated_at", "2018-12-10 18:51:13.739750"], ["developer_id", 48]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio quae reprehenderit facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.740886"], ["updated_at", "2018-12-10 18:51:13.740886"], ["app_id", 47], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Enim voluptatibus est dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil optio ut necessitatibus."], ["url", "http://nienow.info/giuseppe_walter"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.745021"], ["updated_at", "2018-12-10 18:51:13.745021"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat eos odio hic."], ["info_url", "http://glover.co/archie_lubowitz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.746874"], ["updated_at", "2018-12-10 18:51:13.746874"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermann.net/eugene_kuhlman"], ["description", "Animi et quia recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.751055"], ["updated_at", "2018-12-10 18:51:13.751055"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed suscipit perferendis possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.752052"], ["updated_at", "2018-12-10 18:51:13.752052"], ["app_id", 48], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Modi nulla consequatur ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://renner.name/christal_olson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.754845"], ["updated_at", "2018-12-10 18:51:13.754845"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesen.name/candy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.755707"], ["updated_at", "2018-12-10 18:51:13.755707"], ["distributor_id", 32], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates qui incidunt dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.758387"], ["updated_at", "2018-12-10 18:51:13.758387"], ["app_id", 48], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Vero consectetur labore consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Explicabo architecto animi corporis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.761746"], ["updated_at", "2018-12-10 18:51:13.761746"], ["works_with_id", 56], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ab adipisci veniam laudantium."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quis nostrum quia et."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:13.764471"], ["updated_at", "2018-12-10 18:51:13.764471"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Sed voluptas error architecto.", "image_url"=>"http://roberts.biz/leigh_adams", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Sed voluptas error architecto."], ["updated_at", "2018-12-10 18:51:13.777783"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (5.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lubowitz.net/aron.rutherford"], ["description", "Quod est eos aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.785849"], ["updated_at", "2018-12-10 18:51:13.785849"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae eos ut repellendus."], ["url", "http://daviscorwin.info/rena"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.795144"], ["updated_at", "2018-12-10 18:51:13.795144"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates aut et officia."], ["info_url", "http://runte.biz/raquel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.798880"], ["updated_at", "2018-12-10 18:51:13.798880"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut laborum eligendi mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.799989"], ["updated_at", "2018-12-10 18:51:13.799989"], ["app_id", 49], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Veniam et voluptatem inventore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim cum praesentium at."], ["url", "http://durgan.name/wally_kilback"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.803768"], ["updated_at", "2018-12-10 18:51:13.803768"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius ea quaerat omnis."], ["info_url", "http://sanford.org/paul"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.805629"], ["updated_at", "2018-12-10 18:51:13.805629"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerholdjakubowski.co/lupe"], ["description", "Aspernatur repudiandae molestias nulla."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.810284"], ["updated_at", "2018-12-10 18:51:13.810284"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat ut totam voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.811423"], ["updated_at", "2018-12-10 18:51:13.811423"], ["app_id", 50], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Fuga aut quia in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cronalangworth.org/cindy_tremblay"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.814403"], ["updated_at", "2018-12-10 18:51:13.814403"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://terryleuschke.name/danilo"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.815294"], ["updated_at", "2018-12-10 18:51:13.815294"], ["distributor_id", 33], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores quo voluptas possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.817984"], ["updated_at", "2018-12-10 18:51:13.817984"], ["app_id", 50], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Nobis mollitia amet ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut et dolorum enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.821426"], ["updated_at", "2018-12-10 18:51:13.821426"], ["works_with_id", 59], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Tempora odit culpa vel."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Voluptate harum tempore ducimus."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:13.823838"], ["updated_at", "2018-12-10 18:51:13.823838"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Atque suscipit repellendus similique.", "image_url"=>"http://quitzon.name/aubrey.bosco", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Atque suscipit repellendus similique."], ["updated_at", "2018-12-10 18:51:13.833470"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 9ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://donnelly.com/rashida_ruel"], ["description", "Quis saepe incidunt reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.840614"], ["updated_at", "2018-12-10 18:51:13.840614"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla iure atque amet."], ["url", "http://langosh.biz/sanora.heidenreich"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.844118"], ["updated_at", "2018-12-10 18:51:13.844118"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Neque mollitia eveniet esse."], ["info_url", "http://crooks.biz/pierre"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.847512"], ["updated_at", "2018-12-10 18:51:13.847512"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates ducimus quos dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.848530"], ["updated_at", "2018-12-10 18:51:13.848530"], ["app_id", 51], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Dolorum ex vel dolore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus debitis qui incidunt."], ["url", "http://beer.io/elisha_brekke"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.852140"], ["updated_at", "2018-12-10 18:51:13.852140"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi corrupti voluptates debitis."], ["info_url", "http://bogan.org/markus.brakus"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.854058"], ["updated_at", "2018-12-10 18:51:13.854058"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergelangworth.net/moses.hilpert"], ["description", "Praesentium aspernatur ducimus sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.858412"], ["updated_at", "2018-12-10 18:51:13.858412"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos quos eligendi qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.859316"], ["updated_at", "2018-12-10 18:51:13.859316"], ["app_id", 52], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Magni aut aperiam minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://harber.info/melita"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.862040"], ["updated_at", "2018-12-10 18:51:13.862040"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://langworth.name/cliff"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.862893"], ["updated_at", "2018-12-10 18:51:13.862893"], ["distributor_id", 34], ["app_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt quaerat aut eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.865476"], ["updated_at", "2018-12-10 18:51:13.865476"], ["app_id", 52], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Accusantium atque asperiores aspernatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Non alias eos assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.868507"], ["updated_at", "2018-12-10 18:51:13.868507"], ["works_with_id", 62], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Iure vitae et doloribus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Rerum eos quo debitis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:13.870820"], ["updated_at", "2018-12-10 18:51:13.870820"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Qui dolorum est id.", "image_url"=>"http://schaefer.biz/teresa", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Qui dolorum est id."], ["updated_at", "2018-12-10 18:51:13.880689"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kertzmannlynch.com/betsey"], ["description", "Aperiam blanditiis quibusdam fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.888164"], ["updated_at", "2018-12-10 18:51:13.888164"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui molestias est pariatur."], ["url", "http://murray.co/savanna"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.891945"], ["updated_at", "2018-12-10 18:51:13.891945"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem qui beatae quis."], ["info_url", "http://price.biz/carolina"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.895378"], ["updated_at", "2018-12-10 18:51:13.895378"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos voluptate optio officia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.896402"], ["updated_at", "2018-12-10 18:51:13.896402"], ["app_id", 53], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Tempora aut nulla voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non ea cum dicta."], ["url", "http://kulas.info/nakita.hilpert"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.900167"], ["updated_at", "2018-12-10 18:51:13.900167"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Impedit non ratione ipsa."], ["info_url", "http://andersonschimmel.org/ana.miller"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.902345"], ["updated_at", "2018-12-10 18:51:13.902345"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://danieltreutel.co/carroll"], ["description", "Cum ut cumque qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.906652"], ["updated_at", "2018-12-10 18:51:13.906652"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed impedit accusamus repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.907523"], ["updated_at", "2018-12-10 18:51:13.907523"], ["app_id", 54], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Et ex est officia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kunze.io/maisie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.910377"], ["updated_at", "2018-12-10 18:51:13.910377"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://howe.name/devin_schowalter"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.911258"], ["updated_at", "2018-12-10 18:51:13.911258"], ["distributor_id", 35], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi ut veritatis cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.913963"], ["updated_at", "2018-12-10 18:51:13.913963"], ["app_id", 54], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Dolor non ut ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Totam et vel iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.917008"], ["updated_at", "2018-12-10 18:51:13.917008"], ["works_with_id", 65], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Aperiam et debitis occaecati."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Hic similique quia deleniti."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:13.919564"], ["updated_at", "2018-12-10 18:51:13.919564"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stantonfunk.co/terry_weinat"], ["description", "Accusantium at veniam voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.942792"], ["updated_at", "2018-12-10 18:51:13.942792"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore reprehenderit quia quas."], ["url", "http://oberbrunner.info/francis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.946264"], ["updated_at", "2018-12-10 18:51:13.946264"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id officiis quasi consequuntur."], ["info_url", "http://goyette.info/theda.anderson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.949665"], ["updated_at", "2018-12-10 18:51:13.949665"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt rerum et sequi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.950679"], ["updated_at", "2018-12-10 18:51:13.950679"], ["app_id", 55], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Commodi dolorem tempora iste."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi magni aut voluptatem."], ["url", "http://hirthe.org/ai_lebsack"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.954365"], ["updated_at", "2018-12-10 18:51:13.954365"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum dolorum ducimus pariatur."], ["info_url", "http://hudson.com/ulyes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.956283"], ["updated_at", "2018-12-10 18:51:13.956283"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.net/mario"], ["description", "Quia quod enim iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.960583"], ["updated_at", "2018-12-10 18:51:13.960583"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora qui vitae quas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.961502"], ["updated_at", "2018-12-10 18:51:13.961502"], ["app_id", 56], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Voluptas provident quo facere."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cartwright.co/bernadine.hartmann"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.964325"], ["updated_at", "2018-12-10 18:51:13.964325"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schowalter.name/hilton.parisian"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.965173"], ["updated_at", "2018-12-10 18:51:13.965173"], ["distributor_id", 36], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A eum veritatis odio."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.967762"], ["updated_at", "2018-12-10 18:51:13.967762"], ["app_id", 56], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Nihil neque ea qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Minima dignissimos alias suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.971143"], ["updated_at", "2018-12-10 18:51:13.971143"], ["works_with_id", 68], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eum possimus voluptatem minus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Qui voluptates id et."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:13.973675"], ["updated_at", "2018-12-10 18:51:13.973675"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brakus.co/londa_stoltenberg"], ["description", "Nesciunt consequatur explicabo commodi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.983734"], ["updated_at", "2018-12-10 18:51:13.983734"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quod animi pariatur et."], ["url", "http://auer.info/alona.zemlak"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.987848"], ["updated_at", "2018-12-10 18:51:13.987848"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Itaque perferendis ut et."], ["info_url", "http://kuhn.biz/caie.dickinson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.991335"], ["updated_at", "2018-12-10 18:51:13.991335"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum sit neque dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.992355"], ["updated_at", "2018-12-10 18:51:13.992355"], ["app_id", 57], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Ipsam aspernatur vitae sequi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quod sit ipsum ducimus."], ["url", "http://rowe.net/simona"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.996073"], ["updated_at", "2018-12-10 18:51:13.996073"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem quos accusamus laboriosam."], ["info_url", "http://quigley.co/lashay_feest"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:13.997877"], ["updated_at", "2018-12-10 18:51:13.997877"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mraz.co/fern"], ["description", "Ratione similique aut sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.002055"], ["updated_at", "2018-12-10 18:51:14.002055"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloribus eveniet nulla harum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.003034"], ["updated_at", "2018-12-10 18:51:14.003034"], ["app_id", 58], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Hic assumenda esse quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pollich.info/nell_gleichner"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.005828"], ["updated_at", "2018-12-10 18:51:14.005828"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://botsford.net/janiece"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.006669"], ["updated_at", "2018-12-10 18:51:14.006669"], ["distributor_id", 37], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus voluptatem et sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.009209"], ["updated_at", "2018-12-10 18:51:14.009209"], ["app_id", 58], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Et accusantium atque nemo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quia odio architecto necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.012107"], ["updated_at", "2018-12-10 18:51:14.012107"], ["works_with_id", 71], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Incidunt voluptatem nemo sint."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Rerum dolore aut quasi."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:14.014397"], ["updated_at", "2018-12-10 18:51:14.014397"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marks.name/dewitt.mueller"], ["description", "Cumque quia vel vero."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.024485"], ["updated_at", "2018-12-10 18:51:14.024485"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt accusantium excepturi sit."], ["url", "http://nitzsche.net/mika_kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.027942"], ["updated_at", "2018-12-10 18:51:14.027942"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis ea explicabo soluta."], ["info_url", "http://bergnaumkeler.io/howard_heel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.031309"], ["updated_at", "2018-12-10 18:51:14.031309"], ["developer_id", 60]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non explicabo pariatur ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.032802"], ["updated_at", "2018-12-10 18:51:14.032802"], ["app_id", 59], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Id saepe quod sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit natus sint dolorum."], ["url", "http://ankundingvonrueden.name/mafalda.dietrich"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.036692"], ["updated_at", "2018-12-10 18:51:14.036692"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam id et et."], ["info_url", "http://murray.org/leesa_hackett"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.038692"], ["updated_at", "2018-12-10 18:51:14.038692"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermann.co/romaine"], ["description", "Deleniti eveniet quae aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.043277"], ["updated_at", "2018-12-10 18:51:14.043277"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque non quae eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.044396"], ["updated_at", "2018-12-10 18:51:14.044396"], ["app_id", 60], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Impedit occaecati vel ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://olson.org/allyson_heller"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.047275"], ["updated_at", "2018-12-10 18:51:14.047275"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mayertchristiansen.io/vanda.casper"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.048176"], ["updated_at", "2018-12-10 18:51:14.048176"], ["distributor_id", 38], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa repudiandae voluptatem similique."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.050872"], ["updated_at", "2018-12-10 18:51:14.050872"], ["app_id", 60], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Rerum quas et dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quae ut ad quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.054697"], ["updated_at", "2018-12-10 18:51:14.054697"], ["works_with_id", 74], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Rem ex et qui."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Laborum aspernatur voluptatibus quod."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:14.057520"], ["updated_at", "2018-12-10 18:51:14.057520"], ["testimonial_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zemlakcruickshank.org/susann"], ["description", "Consequatur necessitatibus sit quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.067659"], ["updated_at", "2018-12-10 18:51:14.067659"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Saepe tempora ea doloremque."], ["url", "http://monahan.org/adaline"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.071790"], ["updated_at", "2018-12-10 18:51:14.071790"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui dolorem commodi dolores."], ["info_url", "http://blandalemke.co/jerrod"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.075161"], ["updated_at", "2018-12-10 18:51:14.075161"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus qui et est."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.076128"], ["updated_at", "2018-12-10 18:51:14.076128"], ["app_id", 61], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Non est nisi aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"53"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wolff.info/anthony.gerhold"], ["description", "Sit iste temporibus earum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.084386"], ["updated_at", "2018-12-10 18:51:14.084386"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut nihil labore non."], ["url", "http://langworth.com/helga"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.088422"], ["updated_at", "2018-12-10 18:51:14.088422"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et labore incidunt architecto."], ["info_url", "http://ullrich.com/yvette"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.091907"], ["updated_at", "2018-12-10 18:51:14.091907"], ["developer_id", 63]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Harum quis nulla expedita."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.092942"], ["updated_at", "2018-12-10 18:51:14.092942"], ["app_id", 62], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Rem ex rerum dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"54"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lebsacksawayn.biz/jc"], ["description", "At corrupti modi quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.101769"], ["updated_at", "2018-12-10 18:51:14.101769"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui et dolores qui."], ["url", "http://schultz.org/marisol_mcglynn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.105274"], ["updated_at", "2018-12-10 18:51:14.105274"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo aliquid necessitatibus nam."], ["info_url", "http://wardweimann.co/max"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.108819"], ["updated_at", "2018-12-10 18:51:14.108819"], ["developer_id", 64]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias rerum non labore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.109922"], ["updated_at", "2018-12-10 18:51:14.109922"], ["app_id", 63], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Temporibus qui et nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Corporis nesciunt sint et.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://shieldsdonnelly.name/iris"}, "id"=>"55"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Corporis nesciunt sint et."], ["shop_link", "http://shieldsdonnelly.name/iris"], ["updated_at", "2018-12-10 18:51:14.114297"], ["id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/55 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langworth.org/jimmie_fahey"], ["description", "Ut praesentium optio porro."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.120526"], ["updated_at", "2018-12-10 18:51:14.120526"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure qui aut est."], ["url", "http://darebraun.com/marco_lehner"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.124108"], ["updated_at", "2018-12-10 18:51:14.124108"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vero tempora deleniti laudantium."], ["info_url", "http://reichertwisozk.com/consuelo.keeling"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.127527"], ["updated_at", "2018-12-10 18:51:14.127527"], ["developer_id", 65]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit cupiditate non veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.128550"], ["updated_at", "2018-12-10 18:51:14.128550"], ["app_id", 64], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Nostrum porro voluptatem totam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Repudiandae commodi dolore nesciunt.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://heathcote.name/conception.morar"}, "id"=>"56"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Repudiandae commodi dolore nesciunt."], ["shop_link", "http://heathcote.name/conception.morar"], ["updated_at", "2018-12-10 18:51:14.133028"], ["id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/56 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fritsch.org/adolph_schultz"], ["description", "Quidem voluptatem eos esse."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.137914"], ["updated_at", "2018-12-10 18:51:14.137914"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui numquam ut laborum."], ["url", "http://brekke.info/bradley_osinski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.141463"], ["updated_at", "2018-12-10 18:51:14.141463"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dignissimos ipsa est minima."], ["info_url", "http://cain.com/codi"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.144785"], ["updated_at", "2018-12-10 18:51:14.144785"], ["developer_id", 66]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit voluptatem recusandae adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.145765"], ["updated_at", "2018-12-10 18:51:14.145765"], ["app_id", 65], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Voluptatem ut explicabo aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Quis molestiae dolores quibusdam.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://dicki.name/genia"}, "id"=>"57"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Quis molestiae dolores quibusdam."], ["shop_link", "http://dicki.name/genia"], ["updated_at", "2018-12-10 18:51:14.150027"], ["id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/57 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mertzupton.org/lowell.hahn"], ["description", "In cumque dignissimos sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.155045"], ["updated_at", "2018-12-10 18:51:14.155045"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit quis est sunt."], ["url", "http://hane.info/sheldon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.158883"], ["updated_at", "2018-12-10 18:51:14.158883"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed expedita voluptas rerum."], ["info_url", "http://beckerthompson.net/marcell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.162230"], ["updated_at", "2018-12-10 18:51:14.162230"], ["developer_id", 67]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Error laborum quo et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.163234"], ["updated_at", "2018-12-10 18:51:14.163234"], ["app_id", 66], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Vero voluptatem perspiciatis dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"58"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://robelbednar.co/garry_champlin"], ["description", "Quia sunt in eaque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.184306"], ["updated_at", "2018-12-10 18:51:14.184306"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fuga quis impedit modi."], ["url", "http://fritsch.com/isiah_raynor"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.188215"], ["updated_at", "2018-12-10 18:51:14.188215"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nostrum sint et facere."], ["info_url", "http://volkman.org/rudolph"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.191803"], ["updated_at", "2018-12-10 18:51:14.191803"], ["developer_id", 68]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum quod maiores et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.192880"], ["updated_at", "2018-12-10 18:51:14.192880"], ["app_id", 67], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Accusamus ducimus eos laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koschneider.net/brenton_kling"], ["description", "Perspiciatis exercitationem consectetur nulla."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.207745"], ["updated_at", "2018-12-10 18:51:14.207745"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim rerum et corporis."], ["url", "http://waelchi.com/elvin_metz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.211570"], ["updated_at", "2018-12-10 18:51:14.211570"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi dolorem dolorum similique."], ["info_url", "http://wisozkheaney.co/ike_buckridge"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.214979"], ["updated_at", "2018-12-10 18:51:14.214979"], ["developer_id", 69]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minus eius neque dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.215993"], ["updated_at", "2018-12-10 18:51:14.215993"], ["app_id", 68], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Velit omnis magnam qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error tempora autem occaecati."], ["url", "http://little.io/wen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.219861"], ["updated_at", "2018-12-10 18:51:14.219861"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus ratione corporis voluptas."], ["info_url", "http://auer.com/anibal"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.221756"], ["updated_at", "2018-12-10 18:51:14.221756"], ["developer_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harber.co/lettie"], ["description", "Quae tenetur ipsum in."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.226244"], ["updated_at", "2018-12-10 18:51:14.226244"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel iure praesentium nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.227058"], ["updated_at", "2018-12-10 18:51:14.227058"], ["app_id", 69], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Ut magnam natus eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hickle.co/rolando.runte"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.229871"], ["updated_at", "2018-12-10 18:51:14.229871"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bosco.io/austin.miller"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.230747"], ["updated_at", "2018-12-10 18:51:14.230747"], ["distributor_id", 39], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmidtjacobs.org/tamika"], ["description", "Est assumenda labore eius."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.263530"], ["updated_at", "2018-12-10 18:51:14.263530"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum aut cupiditate incidunt."], ["url", "http://zulauf.name/stephine.haley"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.267235"], ["updated_at", "2018-12-10 18:51:14.267235"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi harum vero est."], ["info_url", "http://schowalter.net/tad"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.270968"], ["updated_at", "2018-12-10 18:51:14.270968"], ["developer_id", 71]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut saepe nihil quos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.272255"], ["updated_at", "2018-12-10 18:51:14.272255"], ["app_id", 70], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Expedita exercitationem amet et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse distinctio eum in."], ["url", "http://auer.name/adah_jast"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.276183"], ["updated_at", "2018-12-10 18:51:14.276183"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui corrupti hic dolores."], ["info_url", "http://kemmerboyer.com/jackie.abernathy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.278032"], ["updated_at", "2018-12-10 18:51:14.278032"], ["developer_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lemkebrown.biz/saturnina"], ["description", "Sed ex aut unde."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.282241"], ["updated_at", "2018-12-10 18:51:14.282241"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi non recusandae perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.283232"], ["updated_at", "2018-12-10 18:51:14.283232"], ["app_id", 71], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Sapiente accusamus ullam quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collier.info/son"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.286694"], ["updated_at", "2018-12-10 18:51:14.286694"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reynolds.info/florinda"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.287857"], ["updated_at", "2018-12-10 18:51:14.287857"], ["distributor_id", 40], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem quibusdam dolor laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.290628"], ["updated_at", "2018-12-10 18:51:14.290628"], ["app_id", 71], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Cumque quis sit explicabo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Facere illum voluptate fuga."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.293693"], ["updated_at", "2018-12-10 18:51:14.293693"], ["works_with_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://connellykling.com/tomoko_breitenberg"], ["description", "Eaque magnam ut voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.317887"], ["updated_at", "2018-12-10 18:51:14.317887"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus consequatur est animi."], ["url", "http://lockman.com/branden"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.321677"], ["updated_at", "2018-12-10 18:51:14.321677"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium nobis eum saepe."], ["info_url", "http://kuhn.net/chandra"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.325059"], ["updated_at", "2018-12-10 18:51:14.325059"], ["developer_id", 73]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et quia quibusdam incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.326081"], ["updated_at", "2018-12-10 18:51:14.326081"], ["app_id", 72], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Nobis repellat et possimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae autem fuga tenetur."], ["url", "http://runtemuller.name/arlette"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.329671"], ["updated_at", "2018-12-10 18:51:14.329671"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed dolor enim aut."], ["info_url", "http://gerhold.org/allen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.331353"], ["updated_at", "2018-12-10 18:51:14.331353"], ["developer_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://daugherty.io/adalberto.hickle"], ["description", "Qui sed quis explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.335419"], ["updated_at", "2018-12-10 18:51:14.335419"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi eligendi voluptatem non."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.336300"], ["updated_at", "2018-12-10 18:51:14.336300"], ["app_id", 73], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Ut impedit saepe dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pollichpowlowski.biz/sidney_harvey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.339081"], ["updated_at", "2018-12-10 18:51:14.339081"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lowelemke.co/julius_bins"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.340016"], ["updated_at", "2018-12-10 18:51:14.340016"], ["distributor_id", 41], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum repellendus dolorem omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.342893"], ["updated_at", "2018-12-10 18:51:14.342893"], ["app_id", 73], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Rerum nulla sint consequuntur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ut et veniam quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.345121"], ["updated_at", "2018-12-10 18:51:14.345121"], ["works_with_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.3ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hirthe.net/tyree.barton"], ["description", "Fugit itaque consequuntur dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.356725"], ["updated_at", "2018-12-10 18:51:14.356725"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto quae sapiente iste."], ["url", "http://faheyward.com/otha"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.360421"], ["updated_at", "2018-12-10 18:51:14.360421"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et culpa quia vero."], ["info_url", "http://ferrygutmann.net/ima.lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.363776"], ["updated_at", "2018-12-10 18:51:14.363776"], ["developer_id", 75]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et nesciunt dolor ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.364789"], ["updated_at", "2018-12-10 18:51:14.364789"], ["app_id", 74], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Ut sunt aliquid dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Architecto debitis sit ex."], ["url", "http://gibson.info/ron.yost"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.369255"], ["updated_at", "2018-12-10 18:51:14.369255"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis qui consequatur officiis."], ["info_url", "http://block.biz/raisa"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.371467"], ["updated_at", "2018-12-10 18:51:14.371467"], ["developer_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tremblaybernier.io/paris"], ["description", "Sint ex atque ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.375918"], ["updated_at", "2018-12-10 18:51:14.375918"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis nostrum voluptas aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.376830"], ["updated_at", "2018-12-10 18:51:14.376830"], ["app_id", 75], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Similique tenetur labore aliquid."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://raynor.name/warren_oreilly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.379623"], ["updated_at", "2018-12-10 18:51:14.379623"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tremblay.biz/asuncion.mertz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.380494"], ["updated_at", "2018-12-10 18:51:14.380494"], ["distributor_id", 42], ["app_id", 75]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut quis optio iure."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.383265"], ["updated_at", "2018-12-10 18:51:14.383265"], ["app_id", 75], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Nihil vero omnis ipsum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Nisi qui molestiae amet."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.385553"], ["updated_at", "2018-12-10 18:51:14.385553"], ["works_with_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Ut quis nihil nisi.", "image_url"=>"http://renner.name/burma_welch", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Ut quis nihil nisi."], ["updated_at", "2018-12-10 18:51:14.394967"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 8ms (ActiveRecord: 1.3ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kutchlangworth.name/sandy_tromp"], ["description", "Possimus nam minus soluta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.402167"], ["updated_at", "2018-12-10 18:51:14.402167"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et labore consequuntur nisi."], ["url", "http://gutmann.io/shon.schultz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.406244"], ["updated_at", "2018-12-10 18:51:14.406244"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et placeat et cumque."], ["info_url", "http://rueckernader.org/hilton_kerluke"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.409612"], ["updated_at", "2018-12-10 18:51:14.409612"], ["developer_id", 77]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut incidunt aut consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.410652"], ["updated_at", "2018-12-10 18:51:14.410652"], ["app_id", 76], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Nulla qui fugiat sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto exercitationem aperiam molestias."], ["url", "http://dare.co/neely_oreilly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.414796"], ["updated_at", "2018-12-10 18:51:14.414796"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et voluptatum et sint."], ["info_url", "http://hartmann.name/tennille"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.416587"], ["updated_at", "2018-12-10 18:51:14.416587"], ["developer_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blanda.org/marlin"], ["description", "Necessitatibus accusantium sunt pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.421368"], ["updated_at", "2018-12-10 18:51:14.421368"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi aperiam in est."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.422452"], ["updated_at", "2018-12-10 18:51:14.422452"], ["app_id", 77], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Modi omnis harum et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://krajcik.org/carmine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.425572"], ["updated_at", "2018-12-10 18:51:14.425572"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://becker.net/charlie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.426587"], ["updated_at", "2018-12-10 18:51:14.426587"], ["distributor_id", 43], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio corporis id maxime."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.429615"], ["updated_at", "2018-12-10 18:51:14.429615"], ["app_id", 77], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Aut inventore non nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Et perferendis sit voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.431955"], ["updated_at", "2018-12-10 18:51:14.431955"], ["works_with_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Molestias aut et accusantium.", "image_url"=>"http://kirlin.name/delpha", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Molestias aut et accusantium."], ["updated_at", "2018-12-10 18:51:14.441010"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 8ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crooks.name/kristopher"], ["description", "Possimus ullam et commodi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.447427"], ["updated_at", "2018-12-10 18:51:14.447427"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed commodi rerum laborum."], ["url", "http://jaskolskiraynor.net/guy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.451376"], ["updated_at", "2018-12-10 18:51:14.451376"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestias eius optio dolorem."], ["info_url", "http://ryanhintz.name/jolanda"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.455218"], ["updated_at", "2018-12-10 18:51:14.455218"], ["developer_id", 79]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor laborum ut facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.456348"], ["updated_at", "2018-12-10 18:51:14.456348"], ["app_id", 78], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Est expedita iste ab."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae non deleniti voluptatum."], ["url", "http://wisozk.net/hunter_mcglynn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.460339"], ["updated_at", "2018-12-10 18:51:14.460339"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui quis consectetur sed."], ["info_url", "http://hintzziemann.co/merlin_kulas"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.462314"], ["updated_at", "2018-12-10 18:51:14.462314"], ["developer_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermanstreich.net/fernando_hintz"], ["description", "Magnam sunt inventore omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.466792"], ["updated_at", "2018-12-10 18:51:14.466792"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dignissimos sit eveniet deserunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.467802"], ["updated_at", "2018-12-10 18:51:14.467802"], ["app_id", 79], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Et nisi at saepe."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://weimann.info/antonio.von"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.470841"], ["updated_at", "2018-12-10 18:51:14.470841"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emard.com/long"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.476840"], ["updated_at", "2018-12-10 18:51:14.476840"], ["distributor_id", 44], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero officia mollitia reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.479808"], ["updated_at", "2018-12-10 18:51:14.479808"], ["app_id", 79], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Error corporis saepe qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Repellendus delectus odio sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.482329"], ["updated_at", "2018-12-10 18:51:14.482329"], ["works_with_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Dolore id eius commodi.", "image_url"=>"http://wilkinson.biz/salvatore", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 98], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 79], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Dolore id eius commodi."], ["updated_at", "2018-12-10 18:51:14.491526"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boganmoriette.name/art"], ["description", "Numquam saepe repellendus animi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.498128"], ["updated_at", "2018-12-10 18:51:14.498128"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt et qui maxime."], ["url", "http://emmerich.io/toshia_daugherty"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.501773"], ["updated_at", "2018-12-10 18:51:14.501773"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam aut saepe officia."], ["info_url", "http://bahringer.biz/nicholas.casper"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.505485"], ["updated_at", "2018-12-10 18:51:14.505485"], ["developer_id", 81]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aperiam et dolores sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.506527"], ["updated_at", "2018-12-10 18:51:14.506527"], ["app_id", 80], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Quas sunt dolor sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel expedita et ipsum."], ["url", "http://veumnicolas.net/emerson_funk"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.510168"], ["updated_at", "2018-12-10 18:51:14.510168"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas itaque unde vel."], ["info_url", "http://langosh.com/diann"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.511932"], ["updated_at", "2018-12-10 18:51:14.511932"], ["developer_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cartwright.org/samuel"], ["description", "Commodi ea molestiae dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.516206"], ["updated_at", "2018-12-10 18:51:14.516206"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt consectetur repellat soluta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.517088"], ["updated_at", "2018-12-10 18:51:14.517088"], ["app_id", 81], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Id illum voluptate doloribus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://veumrodriguez.net/jong.leannon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.519938"], ["updated_at", "2018-12-10 18:51:14.519938"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murphy.biz/syble.auer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.520866"], ["updated_at", "2018-12-10 18:51:14.520866"], ["distributor_id", 45], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque laboriosam voluptatem quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.523580"], ["updated_at", "2018-12-10 18:51:14.523580"], ["app_id", 81], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Molestiae architecto dolor perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptatum sed fugiat impedit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.525744"], ["updated_at", "2018-12-10 18:51:14.525744"], ["works_with_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wisoky.net/rickey_koelpin"], ["description", "Placeat et et unde."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.535735"], ["updated_at", "2018-12-10 18:51:14.535735"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui tempore voluptatem ut."], ["url", "http://bednar.biz/tristan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.539676"], ["updated_at", "2018-12-10 18:51:14.539676"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex aut neque esse."], ["info_url", "http://hammes.org/cole.hirthe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.543037"], ["updated_at", "2018-12-10 18:51:14.543037"], ["developer_id", 83]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In aut sint earum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.544032"], ["updated_at", "2018-12-10 18:51:14.544032"], ["app_id", 82], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Nihil vel commodi vero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi sed qui quisquam."], ["url", "http://kuhickulas.info/lanny"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.547696"], ["updated_at", "2018-12-10 18:51:14.547696"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repudiandae ut error corrupti."], ["info_url", "http://legrotokes.com/eloy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.549792"], ["updated_at", "2018-12-10 18:51:14.549792"], ["developer_id", 84]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parisianwilkinson.biz/carlyn_cole"], ["description", "Porro et voluptate enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.554707"], ["updated_at", "2018-12-10 18:51:14.554707"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur iure tenetur aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.555752"], ["updated_at", "2018-12-10 18:51:14.555752"], ["app_id", 83], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Sed fugiat in tempora."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://breitenbergsenger.co/kiyoko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.558458"], ["updated_at", "2018-12-10 18:51:14.558458"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kautzer.biz/hattie.heller"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.559283"], ["updated_at", "2018-12-10 18:51:14.559283"], ["distributor_id", 46], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat iure vel hic."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.561963"], ["updated_at", "2018-12-10 18:51:14.561963"], ["app_id", 83], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Aut et exercitationem et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sed dolorum adipisci quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.564184"], ["updated_at", "2018-12-10 18:51:14.564184"], ["works_with_id", 104]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non ut enim accusamus."], ["url", "http://mills.biz/tamera"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.574014"], ["updated_at", "2018-12-10 18:51:14.574014"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"85"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 85]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 25ms (Views: 14.2ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis dolorem et et."], ["url", "http://rath.co/mallory.volkman"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.605871"], ["updated_at", "2018-12-10 18:51:14.605871"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Iste est cum voluptas.", "is_live"=>"true", "logo_image_url"=>"http://bernhard.io/scottie.fay", "name"=>"developer_name", "url"=>"http://trantowhammes.co/eveline"}, "id"=>"86"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 86], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Iste est cum voluptas."], ["url", "http://trantowhammes.co/eveline"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:51:14.611441"], ["id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/86 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae animi omnis totam."], ["url", "http://jones.org/tyrone"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.617551"], ["updated_at", "2018-12-10 18:51:14.617551"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Neque voluptatem asperiores sed.", "is_live"=>"true", "logo_image_url"=>"http://smitham.co/cordia_turcotte", "name"=>"developer_name", "url"=>"http://franecki.net/karina_harris"}, "id"=>"87"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Neque voluptatem asperiores sed."], ["url", "http://franecki.net/karina_harris"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:51:14.623837"], ["id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/87 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui iusto hic recusandae."], ["url", "http://bogisichmiller.io/christiane_kreiger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.630309"], ["updated_at", "2018-12-10 18:51:14.630309"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Illo nostrum vero beatae.", "is_live"=>"true", "logo_image_url"=>"http://brekketreutel.io/aurelia", "name"=>"developer_name", "url"=>"http://yost.co/waylon.hegmann"}, "id"=>"88"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Illo nostrum vero beatae."], ["url", "http://yost.co/waylon.hegmann"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:51:14.635535"], ["id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/88 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam in aut ratione."], ["url", "http://osinski.io/kelvin_kutch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.641272"], ["updated_at", "2018-12-10 18:51:14.641272"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita rerum reprehenderit et."], ["url", "http://ernser.com/nicky.damore"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.651828"], ["updated_at", "2018-12-10 18:51:14.651828"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"90"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 90], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut explicabo unde odit."], ["url", "http://danielemard.net/silva.streich"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:14.660842"], ["updated_at", "2018-12-10 18:51:14.660842"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"91"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 13:51:16 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.9ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (4.2ms)

Completed 500 Internal Server Error in 26ms (ActiveRecord: 8.2ms)

 (0.2ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (91.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 13:51:16 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.8ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.5ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  BEGIN
 (1.2ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.2ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.1ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (53.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (0.9ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quigleyauer.net/isaiah"], ["description", "Labore ut fugit aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.006703"], ["updated_at", "2018-12-10 18:51:17.006703"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla dicta nostrum deserunt."], ["url", "http://hartmann.org/ron"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.011669"], ["updated_at", "2018-12-10 18:51:17.011669"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere non delectus omnis."], ["info_url", "http://bogan.co/sammie_klocko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.016620"], ["updated_at", "2018-12-10 18:51:17.016620"], ["developer_id", 1]]
SQL (1.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et laboriosam quis dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.018612"], ["updated_at", "2018-12-10 18:51:17.018612"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Accusantium ut sapiente dolores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui dolores esse odit."], ["url", "http://langosh.org/joan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.024134"], ["updated_at", "2018-12-10 18:51:17.024134"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum recusandae et qui."], ["info_url", "http://stamm.biz/adolph_gaylord"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.026169"], ["updated_at", "2018-12-10 18:51:17.026169"], ["developer_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rauboyer.net/sueann.hand"], ["description", "Ex consequatur corporis mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.030973"], ["updated_at", "2018-12-10 18:51:17.030973"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A doloremque possimus et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.031884"], ["updated_at", "2018-12-10 18:51:17.031884"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Velit ipsa nihil laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wuckert.io/terra"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.034903"], ["updated_at", "2018-12-10 18:51:17.034903"], ["icon_id", "apple"]]
SQL (0.9ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcglynnwiegand.com/katharina.von"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.036521"], ["updated_at", "2018-12-10 18:51:17.036521"], ["distributor_id", 1], ["app_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae iste porro temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.040223"], ["updated_at", "2018-12-10 18:51:17.040223"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Nam et repudiandae est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mertz.info/johnna"], ["description", "Exercitationem maxime consequuntur quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.051912"], ["updated_at", "2018-12-10 18:51:17.051912"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor dolore est voluptate."], ["url", "http://kling.com/larry_schneider"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.056158"], ["updated_at", "2018-12-10 18:51:17.056158"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores distinctio qui maiores."], ["info_url", "http://kerluke.co/leisha"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.059780"], ["updated_at", "2018-12-10 18:51:17.059780"], ["developer_id", 3]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo voluptate sed rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.061044"], ["updated_at", "2018-12-10 18:51:17.061044"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Ex et nulla tempora."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim dolorem facere nobis."], ["url", "http://stokes.io/briana"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.065008"], ["updated_at", "2018-12-10 18:51:17.065008"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste veritatis cumque aperiam."], ["info_url", "http://kutch.info/quinton.huels"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.066795"], ["updated_at", "2018-12-10 18:51:17.066795"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ernser.net/annalee_sporer"], ["description", "Nobis non amet sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.071644"], ["updated_at", "2018-12-10 18:51:17.071644"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Natus nisi iure sequi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.072648"], ["updated_at", "2018-12-10 18:51:17.072648"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Quis est soluta natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haag.net/laticia"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.075552"], ["updated_at", "2018-12-10 18:51:17.075552"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blanda.biz/milan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.076570"], ["updated_at", "2018-12-10 18:51:17.076570"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam odit nisi dolor."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.079572"], ["updated_at", "2018-12-10 18:51:17.079572"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Non dolor doloremque iusto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wilderman.name/claretta"], ["description", "Ad velit voluptas ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.096217"], ["updated_at", "2018-12-10 18:51:17.096217"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam soluta sit et."], ["url", "http://reichertmoen.net/iluminada.satterfield"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.099895"], ["updated_at", "2018-12-10 18:51:17.099895"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum eaque eos corporis."], ["info_url", "http://kozey.biz/cyril_rippin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.104140"], ["updated_at", "2018-12-10 18:51:17.104140"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui officiis enim accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.105685"], ["updated_at", "2018-12-10 18:51:17.105685"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Dolores sapiente sed occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto magni consequatur aut."], ["url", "http://schneiderkeebler.net/wilfredo_bayer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.109953"], ["updated_at", "2018-12-10 18:51:17.109953"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus perspiciatis impedit tempore."], ["info_url", "http://lubowitz.biz/marquis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.111850"], ["updated_at", "2018-12-10 18:51:17.111850"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bahringer.net/freddy"], ["description", "Soluta ipsa enim dolore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.116362"], ["updated_at", "2018-12-10 18:51:17.116362"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum laboriosam nesciunt qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.117532"], ["updated_at", "2018-12-10 18:51:17.117532"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Qui quis porro earum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://durgan.org/tyrone.grimes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.120749"], ["updated_at", "2018-12-10 18:51:17.120749"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bartoletti.co/sharron_hoeger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.121621"], ["updated_at", "2018-12-10 18:51:17.121621"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim sit rerum aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.124407"], ["updated_at", "2018-12-10 18:51:17.124407"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Fugit aut harum nesciunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Praesentium eaque repellat alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.127491"], ["updated_at", "2018-12-10 18:51:17.127491"], ["works_with_id", 9], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Molestias et sint omnis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Maxime nihil optio est.", "is_live"=>"true", "promo_image_url"=>"http://herzog.com/antoine", "promo_text"=>"Est id porro omnis.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"1"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Maxime nihil optio est."], ["promo_text", "Est id porro omnis."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:51:17.140810"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/1 Completed 302 Found in 10ms (ActiveRecord: 1.8ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weber.com/mitchell"], ["description", "Sunt consequuntur nisi eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.148293"], ["updated_at", "2018-12-10 18:51:17.148293"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores rerum itaque quasi."], ["url", "http://pacochaharvey.name/madeleine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.152594"], ["updated_at", "2018-12-10 18:51:17.152594"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut architecto at aperiam."], ["info_url", "http://reichert.name/augustus"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.156581"], ["updated_at", "2018-12-10 18:51:17.156581"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit officiis corrupti magnam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.157657"], ["updated_at", "2018-12-10 18:51:17.157657"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Alias ducimus possimus enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nemo omnis laborum ut."], ["url", "http://legros.info/joyce.rippin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.161870"], ["updated_at", "2018-12-10 18:51:17.161870"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quasi dolor occaecati illo."], ["info_url", "http://christiansen.net/sarina"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.163747"], ["updated_at", "2018-12-10 18:51:17.163747"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schultz.info/wayne_hodkiewicz"], ["description", "Quis non sint ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.168718"], ["updated_at", "2018-12-10 18:51:17.168718"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel consequatur laborum in."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.169776"], ["updated_at", "2018-12-10 18:51:17.169776"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Nobis voluptas sint debitis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://huelscartwright.io/elna"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.173053"], ["updated_at", "2018-12-10 18:51:17.173053"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stehr.co/kristyn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.173994"], ["updated_at", "2018-12-10 18:51:17.173994"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt ut sit excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.177040"], ["updated_at", "2018-12-10 18:51:17.177040"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Voluptatem dolor explicabo alias."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aspernatur repudiandae officiis aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.180607"], ["updated_at", "2018-12-10 18:51:17.180607"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Repellat et omnis voluptas."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Sit est et veniam.", "is_live"=>"true", "promo_image_url"=>"http://runtesawayn.name/jen", "promo_text"=>"Aspernatur sed consectetur deserunt.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Sit est et veniam."], ["promo_text", "Aspernatur sed consectetur deserunt."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:51:17.191080"], ["id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 9ms (ActiveRecord: 1.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runtemorar.co/cesar"], ["description", "Iure id fuga reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.197143"], ["updated_at", "2018-12-10 18:51:17.197143"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur quos laborum iusto."], ["url", "http://glover.name/solomon.hamill"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.201112"], ["updated_at", "2018-12-10 18:51:17.201112"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut cum tempora molestiae."], ["info_url", "http://ebert.biz/mario.huels"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.205052"], ["updated_at", "2018-12-10 18:51:17.205052"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto autem doloribus voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.206121"], ["updated_at", "2018-12-10 18:51:17.206121"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Qui quos sed qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae aut vel natus."], ["url", "http://heidenreichdouglas.biz/lindsy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.210241"], ["updated_at", "2018-12-10 18:51:17.210241"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo alias quia voluptate."], ["info_url", "http://dietrich.name/yuk"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.212154"], ["updated_at", "2018-12-10 18:51:17.212154"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hudson.com/neva.greenholt"], ["description", "Quas aut et cumque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.216742"], ["updated_at", "2018-12-10 18:51:17.216742"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Numquam ipsum corrupti possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.217721"], ["updated_at", "2018-12-10 18:51:17.217721"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Eaque ut eum ab."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stamm.info/rosy.lindgren"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.221028"], ["updated_at", "2018-12-10 18:51:17.221028"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://connellyjenkins.name/tyron"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.222093"], ["updated_at", "2018-12-10 18:51:17.222093"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem natus quo nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.224933"], ["updated_at", "2018-12-10 18:51:17.224933"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Maiores tempora consequuntur non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Vel dicta voluptatem est."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.228405"], ["updated_at", "2018-12-10 18:51:17.228405"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ut numquam sapiente asperiores."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Iusto laborum delectus maiores.", "is_live"=>"true", "promo_image_url"=>"http://weimann.io/romeo.becker", "promo_text"=>"Qui qui illo officia.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Iusto laborum delectus maiores."], ["promo_text", "Qui qui illo officia."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:51:17.238911"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoeger.co/judith_upton"], ["description", "Ad ut repudiandae ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.245981"], ["updated_at", "2018-12-10 18:51:17.245981"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nisi harum ducimus debitis."], ["url", "http://windler.org/ronny.gerhold"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.249912"], ["updated_at", "2018-12-10 18:51:17.249912"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia consequatur optio fugit."], ["info_url", "http://davis.com/antony"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.253578"], ["updated_at", "2018-12-10 18:51:17.253578"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem inventore eum qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.254699"], ["updated_at", "2018-12-10 18:51:17.254699"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Temporibus odio amet provident."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Distinctio ab optio assumenda."], ["url", "http://herzogswaniawski.biz/marty_nienow"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.258730"], ["updated_at", "2018-12-10 18:51:17.258730"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur molestiae repellat et."], ["info_url", "http://wisoky.org/donnie.johnston"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.260772"], ["updated_at", "2018-12-10 18:51:17.260772"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiza.name/hobert"], ["description", "Cum expedita in quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.265755"], ["updated_at", "2018-12-10 18:51:17.265755"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui nam quidem voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.266779"], ["updated_at", "2018-12-10 18:51:17.266779"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Ea eum consectetur voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://olsongerhold.biz/abe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.270189"], ["updated_at", "2018-12-10 18:51:17.270189"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerlachzulauf.io/eliseo"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.271187"], ["updated_at", "2018-12-10 18:51:17.271187"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Exercitationem autem sint nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.273936"], ["updated_at", "2018-12-10 18:51:17.273936"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "A laborum et cumque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Soluta velit perferendis reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.277474"], ["updated_at", "2018-12-10 18:51:17.277474"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Culpa id nobis facere."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)

Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nolandonnelly.com/leroy_walker"], ["description", "Similique recusandae voluptas quidem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.302197"], ["updated_at", "2018-12-10 18:51:17.302197"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vitae aut dolore id."], ["url", "http://ruecker.io/noella"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.306184"], ["updated_at", "2018-12-10 18:51:17.306184"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ad quibusdam est fuga."], ["info_url", "http://schiller.io/dorathy.hansen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.309847"], ["updated_at", "2018-12-10 18:51:17.309847"], ["developer_id", 13]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis et itaque maxime."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.311014"], ["updated_at", "2018-12-10 18:51:17.311014"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Sunt iste laborum at."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vitae dolores qui ut."], ["url", "http://cummings.org/elin_goyette"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.316178"], ["updated_at", "2018-12-10 18:51:17.316178"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste aut ullam est."], ["info_url", "http://mraz.info/adolph"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.318655"], ["updated_at", "2018-12-10 18:51:17.318655"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kutchreilly.org/tom_pagac"], ["description", "Maxime doloremque sed vitae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.323553"], ["updated_at", "2018-12-10 18:51:17.323553"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum possimus fugiat aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.324552"], ["updated_at", "2018-12-10 18:51:17.324552"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Dolores perferendis tempora velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wizamueller.biz/shaina.fisher"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.327613"], ["updated_at", "2018-12-10 18:51:17.327613"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hayespollich.biz/shannon.schroeder"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.328492"], ["updated_at", "2018-12-10 18:51:17.328492"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur in maiores dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.331333"], ["updated_at", "2018-12-10 18:51:17.331333"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Sed libero dicta maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Rerum eos ad sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.334822"], ["updated_at", "2018-12-10 18:51:17.334822"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quasi et quis molestiae."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"5"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herzog.name/vince_jerde"], ["description", "Totam rerum ratione tempora."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.346003"], ["updated_at", "2018-12-10 18:51:17.346003"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est nulla suscipit unde."], ["url", "http://nienow.net/kendall.howell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.350003"], ["updated_at", "2018-12-10 18:51:17.350003"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "A reiciendis aut aliquam."], ["info_url", "http://anderson.biz/benton"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.354028"], ["updated_at", "2018-12-10 18:51:17.354028"], ["developer_id", 15]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae placeat nostrum quas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.355283"], ["updated_at", "2018-12-10 18:51:17.355283"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Voluptates hic possimus nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim rem dicta corporis."], ["url", "http://lynch.info/shonda.spencer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.359699"], ["updated_at", "2018-12-10 18:51:17.359699"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut voluptatem distinctio voluptatem."], ["info_url", "http://gulgowski.io/marcelene"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.361936"], ["updated_at", "2018-12-10 18:51:17.361936"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hicklehowe.io/berry.cremin"], ["description", "Nobis officia vel laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.366801"], ["updated_at", "2018-12-10 18:51:17.366801"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione necessitatibus ducimus accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.367916"], ["updated_at", "2018-12-10 18:51:17.367916"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Impedit nihil eos eum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://glover.org/curtis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.371450"], ["updated_at", "2018-12-10 18:51:17.371450"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mosciski.biz/kelvin_bins"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.372691"], ["updated_at", "2018-12-10 18:51:17.372691"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Expedita inventore nemo nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.375600"], ["updated_at", "2018-12-10 18:51:17.375600"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Omnis et aut quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Nam aut iste fugit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.379292"], ["updated_at", "2018-12-10 18:51:17.379292"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Debitis porro reprehenderit doloremque."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartonschultz.net/woodrow"], ["description", "Quidem repellendus animi saepe."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.390471"], ["updated_at", "2018-12-10 18:51:17.390471"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint commodi dolorem fugiat."], ["url", "http://ornledner.info/haan.larkin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.394855"], ["updated_at", "2018-12-10 18:51:17.394855"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit atque et illum."], ["info_url", "http://mertzjerde.name/kory"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.398944"], ["updated_at", "2018-12-10 18:51:17.398944"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis laborum quo dicta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.400059"], ["updated_at", "2018-12-10 18:51:17.400059"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Repellendus voluptatem distinctio totam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui omnis voluptatem cum."], ["url", "http://boyer.info/maurine_moen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.404851"], ["updated_at", "2018-12-10 18:51:17.404851"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia quasi voluptas consequuntur."], ["info_url", "http://hintz.info/mable.skiles"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.407584"], ["updated_at", "2018-12-10 18:51:17.407584"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stiedemannwaelchi.biz/nathaniel"], ["description", "Magni illo dolorum dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.420791"], ["updated_at", "2018-12-10 18:51:17.420791"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam omnis quos iste."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.421980"], ["updated_at", "2018-12-10 18:51:17.421980"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Ut corporis eveniet aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ziemeturner.org/buster_walsh"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.425251"], ["updated_at", "2018-12-10 18:51:17.425251"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prosaccorenner.co/sunni"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.426365"], ["updated_at", "2018-12-10 18:51:17.426365"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed hic et exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.429494"], ["updated_at", "2018-12-10 18:51:17.429494"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Labore et id praesentium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Explicabo provident dolorum et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.433060"], ["updated_at", "2018-12-10 18:51:17.433060"], ["works_with_id", 27], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Molestiae sequi dolores vero."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strackewatsica.org/annemarie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.458120"], ["updated_at", "2018-12-10 18:51:17.458120"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint reprehenderit ut sapiente."], ["url", "http://dickens.io/hermila"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.462388"], ["updated_at", "2018-12-10 18:51:17.462388"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem aut aspernatur tempora."], ["info_url", "http://hermancrona.name/melisa_lockman"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.465441"], ["updated_at", "2018-12-10 18:51:17.465441"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://auer.io/brady_parker"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.466457"], ["updated_at", "2018-12-10 18:51:17.466457"], ["distributor_id", 10], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat explicabo eaque aut."], ["url", "http://predovickuhlman.name/ana"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.470273"], ["updated_at", "2018-12-10 18:51:17.470273"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam ex laboriosam ea."], ["info_url", "http://renner.name/ina"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.472233"], ["updated_at", "2018-12-10 18:51:17.472233"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://powlowski.org/roberto_heel"], ["description", "Sed debitis non repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.477317"], ["updated_at", "2018-12-10 18:51:17.477317"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est magni facilis voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.478503"], ["updated_at", "2018-12-10 18:51:17.478503"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Odit architecto magni nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuhic.net/whitney"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.481681"], ["updated_at", "2018-12-10 18:51:17.481681"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murphymayer.org/mackenzie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.482668"], ["updated_at", "2018-12-10 18:51:17.482668"], ["distributor_id", 11], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lemketerry.biz/lin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.484509"], ["updated_at", "2018-12-10 18:51:17.484509"], ["distributor_id", 10], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"12"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://witting.info/thanh.rath"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.493944"], ["updated_at", "2018-12-10 18:51:17.493944"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam sed labore iste."], ["url", "http://towne.com/marcos_tillman"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.497910"], ["updated_at", "2018-12-10 18:51:17.497910"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorum laboriosam itaque voluptatum."], ["info_url", "http://ullrich.co/evan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.501152"], ["updated_at", "2018-12-10 18:51:17.501152"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lehner.name/dorotha"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.502382"], ["updated_at", "2018-12-10 18:51:17.502382"], ["distributor_id", 12], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facilis culpa voluptas voluptatem."], ["url", "http://murphy.co/aide.bartell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.506208"], ["updated_at", "2018-12-10 18:51:17.506208"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem voluptatem ut vitae."], ["info_url", "http://balistreri.org/wayne"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.508050"], ["updated_at", "2018-12-10 18:51:17.508050"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ryan.com/vincenzo"], ["description", "Nihil beatae et officia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.512917"], ["updated_at", "2018-12-10 18:51:17.512917"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt quod sunt autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.513893"], ["updated_at", "2018-12-10 18:51:17.513893"], ["app_id", 22], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Voluptatibus iste totam esse."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wuckert.co/xavier"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.517023"], ["updated_at", "2018-12-10 18:51:17.517023"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mosciskipowlowski.org/dreama"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.517924"], ["updated_at", "2018-12-10 18:51:17.517924"], ["distributor_id", 13], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://crist.biz/ivonne"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.519937"], ["updated_at", "2018-12-10 18:51:17.519937"], ["distributor_id", 12], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"15"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermann.info/mckinley"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.529864"], ["updated_at", "2018-12-10 18:51:17.529864"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores ut id et."], ["url", "http://bins.org/kurtis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.533946"], ["updated_at", "2018-12-10 18:51:17.533946"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam similique modi rerum."], ["info_url", "http://dietrich.name/walter_gibson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.537023"], ["updated_at", "2018-12-10 18:51:17.537023"], ["developer_id", 23]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nolan.name/hiroko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.538070"], ["updated_at", "2018-12-10 18:51:17.538070"], ["distributor_id", 14], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil nobis delectus aperiam."], ["url", "http://fay.info/ayana.aufderhar"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.541661"], ["updated_at", "2018-12-10 18:51:17.541661"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum et cum magni."], ["info_url", "http://hartmann.biz/nakesha_keebler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.543458"], ["updated_at", "2018-12-10 18:51:17.543458"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rodriguez.info/mireya"], ["description", "Et repellendus omnis natus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.547895"], ["updated_at", "2018-12-10 18:51:17.547895"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis aut doloremque enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.548837"], ["updated_at", "2018-12-10 18:51:17.548837"], ["app_id", 24], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Maxime non libero velit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boscobergstrom.net/demarcus_conn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.551948"], ["updated_at", "2018-12-10 18:51:17.551948"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wintheiser.net/dian"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.552883"], ["updated_at", "2018-12-10 18:51:17.552883"], ["distributor_id", 15], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcclurevon.name/lucas"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.554565"], ["updated_at", "2018-12-10 18:51:17.554565"], ["distributor_id", 14], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://waters.net/arlena"}, "id"=>"18"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://waters.net/arlena"], ["updated_at", "2018-12-10 18:51:17.563559"], ["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/18 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strackecarter.io/patrick.schimmel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.569420"], ["updated_at", "2018-12-10 18:51:17.569420"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Possimus corrupti facilis provident."], ["url", "http://bogisich.info/rhona_lind"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.573070"], ["updated_at", "2018-12-10 18:51:17.573070"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam hic omnis ut."], ["info_url", "http://pollich.net/wilbert_sipes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.575924"], ["updated_at", "2018-12-10 18:51:17.575924"], ["developer_id", 25]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cartwright.biz/stasia_monahan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.576896"], ["updated_at", "2018-12-10 18:51:17.576896"], ["distributor_id", 16], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Alias dignissimos temporibus voluptatibus."], ["url", "http://kohler.name/kent"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.580827"], ["updated_at", "2018-12-10 18:51:17.580827"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et facilis aspernatur harum."], ["info_url", "http://kovacek.name/genoveva.olson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.582910"], ["updated_at", "2018-12-10 18:51:17.582910"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beattycollins.com/tera"], ["description", "Vitae quis voluptatem quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.587828"], ["updated_at", "2018-12-10 18:51:17.587828"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum dolores sunt provident."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.588945"], ["updated_at", "2018-12-10 18:51:17.588945"], ["app_id", 26], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Quisquam cupiditate delectus ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heaney.biz/linwood_smitham"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.591953"], ["updated_at", "2018-12-10 18:51:17.591953"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconner.info/del_jenkins"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.593236"], ["updated_at", "2018-12-10 18:51:17.593236"], ["distributor_id", 17], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lakin.org/jody_medhurst"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.595667"], ["updated_at", "2018-12-10 18:51:17.595667"], ["distributor_id", 16], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://schowalter.info/edmund"}, "id"=>"21"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://schowalter.info/edmund"], ["updated_at", "2018-12-10 18:51:17.604881"], ["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/21 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rippinsteuber.info/neil.kulas"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.610778"], ["updated_at", "2018-12-10 18:51:17.610778"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi magni perspiciatis neque."], ["url", "http://pfefferlang.org/ruben"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.614715"], ["updated_at", "2018-12-10 18:51:17.614715"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione beatae consectetur molestiae."], ["info_url", "http://marvin.io/christena_hansen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.617935"], ["updated_at", "2018-12-10 18:51:17.617935"], ["developer_id", 27]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gottlieb.org/elly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.619092"], ["updated_at", "2018-12-10 18:51:17.619092"], ["distributor_id", 18], ["app_id", 27]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reiciendis qui quisquam consequuntur."], ["url", "http://hilll.com/roscoe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.622903"], ["updated_at", "2018-12-10 18:51:17.622903"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt similique sint iusto."], ["info_url", "http://harris.org/valarie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.624823"], ["updated_at", "2018-12-10 18:51:17.624823"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhlmanmraz.org/lenore.hirthe"], ["description", "Facilis ex veniam maxime."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.629481"], ["updated_at", "2018-12-10 18:51:17.629481"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illo id minima omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.630480"], ["updated_at", "2018-12-10 18:51:17.630480"], ["app_id", 28], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Excepturi ipsum qui est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://davis.co/chester.considine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.633388"], ["updated_at", "2018-12-10 18:51:17.633388"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ernser.io/antonetta"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.634316"], ["updated_at", "2018-12-10 18:51:17.634316"], ["distributor_id", 19], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://armstrong.name/donetta_feest"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.636158"], ["updated_at", "2018-12-10 18:51:17.636158"], ["distributor_id", 18], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://lindgren.io/florencio"}, "id"=>"24"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://lindgren.io/florencio"], ["updated_at", "2018-12-10 18:51:17.643661"], ["id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/24 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marquardt.io/laticia"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.650096"], ["updated_at", "2018-12-10 18:51:17.650096"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum distinctio sunt facere."], ["url", "http://paucek.io/latesha"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.654094"], ["updated_at", "2018-12-10 18:51:17.654094"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum veritatis dolores laboriosam."], ["info_url", "http://loweharris.org/kathy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.657114"], ["updated_at", "2018-12-10 18:51:17.657114"], ["developer_id", 29]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pouros.org/danyell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.658205"], ["updated_at", "2018-12-10 18:51:17.658205"], ["distributor_id", 20], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed non quia quibusdam."], ["url", "http://vonbarrows.biz/maximina_barton"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.661849"], ["updated_at", "2018-12-10 18:51:17.661849"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem quia molestias consequatur."], ["info_url", "http://oberbrunner.org/columbus"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.664062"], ["updated_at", "2018-12-10 18:51:17.664062"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schultzanderson.co/sofia_brown"], ["description", "Earum et eos provident."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.668696"], ["updated_at", "2018-12-10 18:51:17.668696"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum laboriosam aut porro."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.669646"], ["updated_at", "2018-12-10 18:51:17.669646"], ["app_id", 30], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Cupiditate sapiente optio maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lowe.io/sanjuanita"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.672592"], ["updated_at", "2018-12-10 18:51:17.672592"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tillmanpredovic.biz/veta"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.673464"], ["updated_at", "2018-12-10 18:51:17.673464"], ["distributor_id", 21], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://swaniawski.com/mike"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:17.675200"], ["updated_at", "2018-12-10 18:51:17.675200"], ["distributor_id", 20], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"27"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (139.5ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lindbayer.biz/helen"], ["description", "Commodi necessitatibus aut aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.885769"], ["updated_at", "2018-12-10 18:51:48.885769"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem inventore et consequatur."], ["url", "http://ruellubowitz.biz/bertram.heller"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.910474"], ["updated_at", "2018-12-10 18:51:48.910474"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vero sunt facilis odio."], ["info_url", "http://schneider.net/dan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.924217"], ["updated_at", "2018-12-10 18:51:48.924217"], ["developer_id", 1]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos consectetur molestiae maxime."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.926004"], ["updated_at", "2018-12-10 18:51:48.926004"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Fuga ab ullam est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores ullam magnam ad."], ["url", "http://medhurstwhite.io/sol"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.930663"], ["updated_at", "2018-12-10 18:51:48.930663"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam beatae labore et."], ["info_url", "http://paucekhills.name/millard.emmerich"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.932468"], ["updated_at", "2018-12-10 18:51:48.932468"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottliebklocko.io/liberty.kris"], ["description", "Quo nesciunt alias fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.945000"], ["updated_at", "2018-12-10 18:51:48.945000"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem ipsum quos at."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.946027"], ["updated_at", "2018-12-10 18:51:48.946027"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Esse occaecati aut ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://colebecker.info/rosella"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.957925"], ["updated_at", "2018-12-10 18:51:48.957925"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brekke.biz/ira.keler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.959300"], ["updated_at", "2018-12-10 18:51:48.959300"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem id non aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.962667"], ["updated_at", "2018-12-10 18:51:48.962667"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Ea omnis modi et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sit quo explicabo modi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.965797"], ["updated_at", "2018-12-10 18:51:48.965797"], ["works_with_id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 8ms (ActiveRecord: 1.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swaniawskischroeder.name/jenny"], ["description", "Dolorem ut reprehenderit autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.991590"], ["updated_at", "2018-12-10 18:51:48.991590"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae libero ipsum quo."], ["url", "http://rolfsonwitting.net/alex_gislason"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.995094"], ["updated_at", "2018-12-10 18:51:48.995094"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro reprehenderit inventore perferendis."], ["info_url", "http://donnelly.com/lakesha_waters"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.998418"], ["updated_at", "2018-12-10 18:51:48.998418"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Natus eligendi minima dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:48.999505"], ["updated_at", "2018-12-10 18:51:48.999505"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Velit et doloremque consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam vero ut et."], ["url", "http://reichel.org/melony"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.003407"], ["updated_at", "2018-12-10 18:51:49.003407"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum quia modi eos."], ["info_url", "http://rogahn.net/chasity_kshlerin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.005412"], ["updated_at", "2018-12-10 18:51:49.005412"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://durgan.com/deanne"], ["description", "Accusamus similique exercitationem nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.010076"], ["updated_at", "2018-12-10 18:51:49.010076"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut enim cupiditate ex."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.011022"], ["updated_at", "2018-12-10 18:51:49.011022"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Neque nemo recusandae blanditiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://barrows.biz/marco.kovacek"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.013614"], ["updated_at", "2018-12-10 18:51:49.013614"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schroeder.co/maude"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.014422"], ["updated_at", "2018-12-10 18:51:49.014422"], ["distributor_id", 2], ["app_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit quia similique eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.017144"], ["updated_at", "2018-12-10 18:51:49.017144"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Quod sed mollitia sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Eos quam non ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.019231"], ["updated_at", "2018-12-10 18:51:49.019231"], ["works_with_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://thompson.co/dimple_mayert"], ["description", "Est tenetur expedita doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.031350"], ["updated_at", "2018-12-10 18:51:49.031350"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas voluptate blanditiis qui."], ["url", "http://mclaughlin.biz/wilford_collins"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.035422"], ["updated_at", "2018-12-10 18:51:49.035422"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit dicta nam id."], ["info_url", "http://veumpadberg.com/yong"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.039123"], ["updated_at", "2018-12-10 18:51:49.039123"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae deleniti esse aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.040298"], ["updated_at", "2018-12-10 18:51:49.040298"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Dolores voluptas perspiciatis corporis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut rerum odio cum."], ["url", "http://schamberger.co/maryam"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.044184"], ["updated_at", "2018-12-10 18:51:49.044184"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non quas impedit autem."], ["info_url", "http://larson.io/jewel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.046279"], ["updated_at", "2018-12-10 18:51:49.046279"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lang.com/marlen.bashirian"], ["description", "Architecto ex minima recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.050718"], ["updated_at", "2018-12-10 18:51:49.050718"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque aut voluptatem voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.051610"], ["updated_at", "2018-12-10 18:51:49.051610"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Porro nihil et est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriettegutmann.io/araceli_vandervort"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.054411"], ["updated_at", "2018-12-10 18:51:49.054411"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kemmer.net/lennie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.055436"], ["updated_at", "2018-12-10 18:51:49.055436"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum similique molestiae commodi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.058098"], ["updated_at", "2018-12-10 18:51:49.058098"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Vitae inventore corporis sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sint nam et voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.060366"], ["updated_at", "2018-12-10 18:51:49.060366"], ["works_with_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Eligendi et natus autem.", "image_url"=>"http://hayes.info/xochitl_armstrong", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Eligendi et natus autem."], ["updated_at", "2018-12-10 18:51:49.075805"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 14ms (ActiveRecord: 1.7ms)

ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hettinger.co/blanch"], ["description", "Rerum labore non praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.084223"], ["updated_at", "2018-12-10 18:51:49.084223"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam quia repellat odit."], ["url", "http://rolfson.co/marcelo.walter"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.087753"], ["updated_at", "2018-12-10 18:51:49.087753"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor esse quaerat id."], ["info_url", "http://littel.net/jay"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.091053"], ["updated_at", "2018-12-10 18:51:49.091053"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et hic consequatur illo."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.092055"], ["updated_at", "2018-12-10 18:51:49.092055"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Velit eum natus est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut blanditiis ea nihil."], ["url", "http://mosciski.name/stephnie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.095530"], ["updated_at", "2018-12-10 18:51:49.095530"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci non possimus repellat."], ["info_url", "http://okon.net/veda"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.097248"], ["updated_at", "2018-12-10 18:51:49.097248"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pollichwiza.biz/garland"], ["description", "Sit repellat quos dicta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.101150"], ["updated_at", "2018-12-10 18:51:49.101150"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cum corrupti modi aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.102271"], ["updated_at", "2018-12-10 18:51:49.102271"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Et eos in temporibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://douglas.com/noah"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.104933"], ["updated_at", "2018-12-10 18:51:49.104933"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emard.net/cheri"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.105709"], ["updated_at", "2018-12-10 18:51:49.105709"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex minus animi sequi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.108230"], ["updated_at", "2018-12-10 18:51:49.108230"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Beatae sit aperiam deserunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Eveniet sapiente nesciunt eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.110299"], ["updated_at", "2018-12-10 18:51:49.110299"], ["works_with_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Iste culpa eligendi et.", "image_url"=>"http://hilpert.com/ashlyn_beier", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Iste culpa eligendi et."], ["updated_at", "2018-12-10 18:51:49.119007"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feest.net/dannie"], ["description", "Dolore dolorem quia harum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.126332"], ["updated_at", "2018-12-10 18:51:49.126332"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est corrupti in aut."], ["url", "http://hanejakubowski.info/nelia.stokes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.130896"], ["updated_at", "2018-12-10 18:51:49.130896"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam perspiciatis corporis ad."], ["info_url", "http://murphydickens.net/giovanni.balistreri"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.134507"], ["updated_at", "2018-12-10 18:51:49.134507"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde ea eum quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.135559"], ["updated_at", "2018-12-10 18:51:49.135559"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Molestias velit omnis sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat deserunt voluptates nam."], ["url", "http://walkerheidenreich.net/zackary.keebler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.139271"], ["updated_at", "2018-12-10 18:51:49.139271"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab eveniet beatae expedita."], ["info_url", "http://bradtkeschulist.name/jenine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.141083"], ["updated_at", "2018-12-10 18:51:49.141083"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mantepadberg.biz/madison"], ["description", "Illum in ut ex."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.145409"], ["updated_at", "2018-12-10 18:51:49.145409"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut qui aut repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.146293"], ["updated_at", "2018-12-10 18:51:49.146293"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Neque dolorem debitis eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hoppekozey.org/hortencia_deckow"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.149180"], ["updated_at", "2018-12-10 18:51:49.149180"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huelschneider.org/leonora"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.150125"], ["updated_at", "2018-12-10 18:51:49.150125"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui sapiente libero eius."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.152795"], ["updated_at", "2018-12-10 18:51:49.152795"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Voluptatem ut harum doloribus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quo soluta qui earum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.154952"], ["updated_at", "2018-12-10 18:51:49.154952"], ["works_with_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Culpa est quis blanditiis.", "image_url"=>"http://crookshodkiewicz.net/barrett.bergstrom", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Culpa est quis blanditiis."], ["updated_at", "2018-12-10 18:51:49.164002"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ortizokuneva.net/freddy"], ["description", "Quo reprehenderit molestiae beatae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.171356"], ["updated_at", "2018-12-10 18:51:49.171356"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis ullam aut ratione."], ["url", "http://stark.com/kyoko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.175423"], ["updated_at", "2018-12-10 18:51:49.175423"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id laborum maiores quis."], ["info_url", "http://gradykoepp.name/nyla"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.179079"], ["updated_at", "2018-12-10 18:51:49.179079"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Pariatur debitis dignissimos dicta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.180263"], ["updated_at", "2018-12-10 18:51:49.180263"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Repellendus consequatur vero animi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam sed voluptas earum."], ["url", "http://kerluke.biz/charlesetta"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.184066"], ["updated_at", "2018-12-10 18:51:49.184066"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim debitis nostrum iure."], ["info_url", "http://halvorson.name/justa_ortiz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.185853"], ["updated_at", "2018-12-10 18:51:49.185853"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://buckridge.biz/randal.larson"], ["description", "Tempore recusandae ratione ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.190032"], ["updated_at", "2018-12-10 18:51:49.190032"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat ut est id."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.190949"], ["updated_at", "2018-12-10 18:51:49.190949"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "At quis doloribus ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hayes.info/rae"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.193659"], ["updated_at", "2018-12-10 18:51:49.193659"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leuschke.info/dario"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.194580"], ["updated_at", "2018-12-10 18:51:49.194580"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam qui corrupti aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.197101"], ["updated_at", "2018-12-10 18:51:49.197101"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Et eos eum omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Dignissimos aut possimus totam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.199100"], ["updated_at", "2018-12-10 18:51:49.199100"], ["works_with_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schowalter.com/ebonie_paucek"], ["description", "Cumque commodi explicabo asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.226251"], ["updated_at", "2018-12-10 18:51:49.226251"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellendus eius natus quis."], ["url", "http://ferry.name/shannon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.229689"], ["updated_at", "2018-12-10 18:51:49.229689"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod beatae commodi neque."], ["info_url", "http://keelinghomenick.io/morton_botsford"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.232965"], ["updated_at", "2018-12-10 18:51:49.232965"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas nihil soluta fuga."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.233965"], ["updated_at", "2018-12-10 18:51:49.233965"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Dolor adipisci vel dolore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos laborum ut ullam."], ["url", "http://nienow.io/theron"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.237443"], ["updated_at", "2018-12-10 18:51:49.237443"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius ea autem delectus."], ["info_url", "http://blanda.biz/roxanna"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.239166"], ["updated_at", "2018-12-10 18:51:49.239166"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcclure.info/clay.feest"], ["description", "Iste quisquam vero et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.243274"], ["updated_at", "2018-12-10 18:51:49.243274"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab accusantium et velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.244182"], ["updated_at", "2018-12-10 18:51:49.244182"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Voluptatem necessitatibus dolorem corporis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ruecker.org/daniel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.246700"], ["updated_at", "2018-12-10 18:51:49.246700"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://miller.net/lavelle.lang"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.247499"], ["updated_at", "2018-12-10 18:51:49.247499"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem minus ut sit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.250047"], ["updated_at", "2018-12-10 18:51:49.250047"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Asperiores quo voluptatem voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Dolor assumenda consequatur iusto."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.252389"], ["updated_at", "2018-12-10 18:51:49.252389"], ["works_with_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiza.net/broderick"], ["description", "Voluptatem vel quia laborum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.292850"], ["updated_at", "2018-12-10 18:51:49.292850"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facere quod nisi nostrum."], ["url", "http://hodkiewicz.net/damien"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.296475"], ["updated_at", "2018-12-10 18:51:49.296475"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui quaerat fuga asperiores."], ["info_url", "http://mooredouglas.biz/kirk"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.299738"], ["updated_at", "2018-12-10 18:51:49.299738"], ["developer_id", 15]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum sunt nam quam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.300760"], ["updated_at", "2018-12-10 18:51:49.300760"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Cupiditate voluptatem qui ratione."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Et et suscipit sit.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://nolan.co/rosendo_larson"}, "id"=>"15"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Et et suscipit sit."], ["shop_link", "http://nolan.co/rosendo_larson"], ["updated_at", "2018-12-10 18:51:49.306413"], ["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/15 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hand.net/gala"], ["description", "Voluptas dolor officiis quo."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.311788"], ["updated_at", "2018-12-10 18:51:49.311788"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis eius ut voluptatum."], ["url", "http://powlowski.biz/greg_grady"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.315664"], ["updated_at", "2018-12-10 18:51:49.315664"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est cumque dolore reiciendis."], ["info_url", "http://ratke.net/joel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.319149"], ["updated_at", "2018-12-10 18:51:49.319149"], ["developer_id", 16]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor inventore voluptatem aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.320206"], ["updated_at", "2018-12-10 18:51:49.320206"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Aut enim dolore possimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Eius id accusamus nemo.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://volkman.name/reatha"}, "id"=>"16"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Eius id accusamus nemo."], ["shop_link", "http://volkman.name/reatha"], ["updated_at", "2018-12-10 18:51:49.324607"], ["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/16 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://borer.info/blaine.harvey"], ["description", "Ut qui voluptas dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.329949"], ["updated_at", "2018-12-10 18:51:49.329949"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis magnam et eligendi."], ["url", "http://zemlakfarrell.net/leisa.king"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.333580"], ["updated_at", "2018-12-10 18:51:49.333580"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et ut impedit totam."], ["info_url", "http://kris.co/kristen_berge"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.337199"], ["updated_at", "2018-12-10 18:51:49.337199"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos voluptas in voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.338245"], ["updated_at", "2018-12-10 18:51:49.338245"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Distinctio earum non rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Et error a exercitationem.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://pfannerstill.net/winston"}, "id"=>"17"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Et error a exercitationem."], ["shop_link", "http://pfannerstill.net/winston"], ["updated_at", "2018-12-10 18:51:49.342643"], ["id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/17 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jast.org/reginald_ferry"], ["description", "Suscipit magni fugiat et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.347678"], ["updated_at", "2018-12-10 18:51:49.347678"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur tempora dignissimos est."], ["url", "http://rutherfordrippin.biz/corazon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.351251"], ["updated_at", "2018-12-10 18:51:49.351251"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est rerum id necessitatibus."], ["info_url", "http://murphy.io/cherlyn.ruel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.354626"], ["updated_at", "2018-12-10 18:51:49.354626"], ["developer_id", 18]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi quasi quam autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.355900"], ["updated_at", "2018-12-10 18:51:49.355900"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Rem tempora voluptate aperiam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feest.net/kristopher_rempel"], ["description", "Enim voluptates non aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.377931"], ["updated_at", "2018-12-10 18:51:49.377931"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur voluptatum nostrum asperiores."], ["url", "http://emard.net/zack.connelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.381786"], ["updated_at", "2018-12-10 18:51:49.381786"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus inventore qui quibusdam."], ["info_url", "http://roobwalsh.co/willy_glover"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.385356"], ["updated_at", "2018-12-10 18:51:49.385356"], ["developer_id", 19]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur accusamus vitae qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.386429"], ["updated_at", "2018-12-10 18:51:49.386429"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Laudantium tenetur dolore quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"19"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmitt.biz/frieda_cronin"], ["description", "Dignissimos deleniti impedit laborum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.396776"], ["updated_at", "2018-12-10 18:51:49.396776"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero rerum incidunt laboriosam."], ["url", "http://kautzerfahey.io/del"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.400643"], ["updated_at", "2018-12-10 18:51:49.400643"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde quia quia et."], ["info_url", "http://collins.biz/delmar"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.404389"], ["updated_at", "2018-12-10 18:51:49.404389"], ["developer_id", 20]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto vel optio occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.405466"], ["updated_at", "2018-12-10 18:51:49.405466"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Sit omnis voluptatem consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"20"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ward.name/holly"], ["description", "Provident iste quia minus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.414151"], ["updated_at", "2018-12-10 18:51:49.414151"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem expedita facere voluptas."], ["url", "http://herzog.co/roscoe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.418391"], ["updated_at", "2018-12-10 18:51:49.418391"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Neque ut facere aut."], ["info_url", "http://kochkutch.com/regine_olson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.422012"], ["updated_at", "2018-12-10 18:51:49.422012"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci placeat qui ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.423030"], ["updated_at", "2018-12-10 18:51:49.423030"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Aliquid laboriosam provident perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"21"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 21]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lueilwitz.com/hunter"], ["description", "Voluptates consequatur ut quos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.455247"], ["updated_at", "2018-12-10 18:51:49.455247"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore distinctio facere ratione."], ["url", "http://starkwest.io/eldon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.459300"], ["updated_at", "2018-12-10 18:51:49.459300"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui pariatur hic aut."], ["info_url", "http://lockman.net/narcisa_gusikowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.463045"], ["updated_at", "2018-12-10 18:51:49.463045"], ["developer_id", 22]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique id non rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.464276"], ["updated_at", "2018-12-10 18:51:49.464276"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Debitis nostrum porro quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat aut consectetur aut."], ["url", "http://jastlangosh.name/marietta"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.479635"], ["updated_at", "2018-12-10 18:51:49.479635"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis nesciunt quia minima."], ["info_url", "http://daugherty.info/shona"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.481759"], ["updated_at", "2018-12-10 18:51:49.481759"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotte.biz/emilee_zboncak"], ["description", "Deleniti quasi odit ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.486129"], ["updated_at", "2018-12-10 18:51:49.486129"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia voluptates voluptas incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.487028"], ["updated_at", "2018-12-10 18:51:49.487028"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Quia consequatur aut reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jerde.info/marion"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.489708"], ["updated_at", "2018-12-10 18:51:49.489708"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://white.com/mitchel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.490568"], ["updated_at", "2018-12-10 18:51:49.490568"], ["distributor_id", 8], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed ipsa consequatur expedita."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.493215"], ["updated_at", "2018-12-10 18:51:49.493215"], ["app_id", 23], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Non nostrum cumque quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Nesciunt enim quo minus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.496275"], ["updated_at", "2018-12-10 18:51:49.496275"], ["works_with_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://miller.net/odea.mraz"], ["description", "Et voluptates aut eius."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.519485"], ["updated_at", "2018-12-10 18:51:49.519485"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam molestiae id sed."], ["url", "http://champlin.io/shanae"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.523088"], ["updated_at", "2018-12-10 18:51:49.523088"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia nam aut officiis."], ["info_url", "http://ebert.net/gale"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.526454"], ["updated_at", "2018-12-10 18:51:49.526454"], ["developer_id", 24]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque laudantium consequatur totam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.527447"], ["updated_at", "2018-12-10 18:51:49.527447"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Et sunt sunt quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore dolorum placeat nostrum."], ["url", "http://hilpertpurdy.io/genoveva"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.531275"], ["updated_at", "2018-12-10 18:51:49.531275"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem cupiditate sit amet."], ["info_url", "http://torp.co/suk_considine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.533229"], ["updated_at", "2018-12-10 18:51:49.533229"], ["developer_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langoshcain.com/emile"], ["description", "Consequatur similique quis aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.537622"], ["updated_at", "2018-12-10 18:51:49.537622"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt numquam velit debitis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.538541"], ["updated_at", "2018-12-10 18:51:49.538541"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Animi doloribus incidunt qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hagenescrist.name/mohammad"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.541205"], ["updated_at", "2018-12-10 18:51:49.541205"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dare.info/arlette"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.542044"], ["updated_at", "2018-12-10 18:51:49.542044"], ["distributor_id", 9], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur hic quis et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.544715"], ["updated_at", "2018-12-10 18:51:49.544715"], ["app_id", 25], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Non rerum asperiores vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Voluptatibus necessitatibus possimus blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.546772"], ["updated_at", "2018-12-10 18:51:49.546772"], ["works_with_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nikolaus.biz/salome"], ["description", "Excepturi perspiciatis molestiae laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.554852"], ["updated_at", "2018-12-10 18:51:49.554852"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui est et illo."], ["url", "http://windlercummerata.co/werner"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.558873"], ["updated_at", "2018-12-10 18:51:49.558873"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel officia reiciendis quas."], ["info_url", "http://mohrgoodwin.net/branda_beer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.562563"], ["updated_at", "2018-12-10 18:51:49.562563"], ["developer_id", 26]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et recusandae qui quidem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.563746"], ["updated_at", "2018-12-10 18:51:49.563746"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Consectetur eum fugit inventore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Debitis quibusdam voluptatem voluptatem."], ["url", "http://schoen.org/genevieve"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.567857"], ["updated_at", "2018-12-10 18:51:49.567857"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel itaque inventore quasi."], ["info_url", "http://grimes.io/monique"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.569709"], ["updated_at", "2018-12-10 18:51:49.569709"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lehnerjohnson.co/karren_cremin"], ["description", "Alias ut error repellat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.573792"], ["updated_at", "2018-12-10 18:51:49.573792"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Soluta dolorem architecto possimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.574672"], ["updated_at", "2018-12-10 18:51:49.574672"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Doloribus quibusdam ut quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kovacek.name/phylicia"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.577251"], ["updated_at", "2018-12-10 18:51:49.577251"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoppe.org/arthur.vonrueden"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.578062"], ["updated_at", "2018-12-10 18:51:49.578062"], ["distributor_id", 10], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed dignissimos ut ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.580888"], ["updated_at", "2018-12-10 18:51:49.580888"], ["app_id", 27], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Iste excepturi quisquam voluptates."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Omnis et velit eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.583100"], ["updated_at", "2018-12-10 18:51:49.583100"], ["works_with_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schowalterhayes.net/hosea"], ["description", "Dolorem quia et qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.592248"], ["updated_at", "2018-12-10 18:51:49.592248"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit et eligendi aut."], ["url", "http://pacocha.biz/ambrose"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.595782"], ["updated_at", "2018-12-10 18:51:49.595782"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia et voluptatem accusamus."], ["info_url", "http://parisianharber.name/raphael"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.599056"], ["updated_at", "2018-12-10 18:51:49.599056"], ["developer_id", 28]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti enim porro dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.600087"], ["updated_at", "2018-12-10 18:51:49.600087"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Molestiae sit id dolorum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo vero iste inventore."], ["url", "http://kshlerin.biz/darron"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.603747"], ["updated_at", "2018-12-10 18:51:49.603747"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur et tenetur nihil."], ["info_url", "http://satterfield.name/palmer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.605544"], ["updated_at", "2018-12-10 18:51:49.605544"], ["developer_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heathcote.name/jonathan_cummings"], ["description", "Voluptatem voluptatem distinctio aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.610147"], ["updated_at", "2018-12-10 18:51:49.610147"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis dolorem voluptatem deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.611245"], ["updated_at", "2018-12-10 18:51:49.611245"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Voluptatem odio sunt vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sipes.biz/graig.strosin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.614673"], ["updated_at", "2018-12-10 18:51:49.614673"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hartmannwaters.com/nicky.lesch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.615649"], ["updated_at", "2018-12-10 18:51:49.615649"], ["distributor_id", 11], ["app_id", 29]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt officia et soluta."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.618516"], ["updated_at", "2018-12-10 18:51:49.618516"], ["app_id", 29], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Quia voluptas quis labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Reiciendis ea temporibus quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.620620"], ["updated_at", "2018-12-10 18:51:49.620620"], ["works_with_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schinner.io/filiberto_abbott"], ["description", "Quo rem quia ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.631255"], ["updated_at", "2018-12-10 18:51:49.631255"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequuntur voluptas blanditiis repellendus."], ["url", "http://cormier.co/parker.muller"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.634812"], ["updated_at", "2018-12-10 18:51:49.634812"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vitae enim accusamus aperiam."], ["info_url", "http://kiehn.biz/aida.weinat"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.638448"], ["updated_at", "2018-12-10 18:51:49.638448"], ["developer_id", 30]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed enim ullam fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.639734"], ["updated_at", "2018-12-10 18:51:49.639734"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Non numquam ea repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui suscipit consequatur facere."], ["url", "http://lind.io/jarrett"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.643584"], ["updated_at", "2018-12-10 18:51:49.643584"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere velit sit nemo."], ["info_url", "http://bechtelar.co/mi"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.645665"], ["updated_at", "2018-12-10 18:51:49.645665"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kaulke.name/arden_legros"], ["description", "Qui doloribus ratione omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.650162"], ["updated_at", "2018-12-10 18:51:49.650162"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas rerum veritatis fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.651092"], ["updated_at", "2018-12-10 18:51:49.651092"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Eum ipsum sed nemo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nader.io/thomas"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.653771"], ["updated_at", "2018-12-10 18:51:49.653771"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lynch.info/ma"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.654642"], ["updated_at", "2018-12-10 18:51:49.654642"], ["distributor_id", 12], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non enim necessitatibus molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.657219"], ["updated_at", "2018-12-10 18:51:49.657219"], ["app_id", 31], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Quae accusamus mollitia doloribus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Est dolorum nihil non."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.659355"], ["updated_at", "2018-12-10 18:51:49.659355"], ["works_with_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Corrupti repellat quaerat voluptatum.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Corrupti repellat quaerat voluptatum."], ["updated_at", "2018-12-10 18:51:49.667350"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lueilwitz.info/robbyn"], ["description", "Iure sint odit culpa."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.673635"], ["updated_at", "2018-12-10 18:51:49.673635"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Optio est dolore dolor."], ["url", "http://hegmann.co/hayden.wilderman"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.677368"], ["updated_at", "2018-12-10 18:51:49.677368"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officiis cum maiores quia."], ["info_url", "http://lebsack.info/laverne_quigley"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.681128"], ["updated_at", "2018-12-10 18:51:49.681128"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus qui officiis quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.682406"], ["updated_at", "2018-12-10 18:51:49.682406"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Dolorem modi deserunt in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum sed qui quam."], ["url", "http://pfannerstillkonopelski.org/serina.sanford"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.686029"], ["updated_at", "2018-12-10 18:51:49.686029"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt accusamus accusantium totam."], ["info_url", "http://kemmerreinger.info/zelma.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.687792"], ["updated_at", "2018-12-10 18:51:49.687792"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hegmann.biz/george_lang"], ["description", "Et magni est inventore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.692117"], ["updated_at", "2018-12-10 18:51:49.692117"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea voluptas laborum nisi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.693001"], ["updated_at", "2018-12-10 18:51:49.693001"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Et in quaerat unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walkerjerde.biz/deann"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.695732"], ["updated_at", "2018-12-10 18:51:49.695732"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hodkiewicz.com/shon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.696557"], ["updated_at", "2018-12-10 18:51:49.696557"], ["distributor_id", 13], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi quis tempore recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.699053"], ["updated_at", "2018-12-10 18:51:49.699053"], ["app_id", 33], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Facilis velit ipsa veniam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Eum ipsam porro vitae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.701168"], ["updated_at", "2018-12-10 18:51:49.701168"], ["works_with_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Et et sit qui.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Et et sit qui."], ["updated_at", "2018-12-10 18:51:49.709120"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herman.biz/daryl"], ["description", "Perspiciatis id minima accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.714451"], ["updated_at", "2018-12-10 18:51:49.714451"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minus maxime id repudiandae."], ["url", "http://macgyver.com/gordon.hand"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.717957"], ["updated_at", "2018-12-10 18:51:49.717957"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur sequi cum perferendis."], ["info_url", "http://franeckiwiza.com/kris"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.721373"], ["updated_at", "2018-12-10 18:51:49.721373"], ["developer_id", 34]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem deserunt facilis et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.722590"], ["updated_at", "2018-12-10 18:51:49.722590"], ["app_id", 34], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Qui quo perferendis officiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est expedita aut molestias."], ["url", "http://auerkiehn.co/monroe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.726539"], ["updated_at", "2018-12-10 18:51:49.726539"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam omnis impedit qui."], ["info_url", "http://balistrerimoore.io/parker_lindgren"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.728797"], ["updated_at", "2018-12-10 18:51:49.728797"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://conn.info/corrie.bosco"], ["description", "Ut non odio labore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.733331"], ["updated_at", "2018-12-10 18:51:49.733331"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi repellendus similique ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.734290"], ["updated_at", "2018-12-10 18:51:49.734290"], ["app_id", 35], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Ut explicabo aut est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gorczany.com/edgar"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.737137"], ["updated_at", "2018-12-10 18:51:49.737137"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prosaccocummings.info/mike_hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.737995"], ["updated_at", "2018-12-10 18:51:49.737995"], ["distributor_id", 14], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur a possimus laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.740565"], ["updated_at", "2018-12-10 18:51:49.740565"], ["app_id", 35], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Aperiam perspiciatis labore ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Voluptatem cum laudantium sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.742750"], ["updated_at", "2018-12-10 18:51:49.742750"], ["works_with_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Rerum adipisci ut voluptas.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Rerum adipisci ut voluptas."], ["updated_at", "2018-12-10 18:51:49.750331"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kemmer.info/anthony_macejkovic"], ["description", "Sunt consequatur placeat similique."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.779287"], ["updated_at", "2018-12-10 18:51:49.779287"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus sint eum voluptates."], ["url", "http://littelgutkowski.co/cole"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.782889"], ["updated_at", "2018-12-10 18:51:49.782889"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellat maiores occaecati tenetur."], ["info_url", "http://handschulist.net/jamison"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.786188"], ["updated_at", "2018-12-10 18:51:49.786188"], ["developer_id", 36]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi optio a autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.787165"], ["updated_at", "2018-12-10 18:51:49.787165"], ["app_id", 36], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Omnis beatae et aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia nostrum non nihil."], ["url", "http://schmitt.com/fritz_schamberger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.791026"], ["updated_at", "2018-12-10 18:51:49.791026"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis suscipit ducimus cum."], ["info_url", "http://wisoky.name/ali_schultz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.792870"], ["updated_at", "2018-12-10 18:51:49.792870"], ["developer_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mante.info/carlyn.bernhard"], ["description", "Velit perferendis dolorum cumque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.797067"], ["updated_at", "2018-12-10 18:51:49.797067"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum neque ea eius."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.797894"], ["updated_at", "2018-12-10 18:51:49.797894"], ["app_id", 37], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Nemo nihil consequatur maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://monahan.name/deja"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.800743"], ["updated_at", "2018-12-10 18:51:49.800743"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pollich.com/vernice_bednar"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.801631"], ["updated_at", "2018-12-10 18:51:49.801631"], ["distributor_id", 15], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel corporis aut libero."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.804313"], ["updated_at", "2018-12-10 18:51:49.804313"], ["app_id", 37], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Voluptatem vel quaerat qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatibus iusto est aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.809348"], ["updated_at", "2018-12-10 18:51:49.809348"], ["works_with_id", 52], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Velit ad blanditiis quae."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Perspiciatis molestiae libero veniam."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:49.813935"], ["updated_at", "2018-12-10 18:51:49.813935"], ["testimonial_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.3ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmidt.net/alonso"], ["description", "Est magni perferendis in."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.838798"], ["updated_at", "2018-12-10 18:51:49.838798"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi soluta voluptatibus ut."], ["url", "http://herzog.info/johnny"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.842314"], ["updated_at", "2018-12-10 18:51:49.842314"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et nobis quidem laudantium."], ["info_url", "http://leffler.net/jacob"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.845689"], ["updated_at", "2018-12-10 18:51:49.845689"], ["developer_id", 38]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur praesentium qui mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.846673"], ["updated_at", "2018-12-10 18:51:49.846673"], ["app_id", 38], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Cumque delectus nihil non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure unde eum molestias."], ["url", "http://purdydooley.info/camille"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.850397"], ["updated_at", "2018-12-10 18:51:49.850397"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam ullam aut molestiae."], ["info_url", "http://steuber.name/carey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.852168"], ["updated_at", "2018-12-10 18:51:49.852168"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schaefer.io/reta_zemlak"], ["description", "Occaecati et molestiae ex."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.856220"], ["updated_at", "2018-12-10 18:51:49.856220"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut non eaque facere."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.857104"], ["updated_at", "2018-12-10 18:51:49.857104"], ["app_id", 39], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Autem voluptas voluptas assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lakin.io/harvey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.859579"], ["updated_at", "2018-12-10 18:51:49.859579"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hickle.io/wally_frami"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.860335"], ["updated_at", "2018-12-10 18:51:49.860335"], ["distributor_id", 16], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis earum quia omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.862633"], ["updated_at", "2018-12-10 18:51:49.862633"], ["app_id", 39], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Cupiditate vel cumque eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et non eos sunt."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.865238"], ["updated_at", "2018-12-10 18:51:49.865238"], ["works_with_id", 55], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Iusto repellat optio ullam."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Totam quis harum aut."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:49.867434"], ["updated_at", "2018-12-10 18:51:49.867434"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schadenhane.name/donn"], ["description", "Commodi ea omnis dolore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.879637"], ["updated_at", "2018-12-10 18:51:49.879637"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint cupiditate qui sequi."], ["url", "http://heathcote.org/olga"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.883561"], ["updated_at", "2018-12-10 18:51:49.883561"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem voluptatem repellat mollitia."], ["info_url", "http://sanfordbechtelar.net/jeanette"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.886993"], ["updated_at", "2018-12-10 18:51:49.886993"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores nulla et temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.887988"], ["updated_at", "2018-12-10 18:51:49.887988"], ["app_id", 40], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Et est dicta impedit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem perferendis rem facilis."], ["url", "http://pacocha.io/blanca"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.891743"], ["updated_at", "2018-12-10 18:51:49.891743"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe numquam rerum facilis."], ["info_url", "http://ziemann.biz/lovetta.reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.893585"], ["updated_at", "2018-12-10 18:51:49.893585"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blick.biz/january"], ["description", "Explicabo nihil architecto cumque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.897744"], ["updated_at", "2018-12-10 18:51:49.897744"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit vero perferendis ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.898584"], ["updated_at", "2018-12-10 18:51:49.898584"], ["app_id", 41], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Labore quasi vero earum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collierabshire.info/destiny.simonis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.901316"], ["updated_at", "2018-12-10 18:51:49.901316"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kreigerlemke.name/antione.kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.902198"], ["updated_at", "2018-12-10 18:51:49.902198"], ["distributor_id", 17], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed sapiente voluptatem ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.904732"], ["updated_at", "2018-12-10 18:51:49.904732"], ["app_id", 41], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Iure accusantium necessitatibus recusandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Laudantium perferendis omnis atque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.907592"], ["updated_at", "2018-12-10 18:51:49.907592"], ["works_with_id", 58], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ea praesentium accusamus architecto."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Pariatur quidem voluptas ullam."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:49.909781"], ["updated_at", "2018-12-10 18:51:49.909781"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://berge.co/roselia"], ["description", "Pariatur et reiciendis sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.918914"], ["updated_at", "2018-12-10 18:51:49.918914"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut tempore expedita vitae."], ["url", "http://sipes.info/jarred_corkery"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.922666"], ["updated_at", "2018-12-10 18:51:49.922666"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem earum exercitationem saepe."], ["info_url", "http://gerlach.net/steven"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.926436"], ["updated_at", "2018-12-10 18:51:49.926436"], ["developer_id", 42]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni repellat esse error."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.927717"], ["updated_at", "2018-12-10 18:51:49.927717"], ["app_id", 42], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Hic libero eum et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatibus voluptas nulla nihil."], ["url", "http://hartmannlakin.net/kurt"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.931795"], ["updated_at", "2018-12-10 18:51:49.931795"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officiis non amet et."], ["info_url", "http://beckerkling.info/corey.harris"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.933814"], ["updated_at", "2018-12-10 18:51:49.933814"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutkowski.biz/corrina_schamberger"], ["description", "Aut quia vitae aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.938573"], ["updated_at", "2018-12-10 18:51:49.938573"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos sequi sapiente quod."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.939559"], ["updated_at", "2018-12-10 18:51:49.939559"], ["app_id", 43], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Enim qui voluptas et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tremblay.biz/ty"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.942363"], ["updated_at", "2018-12-10 18:51:49.942363"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ankundingratke.com/alanna_huels"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.943265"], ["updated_at", "2018-12-10 18:51:49.943265"], ["distributor_id", 18], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic sed quisquam numquam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.945991"], ["updated_at", "2018-12-10 18:51:49.945991"], ["app_id", 43], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Est ut qui animi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Dolores perspiciatis quasi minus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.948925"], ["updated_at", "2018-12-10 18:51:49.948925"], ["works_with_id", 61], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nesciunt repellendus aspernatur occaecati."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quisquam commodi est qui."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:49.951333"], ["updated_at", "2018-12-10 18:51:49.951333"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swaniawski.io/leisa"], ["description", "Atque sed et ad."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.962822"], ["updated_at", "2018-12-10 18:51:49.962822"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magni officiis non id."], ["url", "http://hackett.info/nelda"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.966548"], ["updated_at", "2018-12-10 18:51:49.966548"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni sapiente quidem ut."], ["info_url", "http://wehnerthompson.co/ezra"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.970070"], ["updated_at", "2018-12-10 18:51:49.970070"], ["developer_id", 44]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum consequatur quibusdam nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.971080"], ["updated_at", "2018-12-10 18:51:49.971080"], ["app_id", 44], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Aut est qui mollitia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore aut expedita nisi."], ["url", "http://leffler.co/wilmer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.974636"], ["updated_at", "2018-12-10 18:51:49.974636"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo et et suscipit."], ["info_url", "http://beerbechtelar.biz/hoyt_williamson"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.976354"], ["updated_at", "2018-12-10 18:51:49.976354"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swaniawski.net/benton_okeefe"], ["description", "Ratione dolorum modi in."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.980686"], ["updated_at", "2018-12-10 18:51:49.980686"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id ipsam quaerat et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.981635"], ["updated_at", "2018-12-10 18:51:49.981635"], ["app_id", 45], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Ducimus quos nobis magni."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mckenzie.biz/roland"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.984339"], ["updated_at", "2018-12-10 18:51:49.984339"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hane.io/pok.pagac"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.985139"], ["updated_at", "2018-12-10 18:51:49.985139"], ["distributor_id", 19], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit qui aliquid vel."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.987808"], ["updated_at", "2018-12-10 18:51:49.987808"], ["app_id", 45], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Debitis optio porro expedita."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Omnis aut perferendis repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:49.990773"], ["updated_at", "2018-12-10 18:51:49.990773"], ["works_with_id", 64], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sit reiciendis recusandae eum."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ipsum consequuntur itaque in."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:49.993061"], ["updated_at", "2018-12-10 18:51:49.993061"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Aliquam voluptate quibusdam vero.", "image_url"=>"http://funk.org/seth.cartwright", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Aliquam voluptate quibusdam vero."], ["updated_at", "2018-12-10 18:51:50.003667"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 10ms (ActiveRecord: 1.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beierwitting.biz/theodore"], ["description", "Quas id sit libero."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.011463"], ["updated_at", "2018-12-10 18:51:50.011463"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto minima aut quo."], ["url", "http://gutkowskihermiston.co/fidela.cormier"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.015250"], ["updated_at", "2018-12-10 18:51:50.015250"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem amet iusto eveniet."], ["info_url", "http://nolan.info/will"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.018799"], ["updated_at", "2018-12-10 18:51:50.018799"], ["developer_id", 46]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt qui laboriosam praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.019947"], ["updated_at", "2018-12-10 18:51:50.019947"], ["app_id", 46], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Asperiores non nam rem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam excepturi doloribus dolores."], ["url", "http://dooley.net/kirk"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.023695"], ["updated_at", "2018-12-10 18:51:50.023695"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia molestias id rem."], ["info_url", "http://grimes.name/gregory"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.025476"], ["updated_at", "2018-12-10 18:51:50.025476"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kovacek.io/ja.bednar"], ["description", "Voluptatem itaque expedita ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.029621"], ["updated_at", "2018-12-10 18:51:50.029621"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium vel vitae et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.030596"], ["updated_at", "2018-12-10 18:51:50.030596"], ["app_id", 47], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Consequatur sequi voluptas qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://orn.com/celsa_bruen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.033521"], ["updated_at", "2018-12-10 18:51:50.033521"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kirlin.com/lucas"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.034525"], ["updated_at", "2018-12-10 18:51:50.034525"], ["distributor_id", 20], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem cumque quia ad."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.037323"], ["updated_at", "2018-12-10 18:51:50.037323"], ["app_id", 47], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Quos est vel unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eligendi nulla consequatur ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.040456"], ["updated_at", "2018-12-10 18:51:50.040456"], ["works_with_id", 67], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Impedit est quidem temporibus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ipsam optio esse laborum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:50.042914"], ["updated_at", "2018-12-10 18:51:50.042914"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Est porro ipsam soluta.", "image_url"=>"http://rutherford.co/wan_labadie", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Est porro ipsam soluta."], ["updated_at", "2018-12-10 18:51:50.052493"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/6 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rath.name/roxy"], ["description", "Voluptas vero maxime quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.060418"], ["updated_at", "2018-12-10 18:51:50.060418"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit dolorum tempore mollitia."], ["url", "http://gutkowski.com/stephan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.064599"], ["updated_at", "2018-12-10 18:51:50.064599"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo provident ipsum minus."], ["info_url", "http://wittingkemmer.biz/cathleen.oconnell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.068095"], ["updated_at", "2018-12-10 18:51:50.068095"], ["developer_id", 48]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor dolore voluptate aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.069137"], ["updated_at", "2018-12-10 18:51:50.069137"], ["app_id", 48], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Tempore perspiciatis non ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est et vel aspernatur."], ["url", "http://raynorhuels.org/freeman.fisher"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.072826"], ["updated_at", "2018-12-10 18:51:50.072826"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores excepturi reiciendis consequatur."], ["info_url", "http://schaden.name/trevor"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.074609"], ["updated_at", "2018-12-10 18:51:50.074609"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langosh.io/roderick"], ["description", "Nisi delectus ad dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.079022"], ["updated_at", "2018-12-10 18:51:50.079022"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias et nesciunt voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.079965"], ["updated_at", "2018-12-10 18:51:50.079965"], ["app_id", 49], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Quasi omnis sit neque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://veum.info/cristopher.kohler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.082651"], ["updated_at", "2018-12-10 18:51:50.082651"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vonruedenkeeling.org/margret.boyle"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.083576"], ["updated_at", "2018-12-10 18:51:50.083576"], ["distributor_id", 21], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi accusamus et ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.086211"], ["updated_at", "2018-12-10 18:51:50.086211"], ["app_id", 49], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Tempore aut iste quisquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Maiores voluptatem deserunt quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.089213"], ["updated_at", "2018-12-10 18:51:50.089213"], ["works_with_id", 70], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quod ut et nobis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Accusamus ratione dolorum optio."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 18:51:50.091543"], ["updated_at", "2018-12-10 18:51:50.091543"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Molestias aut minus dolore.", "image_url"=>"http://flatleybeahan.info/carter", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Molestias aut minus dolore."], ["updated_at", "2018-12-10 18:51:50.101041"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/7 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://king.co/erline.bode"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.106708"], ["updated_at", "2018-12-10 18:51:50.106708"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci totam amet sed."], ["url", "http://altenwerth.co/daron_hickle"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.110635"], ["updated_at", "2018-12-10 18:51:50.110635"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nostrum vitae suscipit nihil."], ["info_url", "http://ferryward.co/twana.howe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.114193"], ["updated_at", "2018-12-10 18:51:50.114193"], ["developer_id", 50]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hirthe.name/daina"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.115383"], ["updated_at", "2018-12-10 18:51:50.115383"], ["distributor_id", 22], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore in harum autem."], ["url", "http://prohaska.net/hanh.crist"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.119225"], ["updated_at", "2018-12-10 18:51:50.119225"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum et voluptatibus recusandae."], ["info_url", "http://auerwitting.io/margrett.mante"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.121126"], ["updated_at", "2018-12-10 18:51:50.121126"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kihn.net/monte_kutch"], ["description", "Sint dolores aut saepe."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.126016"], ["updated_at", "2018-12-10 18:51:50.126016"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi eius eos vel."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.127125"], ["updated_at", "2018-12-10 18:51:50.127125"], ["app_id", 51], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Et ex nesciunt laboriosam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strackegrant.org/warner"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.130146"], ["updated_at", "2018-12-10 18:51:50.130146"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kozeyfahey.org/chad_stark"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.131131"], ["updated_at", "2018-12-10 18:51:50.131131"], ["distributor_id", 23], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weberhegmann.biz/albert"], ["description", "Aut error asperiores velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.193371"], ["updated_at", "2018-12-10 18:51:50.193371"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reiciendis minima consequatur consequatur."], ["url", "http://kilback.biz/doug"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.197157"], ["updated_at", "2018-12-10 18:51:50.197157"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa non possimus quae."], ["info_url", "http://luettgen.io/ruben"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.200656"], ["updated_at", "2018-12-10 18:51:50.200656"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus accusantium labore mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.201835"], ["updated_at", "2018-12-10 18:51:50.201835"], ["app_id", 52], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Non voluptate dignissimos occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Modi aut et dolores."], ["url", "http://prosacco.net/rayna"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.205559"], ["updated_at", "2018-12-10 18:51:50.205559"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis accusantium et recusandae."], ["info_url", "http://grimes.co/grover"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.207357"], ["updated_at", "2018-12-10 18:51:50.207357"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bayerwiegand.net/velma"], ["description", "Est aliquam doloribus quia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.211688"], ["updated_at", "2018-12-10 18:51:50.211688"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat asperiores et ad."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.212701"], ["updated_at", "2018-12-10 18:51:50.212701"], ["app_id", 53], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Quas hic sint ipsam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rathgleason.info/tomoko_deckow"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.215489"], ["updated_at", "2018-12-10 18:51:50.215489"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wolff.io/clement.mcclure"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.216506"], ["updated_at", "2018-12-10 18:51:50.216506"], ["distributor_id", 24], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui aliquid quia eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.219199"], ["updated_at", "2018-12-10 18:51:50.219199"], ["app_id", 53], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Dignissimos sed culpa ut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schneider.io/rebecka_schultz"], ["description", "Fugit consequatur quis dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.252256"], ["updated_at", "2018-12-10 18:51:50.252256"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero aliquid mollitia cumque."], ["url", "http://schmittcummings.biz/jody"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.255944"], ["updated_at", "2018-12-10 18:51:50.255944"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et maiores nulla quidem."], ["info_url", "http://bogan.io/oma"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.259458"], ["updated_at", "2018-12-10 18:51:50.259458"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum rerum iusto et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.260573"], ["updated_at", "2018-12-10 18:51:50.260573"], ["app_id", 54], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Ducimus molestiae sed odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iste molestias autem blanditiis."], ["url", "http://hauckbaumbach.co/jed"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.264493"], ["updated_at", "2018-12-10 18:51:50.264493"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod consequatur corrupti quas."], ["info_url", "http://hermiston.name/ruben_armstrong"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.266861"], ["updated_at", "2018-12-10 18:51:50.266861"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcdermott.io/valeria_damore"], ["description", "Id distinctio atque aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.271209"], ["updated_at", "2018-12-10 18:51:50.271209"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum ea magni amet."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.272102"], ["updated_at", "2018-12-10 18:51:50.272102"], ["app_id", 55], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Illo voluptate dolore pariatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kubkirlin.name/christi.collier"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.274723"], ["updated_at", "2018-12-10 18:51:50.274723"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://streichrempel.info/zonia_kertzmann"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.275484"], ["updated_at", "2018-12-10 18:51:50.275484"], ["distributor_id", 25], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente qui in autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.277978"], ["updated_at", "2018-12-10 18:51:50.277978"], ["app_id", 55], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Neque et esse accusamus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"77"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ondricka.org/neal.kertzmann"], ["description", "Doloremque officiis deleniti rem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.287676"], ["updated_at", "2018-12-10 18:51:50.287676"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat quas saepe qui."], ["url", "http://darecarroll.io/rodrigo"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.291195"], ["updated_at", "2018-12-10 18:51:50.291195"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque quis iure hic."], ["info_url", "http://rosenbaum.org/lynsey.hoeger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.294497"], ["updated_at", "2018-12-10 18:51:50.294497"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ratione odit et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.295465"], ["updated_at", "2018-12-10 18:51:50.295465"], ["app_id", 56], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Error et ad magni."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus error fugiat non."], ["url", "http://ziemann.io/emilee_bernier"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.299021"], ["updated_at", "2018-12-10 18:51:50.299021"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id molestias fugiat ullam."], ["info_url", "http://glover.co/monte_homenick"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.300812"], ["updated_at", "2018-12-10 18:51:50.300812"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://simonis.net/erick"], ["description", "Eos nam perspiciatis sint."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.304912"], ["updated_at", "2018-12-10 18:51:50.304912"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae est sed ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.305828"], ["updated_at", "2018-12-10 18:51:50.305828"], ["app_id", 57], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Ea fugiat dolor odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://vonruedenvolkman.net/efren.schneider"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.308436"], ["updated_at", "2018-12-10 18:51:50.308436"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconnell.io/mckinley_moen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.309289"], ["updated_at", "2018-12-10 18:51:50.309289"], ["distributor_id", 26], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia est adipisci ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.311828"], ["updated_at", "2018-12-10 18:51:50.311828"], ["app_id", 57], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Ut maiores ea voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"80"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moenpurdy.com/rhiannon_sipes"], ["description", "Consequatur et sed odio."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.319199"], ["updated_at", "2018-12-10 18:51:50.319199"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non ut aliquid saepe."], ["url", "http://hoeger.biz/darren.mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.322970"], ["updated_at", "2018-12-10 18:51:50.322970"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et totam optio laboriosam."], ["info_url", "http://ruecker.com/melania"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.326563"], ["updated_at", "2018-12-10 18:51:50.326563"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus a laudantium vitae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.327699"], ["updated_at", "2018-12-10 18:51:50.327699"], ["app_id", 58], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Quis a exercitationem delectus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error voluptatum est optio."], ["url", "http://lang.io/angelena.auer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.331704"], ["updated_at", "2018-12-10 18:51:50.331704"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem numquam consequatur aliquam."], ["info_url", "http://franecki.org/elina.hilpert"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.334135"], ["updated_at", "2018-12-10 18:51:50.334135"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reynolds.name/bo.schimmel"], ["description", "Sequi doloribus et ratione."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.338647"], ["updated_at", "2018-12-10 18:51:50.338647"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora beatae dolor sed."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.339576"], ["updated_at", "2018-12-10 18:51:50.339576"], ["app_id", 59], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Unde ab facilis voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://auerbode.net/brant_fadel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.342649"], ["updated_at", "2018-12-10 18:51:50.342649"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondricka.org/jenine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.343830"], ["updated_at", "2018-12-10 18:51:50.343830"], ["distributor_id", 27], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui dicta vel voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.346511"], ["updated_at", "2018-12-10 18:51:50.346511"], ["app_id", 59], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Voluptas ipsum animi facere."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"83"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 83], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://swaniawski.com/sharda.hermiston"], ["description", "Sit quia ut earum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.367350"], ["updated_at", "2018-12-10 18:51:50.367350"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Pariatur neque unde possimus."], ["url", "http://ernser.info/britany"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.370675"], ["updated_at", "2018-12-10 18:51:50.370675"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto qui aliquam praesentium."], ["info_url", "http://lowe.net/lauren"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.373759"], ["updated_at", "2018-12-10 18:51:50.373759"], ["developer_id", 60]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur error et dolore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.374716"], ["updated_at", "2018-12-10 18:51:50.374716"], ["app_id", 60], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Qui necessitatibus illum odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est quas fugiat dolores."], ["url", "http://conroykshlerin.co/gabriel_kshlerin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.378074"], ["updated_at", "2018-12-10 18:51:50.378074"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Explicabo nihil labore occaecati."], ["info_url", "http://leuschke.io/julio"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.379974"], ["updated_at", "2018-12-10 18:51:50.379974"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://legros.info/veronica_friesen"], ["description", "Voluptatum amet facere eveniet."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.384348"], ["updated_at", "2018-12-10 18:51:50.384348"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit sint illo ea."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.385526"], ["updated_at", "2018-12-10 18:51:50.385526"], ["app_id", 61], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Saepe qui laboriosam optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hegmann.biz/tiera_mitchell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.388178"], ["updated_at", "2018-12-10 18:51:50.388178"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cartwright.org/voncile_waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.389005"], ["updated_at", "2018-12-10 18:51:50.389005"], ["distributor_id", 28], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt quae eum velit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.391403"], ["updated_at", "2018-12-10 18:51:50.391403"], ["app_id", 61], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Ut voluptatem occaecati dolorum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Consequatur numquam rerum ex.", "is_live"=>"true", "promo_image_url"=>"http://boyle.com/hong", "promo_text"=>"Incidunt amet sequi et.", "title"=>"works_with_title"}, "id"=>"86"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 86], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Consequatur numquam rerum ex."], ["promo_image_url", nil], ["promo_text", "Incidunt amet sequi et."], ["updated_at", "2018-12-10 18:51:50.399083"], ["id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/86 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parisianfadel.io/clint"], ["description", "Repellat odit aspernatur non."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.405067"], ["updated_at", "2018-12-10 18:51:50.405067"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Optio maiores deserunt omnis."], ["url", "http://keler.biz/kenyetta_oreilly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.408488"], ["updated_at", "2018-12-10 18:51:50.408488"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Libero dolor voluptate et."], ["info_url", "http://maggio.io/garnett"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.412016"], ["updated_at", "2018-12-10 18:51:50.412016"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti sed officia quod."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.413393"], ["updated_at", "2018-12-10 18:51:50.413393"], ["app_id", 62], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Aliquam molestiae sapiente quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est nihil deleniti dolores."], ["url", "http://mclaughlinwisozk.com/vella_donnelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.417751"], ["updated_at", "2018-12-10 18:51:50.417751"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Itaque aut doloribus voluptatibus."], ["info_url", "http://schoen.co/lyndon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.420097"], ["updated_at", "2018-12-10 18:51:50.420097"], ["developer_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergstrom.info/eustolia"], ["description", "Voluptas tempore libero quis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.424621"], ["updated_at", "2018-12-10 18:51:50.424621"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor ratione molestiae et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.425678"], ["updated_at", "2018-12-10 18:51:50.425678"], ["app_id", 63], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Et voluptatem molestiae quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schoen.io/tristan_macejkovic"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.428536"], ["updated_at", "2018-12-10 18:51:50.428536"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://botsford.net/tiffiny_powlowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.429404"], ["updated_at", "2018-12-10 18:51:50.429404"], ["distributor_id", 29], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat facere qui vero."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.431988"], ["updated_at", "2018-12-10 18:51:50.431988"], ["app_id", 63], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Culpa et libero eaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Libero optio labore velit.", "is_live"=>"true", "promo_image_url"=>"http://satterfield.name/chun", "promo_text"=>"Dolor iste quisquam voluptates.", "title"=>"works_with_title"}, "id"=>"89"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Libero optio labore velit."], ["promo_image_url", nil], ["promo_text", "Dolor iste quisquam voluptates."], ["updated_at", "2018-12-10 18:51:50.440272"], ["id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/89 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bruen.biz/kaci"], ["description", "Modi eos blanditiis veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.446812"], ["updated_at", "2018-12-10 18:51:50.446812"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Praesentium explicabo pariatur mollitia."], ["url", "http://swaniawski.biz/dirk.batz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.451207"], ["updated_at", "2018-12-10 18:51:50.451207"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore velit repellat autem."], ["info_url", "http://block.io/avril"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.454859"], ["updated_at", "2018-12-10 18:51:50.454859"], ["developer_id", 64]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio sit vero quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.455878"], ["updated_at", "2018-12-10 18:51:50.455878"], ["app_id", 64], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Eius sint ut possimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis nihil ut sed."], ["url", "http://white.biz/maryetta"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.459475"], ["updated_at", "2018-12-10 18:51:50.459475"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Impedit est eum et."], ["info_url", "http://bayer.co/fermin_stracke"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.461224"], ["updated_at", "2018-12-10 18:51:50.461224"], ["developer_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kerluke.net/tuyet"], ["description", "Voluptatibus animi et rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.465391"], ["updated_at", "2018-12-10 18:51:50.465391"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam animi vel nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.466298"], ["updated_at", "2018-12-10 18:51:50.466298"], ["app_id", 65], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Sint hic accusantium doloribus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rippin.org/dorian.klocko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.468891"], ["updated_at", "2018-12-10 18:51:50.468891"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://toy.org/elbert"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.469718"], ["updated_at", "2018-12-10 18:51:50.469718"], ["distributor_id", 30], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident iusto ipsum quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.472253"], ["updated_at", "2018-12-10 18:51:50.472253"], ["app_id", 65], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Laudantium iure qui pariatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Esse cupiditate illo nihil.", "is_live"=>"true", "promo_image_url"=>"http://mullerharvey.org/tyler", "promo_text"=>"Laboriosam sed et ipsam.", "title"=>"works_with_title"}, "id"=>"92"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Esse cupiditate illo nihil."], ["promo_image_url", nil], ["promo_text", "Laboriosam sed et ipsam."], ["updated_at", "2018-12-10 18:51:50.479824"], ["id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/92 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jonesbecker.name/aaron.dach"], ["description", "Dolor laudantium et rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.485541"], ["updated_at", "2018-12-10 18:51:50.485541"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda et voluptatem occaecati."], ["url", "http://wilderman.net/meliia"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.489080"], ["updated_at", "2018-12-10 18:51:50.489080"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aperiam maxime et nihil."], ["info_url", "http://wuckertpredovic.com/carter_balistreri"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.492261"], ["updated_at", "2018-12-10 18:51:50.492261"], ["developer_id", 66]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quaerat molestiae aut cum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.493358"], ["updated_at", "2018-12-10 18:51:50.493358"], ["app_id", 66], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Qui beatae nihil doloribus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut veritatis esse labore."], ["url", "http://kunze.biz/lang.stehr"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.497369"], ["updated_at", "2018-12-10 18:51:50.497369"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam debitis accusantium nisi."], ["info_url", "http://okeefe.name/barry_klocko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.499911"], ["updated_at", "2018-12-10 18:51:50.499911"], ["developer_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://klingkunde.biz/shanice_shanahan"], ["description", "Vitae et repellendus molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.504706"], ["updated_at", "2018-12-10 18:51:50.504706"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores error voluptas illum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.505737"], ["updated_at", "2018-12-10 18:51:50.505737"], ["app_id", 67], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Consectetur qui mollitia ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://macgyver.name/yasuko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.508450"], ["updated_at", "2018-12-10 18:51:50.508450"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://framithiel.name/bonnie.veum"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.509271"], ["updated_at", "2018-12-10 18:51:50.509271"], ["distributor_id", 31], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At culpa sed qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.511743"], ["updated_at", "2018-12-10 18:51:50.511743"], ["app_id", 67], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Quisquam quod nobis enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stark.org/elanor.tillman"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.516941"], ["updated_at", "2018-12-10 18:51:50.516941"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat aliquam qui molestiae."], ["url", "http://hicklewyman.co/crista"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.520646"], ["updated_at", "2018-12-10 18:51:50.520646"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non sapiente voluptatem voluptatibus."], ["info_url", "http://powlowski.name/sandy_batz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.523564"], ["updated_at", "2018-12-10 18:51:50.523564"], ["developer_id", 68]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lebsack.name/jacob_reichel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.524553"], ["updated_at", "2018-12-10 18:51:50.524553"], ["distributor_id", 32], ["app_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error harum vel iste."], ["url", "http://johns.biz/emily.rau"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.528091"], ["updated_at", "2018-12-10 18:51:50.528091"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo vitae voluptas quia."], ["info_url", "http://kaulkedicki.name/rosendo.simonis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.529995"], ["updated_at", "2018-12-10 18:51:50.529995"], ["developer_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jerde.info/lazaro"], ["description", "Sed aut voluptates officia."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.534899"], ["updated_at", "2018-12-10 18:51:50.534899"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum doloribus ipsum nemo."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.536039"], ["updated_at", "2018-12-10 18:51:50.536039"], ["app_id", 69], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Expedita eaque rerum sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://vonruedenmayer.org/hugh"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.539014"], ["updated_at", "2018-12-10 18:51:50.539014"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leffler.biz/brice"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.539897"], ["updated_at", "2018-12-10 18:51:50.539897"], ["distributor_id", 33], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuvaliscain.org/lamont"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.541722"], ["updated_at", "2018-12-10 18:51:50.541722"], ["distributor_id", 32], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://hodkiewiczkris.io/hsiu.bernier"}, "id"=>"34"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://hodkiewiczkris.io/hsiu.bernier"], ["updated_at", "2018-12-10 18:51:50.551267"], ["id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/34 Completed 302 Found in 8ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walshjakubowski.io/arica_corkery"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.556689"], ["updated_at", "2018-12-10 18:51:50.556689"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi neque voluptatum est."], ["url", "http://ruel.name/malcolm.jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.560136"], ["updated_at", "2018-12-10 18:51:50.560136"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores autem et repellendus."], ["info_url", "http://haag.org/karly_kutch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.562813"], ["updated_at", "2018-12-10 18:51:50.562813"], ["developer_id", 70]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://romaguera.org/thalia.conn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.563808"], ["updated_at", "2018-12-10 18:51:50.563808"], ["distributor_id", 34], ["app_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sapiente omnis at omnis."], ["url", "http://koch.biz/katharina"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.567491"], ["updated_at", "2018-12-10 18:51:50.567491"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus cum et deleniti."], ["info_url", "http://torphy.org/buck"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.569323"], ["updated_at", "2018-12-10 18:51:50.569323"], ["developer_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://romaguerahermiston.org/cletus"], ["description", "Iste saepe praesentium id."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.573542"], ["updated_at", "2018-12-10 18:51:50.573542"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et facilis nemo eius."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.574463"], ["updated_at", "2018-12-10 18:51:50.574463"], ["app_id", 71], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Quasi facere amet incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://whitelangosh.org/sal"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.577591"], ["updated_at", "2018-12-10 18:51:50.577591"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://roob.co/virgil"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.578719"], ["updated_at", "2018-12-10 18:51:50.578719"], ["distributor_id", 35], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://feest.net/rodney_denesik"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.580534"], ["updated_at", "2018-12-10 18:51:50.580534"], ["distributor_id", 34], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://fahey.org/jaime"}, "id"=>"37"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://fahey.org/jaime"], ["updated_at", "2018-12-10 18:51:50.588391"], ["id", 37]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/37 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runte.com/jerica"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.594741"], ["updated_at", "2018-12-10 18:51:50.594741"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vitae velit dolor excepturi."], ["url", "http://stehr.biz/jarrod_oconnell"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.598320"], ["updated_at", "2018-12-10 18:51:50.598320"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ad vitae eos ullam."], ["info_url", "http://kirlingorczany.com/clarence.hansen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.601154"], ["updated_at", "2018-12-10 18:51:50.601154"], ["developer_id", 72]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://legroszulauf.org/keila"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.602202"], ["updated_at", "2018-12-10 18:51:50.602202"], ["distributor_id", 36], ["app_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo pariatur voluptatem excepturi."], ["url", "http://tillman.com/tristan_hills"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.605493"], ["updated_at", "2018-12-10 18:51:50.605493"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui voluptatem provident illum."], ["info_url", "http://mann.name/odis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.607249"], ["updated_at", "2018-12-10 18:51:50.607249"], ["developer_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://willms.org/mike"], ["description", "Expedita laudantium fugit doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.611453"], ["updated_at", "2018-12-10 18:51:50.611453"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut ullam hic placeat."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.612264"], ["updated_at", "2018-12-10 18:51:50.612264"], ["app_id", 73], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Qui qui quos modi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmidt.biz/florencia_green"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.614898"], ["updated_at", "2018-12-10 18:51:50.614898"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://morar.co/christian"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.615703"], ["updated_at", "2018-12-10 18:51:50.615703"], ["distributor_id", 37], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ledner.name/june.balistreri"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.617391"], ["updated_at", "2018-12-10 18:51:50.617391"], ["distributor_id", 36], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://connellyadams.biz/felisha"}, "id"=>"40"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://connellyadams.biz/felisha"], ["updated_at", "2018-12-10 18:51:50.624235"], ["id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/40 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reichert.com/deie_dooley"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.630288"], ["updated_at", "2018-12-10 18:51:50.630288"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Asperiores esse delectus voluptatem."], ["url", "http://dubuque.name/herlinda_kertzmann"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.633851"], ["updated_at", "2018-12-10 18:51:50.633851"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vitae quibusdam molestiae dolores."], ["info_url", "http://gerholdkling.name/willie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.636750"], ["updated_at", "2018-12-10 18:51:50.636750"], ["developer_id", 74]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://townepredovic.co/eleonore_beer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.637696"], ["updated_at", "2018-12-10 18:51:50.637696"], ["distributor_id", 38], ["app_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis ex ea consequatur."], ["url", "http://kulas.org/marylee.lubowitz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.641095"], ["updated_at", "2018-12-10 18:51:50.641095"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut voluptates placeat est."], ["info_url", "http://ruecker.biz/lawrence.schultz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.643024"], ["updated_at", "2018-12-10 18:51:50.643024"], ["developer_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jerde.net/mica"], ["description", "Aperiam rem adipisci est."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.647580"], ["updated_at", "2018-12-10 18:51:50.647580"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit voluptatibus dolor expedita."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.648698"], ["updated_at", "2018-12-10 18:51:50.648698"], ["app_id", 75], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Et necessitatibus ad nulla."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://satterfield.biz/micheal"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.651806"], ["updated_at", "2018-12-10 18:51:50.651806"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kelerhand.biz/leslee_koelpin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.652722"], ["updated_at", "2018-12-10 18:51:50.652722"], ["distributor_id", 39], ["app_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wehner.name/cathi.mills"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.654381"], ["updated_at", "2018-12-10 18:51:50.654381"], ["distributor_id", 38], ["app_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"43"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kochkertzmann.co/simon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.675110"], ["updated_at", "2018-12-10 18:51:50.675110"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta fugit tempora vel."], ["url", "http://mcculloughyost.info/daryl"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.678881"], ["updated_at", "2018-12-10 18:51:50.678881"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Neque veritatis qui omnis."], ["info_url", "http://loweritchie.co/chong.hodkiewicz"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.682233"], ["updated_at", "2018-12-10 18:51:50.682233"], ["developer_id", 76]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pagac.com/rodger_bartoletti"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.683680"], ["updated_at", "2018-12-10 18:51:50.683680"], ["distributor_id", 40], ["app_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odio et a repellat."], ["url", "http://lebsack.biz/mora"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.687304"], ["updated_at", "2018-12-10 18:51:50.687304"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut laudantium nemo tempore."], ["info_url", "http://huelmann.info/deidre_mayer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.689087"], ["updated_at", "2018-12-10 18:51:50.689087"], ["developer_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lang.biz/jody_muller"], ["description", "Quam deserunt nostrum corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.693400"], ["updated_at", "2018-12-10 18:51:50.693400"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque quia aliquid consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.694324"], ["updated_at", "2018-12-10 18:51:50.694324"], ["app_id", 77], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Totam dolores esse quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hanekoepp.co/damon_marks"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.697052"], ["updated_at", "2018-12-10 18:51:50.697052"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kiehn.name/zackary"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.697890"], ["updated_at", "2018-12-10 18:51:50.697890"], ["distributor_id", 41], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://shanahan.com/rosina.heel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.699481"], ["updated_at", "2018-12-10 18:51:50.699481"], ["distributor_id", 40], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"46"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://zulauf.io/darby.dooley"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.708244"], ["updated_at", "2018-12-10 18:51:50.708244"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt inventore consectetur quas."], ["url", "http://moriette.co/alphonso_toy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.712404"], ["updated_at", "2018-12-10 18:51:50.712404"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorum suscipit voluptatem officiis."], ["info_url", "http://koepp.io/guy.osinski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.715491"], ["updated_at", "2018-12-10 18:51:50.715491"], ["developer_id", 78]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://simonis.io/vallie.greenholt"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.716881"], ["updated_at", "2018-12-10 18:51:50.716881"], ["distributor_id", 42], ["app_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quod et perspiciatis aut."], ["url", "http://schmitt.name/dennis"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.720532"], ["updated_at", "2018-12-10 18:51:50.720532"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repudiandae quae perferendis explicabo."], ["info_url", "http://smith.co/lucienne.heel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.722309"], ["updated_at", "2018-12-10 18:51:50.722309"], ["developer_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bode.io/henrietta_gutmann"], ["description", "Expedita qui voluptatibus vel."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.726464"], ["updated_at", "2018-12-10 18:51:50.726464"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis nulla rerum molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.727476"], ["updated_at", "2018-12-10 18:51:50.727476"], ["app_id", 79], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Consequatur ab illum voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prosacco.com/antonio_emard"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.730308"], ["updated_at", "2018-12-10 18:51:50.730308"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reynolds.co/harley_wunsch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.731159"], ["updated_at", "2018-12-10 18:51:50.731159"], ["distributor_id", 43], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://smith.net/drew"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.732871"], ["updated_at", "2018-12-10 18:51:50.732871"], ["distributor_id", 42], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"49"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://faybeier.co/hollis.kohler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.740372"], ["updated_at", "2018-12-10 18:51:50.740372"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum incidunt quasi dolorem."], ["url", "http://rempel.io/murray.cummings"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.743877"], ["updated_at", "2018-12-10 18:51:50.743877"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloremque deserunt repudiandae ducimus."], ["info_url", "http://bartell.name/patrick"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.746575"], ["updated_at", "2018-12-10 18:51:50.746575"], ["developer_id", 80]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://deckow.name/gina_paucek"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.747575"], ["updated_at", "2018-12-10 18:51:50.747575"], ["distributor_id", 44], ["app_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermann.net/lizeth"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.768577"], ["updated_at", "2018-12-10 18:51:50.768577"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut soluta veritatis et."], ["url", "http://leuschkemuller.net/hoyt_collier"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.772073"], ["updated_at", "2018-12-10 18:51:50.772073"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod omnis fuga non."], ["info_url", "http://volkmanjacobson.biz/bennie_hackett"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.774966"], ["updated_at", "2018-12-10 18:51:50.774966"], ["developer_id", 81]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boyle.biz/thurman.smitham"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.776017"], ["updated_at", "2018-12-10 18:51:50.776017"], ["distributor_id", 45], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://grimes.co/lorna", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"45"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://grimes.co/lorna"], ["updated_at", "2018-12-10 18:51:50.781230"], ["id", 45]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/45 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://friesenkoch.com/tom"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.787304"], ["updated_at", "2018-12-10 18:51:50.787304"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit et consequuntur perferendis."], ["url", "http://hartmannschmeler.name/marti_bode"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.791102"], ["updated_at", "2018-12-10 18:51:50.791102"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nemo voluptas tempora sit."], ["info_url", "http://crist.org/reba.considine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.794131"], ["updated_at", "2018-12-10 18:51:50.794131"], ["developer_id", 82]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wiegandanderson.org/brenda.bernhard"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.795273"], ["updated_at", "2018-12-10 18:51:50.795273"], ["distributor_id", 46], ["app_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://gerhold.biz/catina", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"46"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://gerhold.biz/catina"], ["updated_at", "2018-12-10 18:51:50.799755"], ["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/46 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://auer.info/mohammad"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.804700"], ["updated_at", "2018-12-10 18:51:50.804700"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem a quia et."], ["url", "http://croninullrich.co/kenny"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.813201"], ["updated_at", "2018-12-10 18:51:50.813201"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor accusantium aliquam ut."], ["info_url", "http://kertzmannledner.info/nakita"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.816206"], ["updated_at", "2018-12-10 18:51:50.816206"], ["developer_id", 83]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondrickablick.biz/laria"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.817260"], ["updated_at", "2018-12-10 18:51:50.817260"], ["distributor_id", 47], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://priceoberbrunner.com/nydia.nolan", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"47"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://priceoberbrunner.com/nydia.nolan"], ["updated_at", "2018-12-10 18:51:50.821871"], ["id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/47 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dietrich.net/filiberto_leuschke"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.827171"], ["updated_at", "2018-12-10 18:51:50.827171"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia et omnis tempore."], ["url", "http://hackett.co/bernie.thiel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.830996"], ["updated_at", "2018-12-10 18:51:50.830996"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa quod qui perspiciatis."], ["info_url", "http://stokes.io/leone_schmeler"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.834533"], ["updated_at", "2018-12-10 18:51:50.834533"], ["developer_id", 84]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://donnelly.biz/nickole.swift"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.835677"], ["updated_at", "2018-12-10 18:51:50.835677"], ["distributor_id", 48], ["app_id", 84]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"48"}
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lowe.io/kenny"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.842788"], ["updated_at", "2018-12-10 18:51:50.842788"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam enim reprehenderit est."], ["url", "http://mitchell.org/frank"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.846438"], ["updated_at", "2018-12-10 18:51:50.846438"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam voluptas rerum est."], ["info_url", "http://rolfson.co/irving"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.849180"], ["updated_at", "2018-12-10 18:51:50.849180"], ["developer_id", 85]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stoltenberg.com/inell.pollich"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.850177"], ["updated_at", "2018-12-10 18:51:50.850177"], ["distributor_id", 49], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"49"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://halvorsonwilliamson.info/blake_strosin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.857932"], ["updated_at", "2018-12-10 18:51:50.857932"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Blanditiis nesciunt eum omnis."], ["url", "http://rodriguez.co/jerrold"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.861618"], ["updated_at", "2018-12-10 18:51:50.861618"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis doloremque rerum ut."], ["info_url", "http://abbott.com/vaughn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.864631"], ["updated_at", "2018-12-10 18:51:50.864631"], ["developer_id", 86]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://moen.io/rolando.breitenberg"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.865631"], ["updated_at", "2018-12-10 18:51:50.865631"], ["distributor_id", 50], ["app_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"50"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://little.net/harlan_boehm"], ["description", "Animi suscipit dolor cumque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.881467"], ["updated_at", "2018-12-10 18:51:50.881467"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut harum magnam in."], ["url", "http://fadel.com/lyn.walter"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.885831"], ["updated_at", "2018-12-10 18:51:50.885831"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum quo et illum."], ["info_url", "http://stokes.co/krystin.murazik"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.889250"], ["updated_at", "2018-12-10 18:51:50.889250"], ["developer_id", 87]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi excepturi cum voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.890423"], ["updated_at", "2018-12-10 18:51:50.890423"], ["app_id", 87], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Ad eos aut ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui occaecati quaerat nam."], ["url", "http://halvorson.io/victor.heel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.894137"], ["updated_at", "2018-12-10 18:51:50.894137"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam non voluptatem rerum."], ["info_url", "http://considine.com/arielle"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.895884"], ["updated_at", "2018-12-10 18:51:50.895884"], ["developer_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kris.com/myrtie.blanda"], ["description", "Dolor voluptas veritatis eos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.900016"], ["updated_at", "2018-12-10 18:51:50.900016"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ducimus accusamus ad ex."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.900890"], ["updated_at", "2018-12-10 18:51:50.900890"], ["app_id", 88], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Quos eos beatae dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nadercorkery.net/michal"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.903557"], ["updated_at", "2018-12-10 18:51:50.903557"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jenkins.io/benny"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.904385"], ["updated_at", "2018-12-10 18:51:50.904385"], ["distributor_id", 51], ["app_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit ea eligendi aliquam."], ["url", "http://veum.co/petrina"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.943085"], ["updated_at", "2018-12-10 18:51:50.943085"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque non eum voluptatem."], ["url", "http://heel.org/ru.stokes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.950542"], ["updated_at", "2018-12-10 18:51:50.950542"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"90"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 90], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id hic eaque consequuntur."], ["url", "http://mckenziefeest.co/sabra.gislason"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.960700"], ["updated_at", "2018-12-10 18:51:50.960700"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"91"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea ipsam nesciunt sed."], ["url", "http://pourosdeckow.org/taylor_hayes"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.969831"], ["updated_at", "2018-12-10 18:51:50.969831"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Corrupti repudiandae et odit.", "is_live"=>"true", "logo_image_url"=>"http://howell.net/shona.prosacco", "name"=>"developer_name", "url"=>"http://lueilwitzdickinson.io/johnathon"}, "id"=>"92"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Corrupti repudiandae et odit."], ["url", "http://lueilwitzdickinson.io/johnathon"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:51:50.975004"], ["id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/92 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores magnam impedit quia."], ["url", "http://ziemann.co/marna"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.981413"], ["updated_at", "2018-12-10 18:51:50.981413"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Sint dolor similique eveniet.", "is_live"=>"true", "logo_image_url"=>"http://considine.io/colton", "name"=>"developer_name", "url"=>"http://huel.org/emery.will"}, "id"=>"93"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Sint dolor similique eveniet."], ["url", "http://huel.org/emery.will"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:51:50.987038"], ["id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/93 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non est mollitia in."], ["url", "http://treutelrogahn.info/oswaldo_corkery"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:50.992979"], ["updated_at", "2018-12-10 18:51:50.992979"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Occaecati autem molestiae et.", "is_live"=>"true", "logo_image_url"=>"http://nicolas.net/ian.purdy", "name"=>"developer_name", "url"=>"http://watsicawhite.com/forrest_wunsch"}, "id"=>"94"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Occaecati autem molestiae et."], ["url", "http://watsicawhite.com/forrest_wunsch"], ["logo_image_url", nil], ["updated_at", "2018-12-10 18:51:50.999188"], ["id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/94 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam eaque et quae."], ["url", "http://mayert.name/loyd"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.005376"], ["updated_at", "2018-12-10 18:51:51.005376"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"95"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 95]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 23ms (Views: 15.0ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam unde rerum dolore."], ["url", "http://mrazstreich.io/man.ward"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.035692"], ["updated_at", "2018-12-10 18:51:51.035692"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotte.org/kathryn"], ["description", "Rerum omnis minima qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.068582"], ["updated_at", "2018-12-10 18:51:51.068582"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatibus harum animi impedit."], ["url", "http://heelbotsford.com/anderson_haley"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.073457"], ["updated_at", "2018-12-10 18:51:51.073457"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem blanditiis velit qui."], ["info_url", "http://trantow.name/ty"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.077635"], ["updated_at", "2018-12-10 18:51:51.077635"], ["developer_id", 97]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero reprehenderit blanditiis quod."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.079024"], ["updated_at", "2018-12-10 18:51:51.079024"], ["app_id", 89], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Incidunt rem odit quisquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facere voluptatum eos perferendis."], ["url", "http://waelchi.name/kittie.little"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.083536"], ["updated_at", "2018-12-10 18:51:51.083536"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur ab qui repudiandae."], ["info_url", "http://runolfsdottir.org/adalberto_ko"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.085761"], ["updated_at", "2018-12-10 18:51:51.085761"], ["developer_id", 98]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lang.io/leone"], ["description", "Amet corrupti ut occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.090615"], ["updated_at", "2018-12-10 18:51:51.090615"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero labore sint reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.091588"], ["updated_at", "2018-12-10 18:51:51.091588"], ["app_id", 90], ["offering_id", 76], ["promo_image_url", nil], ["promo_text", "Suscipit neque saepe in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://brakus.info/vernon"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.094175"], ["updated_at", "2018-12-10 18:51:51.094175"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rippin.com/katerine_mohr"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.094996"], ["updated_at", "2018-12-10 18:51:51.094996"], ["distributor_id", 52], ["app_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos nihil rerum debitis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:51.097417"], ["updated_at", "2018-12-10 18:51:51.097417"], ["app_id", 90], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Dolore consequatur veritatis sunt."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 13:51:52 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.7ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.9ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (24.5ms)

Completed 500 Internal Server Error in 68ms (ActiveRecord: 9.2ms)

 (0.2ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (88.9ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.2ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 13:51:53 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.8ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.7ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.6ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (2.2ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.1ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (42.8ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.0ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://witting.co/wilson"], ["description", "Culpa ducimus rerum iste."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.457472"], ["updated_at", "2018-12-10 18:51:53.457472"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut illum nihil veniam."], ["url", "http://sipes.net/antonia"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.463579"], ["updated_at", "2018-12-10 18:51:53.463579"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus repellat dolores veritatis."], ["info_url", "http://mayer.org/halley.kihn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.468320"], ["updated_at", "2018-12-10 18:51:53.468320"], ["developer_id", 1]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non dolor iste porro."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.469925"], ["updated_at", "2018-12-10 18:51:53.469925"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Omnis error et vel."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum necessitatibus ad sit."], ["url", "http://kozey.name/buford_bailey"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.475145"], ["updated_at", "2018-12-10 18:51:53.475145"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos qui at et."], ["info_url", "http://goldner.com/zella"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.477152"], ["updated_at", "2018-12-10 18:51:53.477152"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://steuber.co/liana"], ["description", "Cumque consectetur non quam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.481704"], ["updated_at", "2018-12-10 18:51:53.481704"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut est corporis atque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.482688"], ["updated_at", "2018-12-10 18:51:53.482688"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Ullam dolor ab impedit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wolffbergstrom.co/sheilah_mohr"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.485802"], ["updated_at", "2018-12-10 18:51:53.485802"], ["icon_id", "apple"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stracke.org/kristofer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.487070"], ["updated_at", "2018-12-10 18:51:53.487070"], ["distributor_id", 1], ["app_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum natus est qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.491579"], ["updated_at", "2018-12-10 18:51:53.491579"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Cumque ipsum voluptatum aspernatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Neque qui et fuga."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.495089"], ["updated_at", "2018-12-10 18:51:53.495089"], ["works_with_id", 3], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ex at maiores accusantium."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cainokeefe.com/federico"], ["description", "Inventore reprehenderit ut natus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.507161"], ["updated_at", "2018-12-10 18:51:53.507161"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non necessitatibus aspernatur qui."], ["url", "http://boyer.name/ashlie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.511228"], ["updated_at", "2018-12-10 18:51:53.511228"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore voluptatem recusandae earum."], ["info_url", "http://dach.biz/jan"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.515091"], ["updated_at", "2018-12-10 18:51:53.515091"], ["developer_id", 3]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas nostrum porro in."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.516586"], ["updated_at", "2018-12-10 18:51:53.516586"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Molestiae ut quia assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum saepe nam doloremque."], ["url", "http://blanda.info/thora.willms"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.520916"], ["updated_at", "2018-12-10 18:51:53.520916"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis itaque quidem autem."], ["info_url", "http://batz.net/devorah"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.522686"], ["updated_at", "2018-12-10 18:51:53.522686"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herzogruel.info/darby.wiegand"], ["description", "Temporibus optio voluptatem quasi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.527383"], ["updated_at", "2018-12-10 18:51:53.527383"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum voluptatum facilis doloremque."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.528391"], ["updated_at", "2018-12-10 18:51:53.528391"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Officia commodi temporibus animi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://auer.biz/kayleen.rice"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.531421"], ["updated_at", "2018-12-10 18:51:53.531421"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brakus.org/kamala"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.532581"], ["updated_at", "2018-12-10 18:51:53.532581"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et optio autem qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.535649"], ["updated_at", "2018-12-10 18:51:53.535649"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Quia dolorum dignissimos et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ad quia dolores nihil."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.539230"], ["updated_at", "2018-12-10 18:51:53.539230"], ["works_with_id", 6], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Non eaque sed provident."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"2"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hackett.biz/vernetta_gislason"], ["description", "Ut nobis enim cum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.549279"], ["updated_at", "2018-12-10 18:51:53.549279"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit sit qui praesentium."], ["url", "http://weimann.info/miles.torp"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.553059"], ["updated_at", "2018-12-10 18:51:53.553059"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas nihil impedit libero."], ["info_url", "http://renner.co/dorine.kreiger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.556465"], ["updated_at", "2018-12-10 18:51:53.556465"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla deleniti ut pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.557483"], ["updated_at", "2018-12-10 18:51:53.557483"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Sed expedita officiis dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi dolorum quo dolorem."], ["url", "http://gaylord.biz/kay_koch"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.561502"], ["updated_at", "2018-12-10 18:51:53.561502"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati itaque est ipsa."], ["info_url", "http://dicki.com/xochitl"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.563496"], ["updated_at", "2018-12-10 18:51:53.563496"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lindgren.org/otha"], ["description", "Et voluptas dolor voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.568181"], ["updated_at", "2018-12-10 18:51:53.568181"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae quia quasi enim."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.569108"], ["updated_at", "2018-12-10 18:51:53.569108"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Ut exercitationem quia voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tillman.net/delilah.ledner"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.571961"], ["updated_at", "2018-12-10 18:51:53.571961"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hagenes.biz/derrick.waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.572850"], ["updated_at", "2018-12-10 18:51:53.572850"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et est laborum id."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.575743"], ["updated_at", "2018-12-10 18:51:53.575743"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Dolores qui est officia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eos sunt commodi ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.579305"], ["updated_at", "2018-12-10 18:51:53.579305"], ["works_with_id", 9], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Non consequuntur molestias est."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Et aperiam exercitationem ducimus.", "is_live"=>"true", "promo_image_url"=>"http://rohan.com/chasity", "promo_text"=>"Magnam ad quisquam ut.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Et aperiam exercitationem ducimus."], ["promo_text", "Magnam ad quisquam ut."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:51:53.589994"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 9ms (ActiveRecord: 1.6ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jenkins.com/michale_boyle"], ["description", "Eius et quis reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.597180"], ["updated_at", "2018-12-10 18:51:53.597180"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita voluptatum ratione non."], ["url", "http://boylestamm.biz/joey_waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.600942"], ["updated_at", "2018-12-10 18:51:53.600942"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus et sequi quis."], ["info_url", "http://larson.name/glayds"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.604462"], ["updated_at", "2018-12-10 18:51:53.604462"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem et ut eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.605476"], ["updated_at", "2018-12-10 18:51:53.605476"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Quo in possimus architecto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dignissimos voluptatem molestias quos."], ["url", "http://osinski.com/joel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.609866"], ["updated_at", "2018-12-10 18:51:53.609866"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem ab tenetur non."], ["info_url", "http://bartell.io/micheline"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.611670"], ["updated_at", "2018-12-10 18:51:53.611670"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://torphy.biz/lacy.hills"], ["description", "Nisi aut eligendi voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.616104"], ["updated_at", "2018-12-10 18:51:53.616104"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat pariatur nihil qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.617020"], ["updated_at", "2018-12-10 18:51:53.617020"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Rerum distinctio voluptatibus unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jacobson.com/rayna.nitzsche"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.619886"], ["updated_at", "2018-12-10 18:51:53.619886"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://osinski.co/jim.carter"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.620864"], ["updated_at", "2018-12-10 18:51:53.620864"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illo et placeat ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.623585"], ["updated_at", "2018-12-10 18:51:53.623585"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Et nemo consectetur repellat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Facere quia non dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.626902"], ["updated_at", "2018-12-10 18:51:53.626902"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quam dignissimos quod ea."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Nobis aut quos error.", "is_live"=>"true", "promo_image_url"=>"http://lesch.io/joshua", "promo_text"=>"Cumque numquam corporis qui.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Nobis aut quos error."], ["promo_text", "Cumque numquam corporis qui."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:51:53.638883"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 10ms (ActiveRecord: 1.9ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://colekaulke.org/tillie"], ["description", "Aut sunt provident vel."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.645642"], ["updated_at", "2018-12-10 18:51:53.645642"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et labore eligendi rerum."], ["url", "http://hodkiewicz.io/benita_gleason"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.649870"], ["updated_at", "2018-12-10 18:51:53.649870"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem laborum dolorum commodi."], ["info_url", "http://klocko.org/leslie_rogahn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.653804"], ["updated_at", "2018-12-10 18:51:53.653804"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsa quaerat sed dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.654991"], ["updated_at", "2018-12-10 18:51:53.654991"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Quo dolores dolor possimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et cupiditate dignissimos corrupti."], ["url", "http://lockman.co/marcel_mayer"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.659166"], ["updated_at", "2018-12-10 18:51:53.659166"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia iste sit et."], ["info_url", "http://reichert.co/sammy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.661149"], ["updated_at", "2018-12-10 18:51:53.661149"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okuneva.biz/chadwick"], ["description", "Placeat molestiae adipisci est."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.665576"], ["updated_at", "2018-12-10 18:51:53.665576"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia suscipit atque labore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.666762"], ["updated_at", "2018-12-10 18:51:53.666762"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Et quis beatae modi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://leuschke.io/jacquelyn.donnelly"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.670064"], ["updated_at", "2018-12-10 18:51:53.670064"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://parisian.org/arlie.grady"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.671120"], ["updated_at", "2018-12-10 18:51:53.671120"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi similique aliquam rerum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.674037"], ["updated_at", "2018-12-10 18:51:53.674037"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Praesentium accusantium pariatur sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Rerum enim omnis qui."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.677670"], ["updated_at", "2018-12-10 18:51:53.677670"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Accusamus a quia voluptatem."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Minima aut ipsum et.", "is_live"=>"true", "promo_image_url"=>"http://hammesconsidine.biz/wayne_cummings", "promo_text"=>"Et est et ipsa.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"5"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Minima aut ipsum et."], ["promo_text", "Et est et ipsa."], ["promo_image_url", nil], ["updated_at", "2018-12-10 18:51:53.689325"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/5 Completed 302 Found in 10ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bahringer.co/ernesto"], ["description", "Suscipit voluptatem est ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.697270"], ["updated_at", "2018-12-10 18:51:53.697270"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates sit nobis autem."], ["url", "http://balistreri.name/ervin_torphy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.702976"], ["updated_at", "2018-12-10 18:51:53.702976"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis et quae fugiat."], ["info_url", "http://ferry.org/ashlyn.dare"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.707911"], ["updated_at", "2018-12-10 18:51:53.707911"], ["developer_id", 11]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rem enim ipsa tempore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.709386"], ["updated_at", "2018-12-10 18:51:53.709386"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Sit itaque enim quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facere eveniet consequatur deserunt."], ["url", "http://beier.info/cinda"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.714994"], ["updated_at", "2018-12-10 18:51:53.714994"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint ex numquam fugit."], ["info_url", "http://veum.net/easter"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.717881"], ["updated_at", "2018-12-10 18:51:53.717881"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiza.biz/madlyn"], ["description", "Reiciendis exercitationem asperiores maxime."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.724475"], ["updated_at", "2018-12-10 18:51:53.724475"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque maiores quis animi."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.725999"], ["updated_at", "2018-12-10 18:51:53.725999"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Nihil dolorem et non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://baumbachlemke.net/ghislaine"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.731531"], ["updated_at", "2018-12-10 18:51:53.731531"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoegercarter.co/noma"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.733334"], ["updated_at", "2018-12-10 18:51:53.733334"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium sed consequatur eum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.737605"], ["updated_at", "2018-12-10 18:51:53.737605"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Suscipit modi dolorem accusamus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Nihil labore ullam aut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.741759"], ["updated_at", "2018-12-10 18:51:53.741759"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quasi minima eveniet reiciendis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rippincollins.net/brant"], ["description", "Et dicta corporis reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.769225"], ["updated_at", "2018-12-10 18:51:53.769225"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui odit iste consequuntur."], ["url", "http://ondrickaharris.org/beverlee"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.781174"], ["updated_at", "2018-12-10 18:51:53.781174"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia doloremque laboriosam harum."], ["info_url", "http://dibbert.biz/mia.hirthe"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.785817"], ["updated_at", "2018-12-10 18:51:53.785817"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas dicta autem nobis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.786981"], ["updated_at", "2018-12-10 18:51:53.786981"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Vero id impedit doloremque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Amet ipsam sit fugit."], ["url", "http://schumm.net/emmett_ledner"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.791772"], ["updated_at", "2018-12-10 18:51:53.791772"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut modi voluptates sunt."], ["info_url", "http://watsicaschumm.io/lou_cremin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.794881"], ["updated_at", "2018-12-10 18:51:53.794881"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhic.info/megan"], ["description", "Unde ipsum sint ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.800069"], ["updated_at", "2018-12-10 18:51:53.800069"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia nulla quia occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.801212"], ["updated_at", "2018-12-10 18:51:53.801212"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Voluptas exercitationem cupiditate sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beatty.net/pok"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.804458"], ["updated_at", "2018-12-10 18:51:53.804458"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hamill.name/richie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.805319"], ["updated_at", "2018-12-10 18:51:53.805319"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem sint labore molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.808502"], ["updated_at", "2018-12-10 18:51:53.808502"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Quae accusantium illo omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Saepe dolorum ea maxime."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.811754"], ["updated_at", "2018-12-10 18:51:53.811754"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quasi sed est optio."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 13:51:53 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://douglasemard.info/jacquelyn_walter"], ["description", "Illum aut aut voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.828150"], ["updated_at", "2018-12-10 18:51:53.828150"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil numquam deserunt iure."], ["url", "http://schulist.com/claudio_runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.832232"], ["updated_at", "2018-12-10 18:51:53.832232"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur facere facilis et."], ["info_url", "http://heaneyschulist.name/ramiro.jakubowski"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.835826"], ["updated_at", "2018-12-10 18:51:53.835826"], ["developer_id", 15]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem odit voluptates asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.836891"], ["updated_at", "2018-12-10 18:51:53.836891"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Totam porro odio blanditiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illum veritatis repudiandae est."], ["url", "http://abernathy.info/kiesha"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.841149"], ["updated_at", "2018-12-10 18:51:53.841149"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia rerum pariatur qui."], ["info_url", "http://powlowskiharber.info/maximina"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.842992"], ["updated_at", "2018-12-10 18:51:53.842992"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beerstokes.com/devorah.padberg"], ["description", "Repellat corporis fuga ut."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.847692"], ["updated_at", "2018-12-10 18:51:53.847692"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem beatae fuga culpa."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.848580"], ["updated_at", "2018-12-10 18:51:53.848580"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Alias tempore officia in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://price.name/adalberto"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.852054"], ["updated_at", "2018-12-10 18:51:53.852054"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bauch.biz/donte"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.853112"], ["updated_at", "2018-12-10 18:51:53.853112"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates quos necessitatibus beatae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.856191"], ["updated_at", "2018-12-10 18:51:53.856191"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Molestias fugit pariatur iste."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et exercitationem quibusdam eveniet."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.859548"], ["updated_at", "2018-12-10 18:51:53.859548"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Laboriosam modi molestiae est."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et rem distinctio ut."], ["url", "http://ondricka.io/mellie"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.868614"], ["updated_at", "2018-12-10 18:51:53.868614"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis voluptatem consequatur eligendi."], ["info_url", "http://kohler.name/roy"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.870738"], ["updated_at", "2018-12-10 18:51:53.870738"], ["developer_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heelmueller.org/sibyl"], ["description", "Quae recusandae quasi vitae."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.875523"], ["updated_at", "2018-12-10 18:51:53.875523"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officiis accusantium aliquam alias."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.876492"], ["updated_at", "2018-12-10 18:51:53.876492"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Dolores itaque eligendi quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marquardt.io/otha"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.879705"], ["updated_at", "2018-12-10 18:51:53.879705"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jones.name/ricardo_bednar"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.880509"], ["updated_at", "2018-12-10 18:51:53.880509"], ["distributor_id", 9], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)

App Load (0.4ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquam recusandae saepe autem."], ["url", "http://feil.biz/liana.rippin"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.906240"], ["updated_at", "2018-12-10 18:51:53.906240"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum nisi molestiae placeat."], ["info_url", "http://franeckiquigley.org/vilma"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.908451"], ["updated_at", "2018-12-10 18:51:53.908451"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brakus.io/jamaal.stokes"], ["description", "Aut laudantium et odio."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.913705"], ["updated_at", "2018-12-10 18:51:53.913705"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit tempora non reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.914863"], ["updated_at", "2018-12-10 18:51:53.914863"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Voluptatem quis dolores non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gutkowskiemard.name/kris_boyle"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.918162"], ["updated_at", "2018-12-10 18:51:53.918162"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thiel.info/dannette"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.919165"], ["updated_at", "2018-12-10 18:51:53.919165"], ["distributor_id", 10], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"18"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut quam nisi sapiente."], ["url", "http://hartmannpfeffer.biz/whitney_tremblay"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.929126"], ["updated_at", "2018-12-10 18:51:53.929126"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia nulla dolorem qui."], ["info_url", "http://crooks.co/joseph"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.931280"], ["updated_at", "2018-12-10 18:51:53.931280"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mueller.org/chase_larson"], ["description", "Officia voluptatem nam omnis."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.936693"], ["updated_at", "2018-12-10 18:51:53.936693"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quaerat provident temporibus et."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.937722"], ["updated_at", "2018-12-10 18:51:53.937722"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Optio nulla voluptas laboriosam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://daugherty.name/shanita"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.940847"], ["updated_at", "2018-12-10 18:51:53.940847"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://johns.net/ahmed_reinger"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.941910"], ["updated_at", "2018-12-10 18:51:53.941910"], ["distributor_id", 11], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"19"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae officia architecto dicta."], ["url", "http://waelchi.info/sal"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.952662"], ["updated_at", "2018-12-10 18:51:53.952662"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates ut dolorum similique."], ["info_url", "http://rath.info/katia"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.954836"], ["updated_at", "2018-12-10 18:51:53.954836"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lednerkonopelski.co/nathanael_torphy"], ["description", "Autem consequuntur voluptate aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.959645"], ["updated_at", "2018-12-10 18:51:53.959645"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem ex pariatur labore."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.960687"], ["updated_at", "2018-12-10 18:51:53.960687"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Optio aliquid et doloribus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ondricka.biz/dorsey_hansen"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.963686"], ["updated_at", "2018-12-10 18:51:53.963686"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emard.biz/beau"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.964586"], ["updated_at", "2018-12-10 18:51:53.964586"], ["distributor_id", 12], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Voluptatem sint incidunt dolores.", "info_url"=>"http://kilbackrowe.io/korey", "is_live"=>"true", "name"=>"app_name"}, "id"=>"20"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Voluptatem sint incidunt dolores."], ["info_url", "http://kilbackrowe.io/korey"], ["updated_at", "2018-12-10 18:51:53.970139"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/20 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rem in ut quos."], ["url", "http://botsfordmoore.io/glenn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.977275"], ["updated_at", "2018-12-10 18:51:53.977275"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore voluptatibus quidem quia."], ["info_url", "http://kilback.biz/sharonda.thiel"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.979503"], ["updated_at", "2018-12-10 18:51:53.979503"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://howell.info/salvatore_heidenreich"], ["description", "Dicta cupiditate dolorem autem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.984323"], ["updated_at", "2018-12-10 18:51:53.984323"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iure qui quisquam voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.985342"], ["updated_at", "2018-12-10 18:51:53.985342"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Totam temporibus architecto deleniti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stoltenberg.org/hugo"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.988417"], ["updated_at", "2018-12-10 18:51:53.988417"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://feeney.io/vanda"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:53.989385"], ["updated_at", "2018-12-10 18:51:53.989385"], ["distributor_id", 13], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Ut autem iure sapiente.", "info_url"=>"http://mantelittel.biz/magaret_bayer", "is_live"=>"true", "name"=>"app_name"}, "id"=>"21"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Ut autem iure sapiente."], ["info_url", "http://mantelittel.biz/magaret_bayer"], ["updated_at", "2018-12-10 18:51:53.994935"], ["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/21 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis in sapiente dolor."], ["url", "http://senger.co/woodrow"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.001599"], ["updated_at", "2018-12-10 18:51:54.001599"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Expedita odit libero quam."], ["info_url", "http://fritschreichert.com/nicky"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.003639"], ["updated_at", "2018-12-10 18:51:54.003639"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mosciskidibbert.net/randolph.beatty"], ["description", "Aut soluta ut dolores."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.008241"], ["updated_at", "2018-12-10 18:51:54.008241"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam dignissimos beatae iste."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.009135"], ["updated_at", "2018-12-10 18:51:54.009135"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Ut ex quos atque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hyattstroman.name/dorsey.conn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.011945"], ["updated_at", "2018-12-10 18:51:54.011945"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prosacco.info/harold"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.012792"], ["updated_at", "2018-12-10 18:51:54.012792"], ["distributor_id", 14], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Atque assumenda ut ipsam.", "info_url"=>"http://robellindgren.com/buford", "is_live"=>"true", "name"=>"app_name"}, "id"=>"22"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Atque assumenda ut ipsam."], ["info_url", "http://robellindgren.com/buford"], ["updated_at", "2018-12-10 18:51:54.018590"], ["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/22 Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum sit exercitationem molestiae."], ["url", "http://marquardt.name/houston"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.025455"], ["updated_at", "2018-12-10 18:51:54.025455"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium rerum delectus harum."], ["info_url", "http://prosaccoauer.co/evangelina.sawayn"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.027603"], ["updated_at", "2018-12-10 18:51:54.027603"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cain.com/estell"], ["description", "Adipisci nobis ducimus cum."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.032093"], ["updated_at", "2018-12-10 18:51:54.032093"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non qui voluptatum quidem."], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.033629"], ["updated_at", "2018-12-10 18:51:54.033629"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Et et dolor dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howell.org/dacia"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.036872"], ["updated_at", "2018-12-10 18:51:54.036872"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sipesveum.name/julius.hane"], ["is_live", "t"], ["created_at", "2018-12-10 18:51:54.037888"], ["updated_at", "2018-12-10 18:51:54.037888"], ["distributor_id", 15], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"23"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 13:51:54 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.3ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 13:51:54 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.1ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.1ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.7ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (90.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.9ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.4ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 13:56:22 -0500

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 13:56:22 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.8ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.7ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (18.1ms)

Completed 500 Internal Server Error in 59ms (ActiveRecord: 10.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 13:56:22 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.3ms)

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.4ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.5ms)  COMMIT
 (0.4ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.3ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.4ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (88.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.5ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 13:59:15 -0500

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.4ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.5ms)  COMMIT
 (0.3ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.8ms)  BEGIN
 (3.0ms)  COMMIT
 (2.6ms)  BEGIN
 (4.7ms)  ROLLBACK
 (0.6ms)  BEGIN
 (0.4ms)  COMMIT
 (0.5ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.4ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.4ms)  COMMIT
 (0.3ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.3ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.4ms)  COMMIT
 (0.4ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 13:59:15 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.9ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (17.2ms)

Completed 500 Internal Server Error in 57ms (ActiveRecord: 8.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 13:59:16 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (3.0ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.5ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (2.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  BEGIN
 (44.2ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.3ms)  COMMIT
 (112.4ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (2.4ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (67.7ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (2.5ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 15:39:21 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (1.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (21.3ms)

Completed 500 Internal Server Error in 263ms (ActiveRecord: 203.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 15:39:22 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (2.7ms)

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dietrich.com/agustina"], ["description", "Nam unde est libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.203911"], ["updated_at", "2018-12-10 20:39:22.203911"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Architecto et dolorem minus."], ["url", "http://gleason.org/macie_breitenberg"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.229528"], ["updated_at", "2018-12-10 20:39:22.229528"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id qui qui enim."], ["info_url", "http://bradtke.biz/ambrose_sauer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.245474"], ["updated_at", "2018-12-10 20:39:22.245474"], ["developer_id", 1]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus eligendi eum cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.247637"], ["updated_at", "2018-12-10 20:39:22.247637"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Qui quibusdam quod repellendus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab culpa consequatur deserunt."], ["url", "http://johnston.net/joey"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.252978"], ["updated_at", "2018-12-10 20:39:22.252978"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta optio tempore eaque."], ["info_url", "http://corwin.net/chi_macejkovic"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.254793"], ["updated_at", "2018-12-10 20:39:22.254793"], ["developer_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gottliebbechtelar.com/suzanna.lehner"], ["description", "Facere dolor eos est."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.269330"], ["updated_at", "2018-12-10 20:39:22.269330"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores rem quos fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.270689"], ["updated_at", "2018-12-10 20:39:22.270689"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Amet aspernatur deleniti officiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hamill.name/anne"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.284935"], ["updated_at", "2018-12-10 20:39:22.284935"], ["icon_id", "apple"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lueilwitz.io/lorena"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.286429"], ["updated_at", "2018-12-10 20:39:22.286429"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor sapiente qui dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.290178"], ["updated_at", "2018-12-10 20:39:22.290178"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Voluptas velit provident fugiat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Minima qui deleniti ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.296563"], ["updated_at", "2018-12-10 20:39:22.296563"], ["works_with_id", 3], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Incidunt consequatur modi qui."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 8ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larkin.co/henry"], ["description", "Quos voluptas ipsum et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.326322"], ["updated_at", "2018-12-10 20:39:22.326322"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione cupiditate et exercitationem."], ["url", "http://baumbachdare.net/lindsay"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.330679"], ["updated_at", "2018-12-10 20:39:22.330679"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente illum eligendi esse."], ["info_url", "http://carter.io/sherron"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.334211"], ["updated_at", "2018-12-10 20:39:22.334211"], ["developer_id", 3]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In sunt eum magni."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.335295"], ["updated_at", "2018-12-10 20:39:22.335295"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Maxime corrupti delectus doloribus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque recusandae modi officiis."], ["url", "http://schaeferpfeffer.biz/carie_dietrich"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.339808"], ["updated_at", "2018-12-10 20:39:22.339808"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae ut non sunt."], ["info_url", "http://pollichkuhic.org/lazaro"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.341288"], ["updated_at", "2018-12-10 20:39:22.341288"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutkowskiherzog.net/cathie"], ["description", "Est nam rem laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.344727"], ["updated_at", "2018-12-10 20:39:22.344727"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Amet sed ut voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.346261"], ["updated_at", "2018-12-10 20:39:22.346261"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Architecto repudiandae consequatur voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummeratacollier.biz/shae.dibbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.349494"], ["updated_at", "2018-12-10 20:39:22.349494"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://trompgottlieb.org/masako"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.350417"], ["updated_at", "2018-12-10 20:39:22.350417"], ["distributor_id", 2], ["app_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut ut quasi eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.353475"], ["updated_at", "2018-12-10 20:39:22.353475"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Porro harum non et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Temporibus ea tenetur accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.356234"], ["updated_at", "2018-12-10 20:39:22.356234"], ["works_with_id", 6], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sequi sed quia reiciendis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"2"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marquardtmante.biz/taylor"], ["description", "Veniam exercitationem illum temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.366949"], ["updated_at", "2018-12-10 20:39:22.366949"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut molestias fugit quo."], ["url", "http://lemkelarkin.name/everette"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.370701"], ["updated_at", "2018-12-10 20:39:22.370701"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit perspiciatis neque ut."], ["info_url", "http://cronin.co/damien"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.374950"], ["updated_at", "2018-12-10 20:39:22.374950"], ["developer_id", 5]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Explicabo distinctio nemo dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.376412"], ["updated_at", "2018-12-10 20:39:22.376412"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Vel officiis est sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus numquam voluptas corporis."], ["url", "http://gutmann.name/concepcion_robel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.381261"], ["updated_at", "2018-12-10 20:39:22.381261"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa nesciunt accusamus possimus."], ["info_url", "http://stiedemann.net/byron_block"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.383329"], ["updated_at", "2018-12-10 20:39:22.383329"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boehm.biz/consuelo_collier"], ["description", "Et nihil et ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.387985"], ["updated_at", "2018-12-10 20:39:22.387985"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus sed a quasi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.389468"], ["updated_at", "2018-12-10 20:39:22.389468"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Praesentium molestiae dignissimos est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://leffler.io/jamel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.392019"], ["updated_at", "2018-12-10 20:39:22.392019"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kiehn.info/eli_frami"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.392861"], ["updated_at", "2018-12-10 20:39:22.392861"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut consequatur quo mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.395728"], ["updated_at", "2018-12-10 20:39:22.395728"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Soluta dolor quidem velit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Pariatur voluptatem et nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.399226"], ["updated_at", "2018-12-10 20:39:22.399226"], ["works_with_id", 9], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ut velit ad in."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Mollitia beatae aut molestiae.", "is_live"=>"true", "promo_image_url"=>"http://mraz.net/crystle", "promo_text"=>"Veniam deleniti sint doloribus.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Mollitia beatae aut molestiae."], ["promo_text", "Veniam deleniti sint doloribus."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:39:22.416616"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 16ms (ActiveRecord: 2.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tillmangraham.io/joaquin"], ["description", "Qui nesciunt ratione cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.424056"], ["updated_at", "2018-12-10 20:39:22.424056"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta id assumenda eaque."], ["url", "http://lynch.com/annemarie.mccullough"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.427334"], ["updated_at", "2018-12-10 20:39:22.427334"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut eos suscipit recusandae."], ["info_url", "http://homenick.info/latasha"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.430235"], ["updated_at", "2018-12-10 20:39:22.430235"], ["developer_id", 7]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et aspernatur totam eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.431009"], ["updated_at", "2018-12-10 20:39:22.431009"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Iure quod a fugiat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem at labore tenetur."], ["url", "http://schinnerbruen.io/afton_ondricka"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.434424"], ["updated_at", "2018-12-10 20:39:22.434424"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Hic est at et."], ["info_url", "http://koepppacocha.org/bridgett.walker"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.436034"], ["updated_at", "2018-12-10 20:39:22.436034"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nicolaskling.name/rachal.heathcote"], ["description", "Accusantium odio veniam mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.439967"], ["updated_at", "2018-12-10 20:39:22.439967"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum accusantium quo id."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.440837"], ["updated_at", "2018-12-10 20:39:22.440837"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Iusto assumenda veritatis a."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lubowitz.com/lavone.volkman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.443297"], ["updated_at", "2018-12-10 20:39:22.443297"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sawayn.info/gwyneth"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.444635"], ["updated_at", "2018-12-10 20:39:22.444635"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem reprehenderit blanditiis ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.447891"], ["updated_at", "2018-12-10 20:39:22.447891"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Ut voluptas pariatur enim."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ullam dolores aut autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.451069"], ["updated_at", "2018-12-10 20:39:22.451069"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Exercitationem sed asperiores accusamus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Molestias qui ipsa doloremque.", "is_live"=>"true", "promo_image_url"=>"http://beerward.co/michal.cartwright", "promo_text"=>"Repudiandae sequi doloribus molestiae.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Molestias qui ipsa doloremque."], ["promo_text", "Repudiandae sequi doloribus molestiae."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:39:22.461307"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 8ms (ActiveRecord: 2.0ms)

Testimonial Load (0.7ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lakin.org/keith"], ["description", "Sapiente et corporis sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.469797"], ["updated_at", "2018-12-10 20:39:22.469797"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In nam quo et."], ["url", "http://schumm.info/brant_schuppe"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.474066"], ["updated_at", "2018-12-10 20:39:22.474066"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus quo a quam."], ["info_url", "http://millerwatsica.biz/sherrie"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.478276"], ["updated_at", "2018-12-10 20:39:22.478276"], ["developer_id", 9]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed odio sunt doloremque."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.479949"], ["updated_at", "2018-12-10 20:39:22.479949"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Sed et enim itaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et eaque blanditiis aperiam."], ["url", "http://wunsch.name/willy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.484447"], ["updated_at", "2018-12-10 20:39:22.484447"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis libero vero id."], ["info_url", "http://kutch.io/georgann_reichert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.486431"], ["updated_at", "2018-12-10 20:39:22.486431"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stammupton.net/fred.gulgowski"], ["description", "Voluptatibus quibusdam ducimus molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.491548"], ["updated_at", "2018-12-10 20:39:22.491548"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit qui expedita alias."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.492652"], ["updated_at", "2018-12-10 20:39:22.492652"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Dolorem dolorum aut distinctio."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://murphylehner.net/augustine.tillman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.496145"], ["updated_at", "2018-12-10 20:39:22.496145"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://windler.net/lewis"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.497302"], ["updated_at", "2018-12-10 20:39:22.497302"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed aspernatur dolor et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.500165"], ["updated_at", "2018-12-10 20:39:22.500165"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Enim exercitationem libero dolore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Dicta repellendus ratione suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.503977"], ["updated_at", "2018-12-10 20:39:22.503977"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est velit ad velit."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Corrupti est possimus voluptas.", "is_live"=>"true", "promo_image_url"=>"http://bergnaum.net/leland_beer", "promo_text"=>"Et suscipit sint deleniti.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"5"}
Testimonial Load (0.8ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (1.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Corrupti est possimus voluptas."], ["promo_text", "Et suscipit sint deleniti."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:39:22.517010"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/5 Completed 302 Found in 14ms (ActiveRecord: 3.9ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://conn.net/sherman.bernier"], ["description", "Enim voluptatem itaque et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.528099"], ["updated_at", "2018-12-10 20:39:22.528099"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fuga eligendi quos laudantium."], ["url", "http://connellykovacek.net/flavia_kovacek"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.532331"], ["updated_at", "2018-12-10 20:39:22.532331"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque harum deleniti natus."], ["info_url", "http://romaguera.org/sonia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.536607"], ["updated_at", "2018-12-10 20:39:22.536607"], ["developer_id", 11]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut accusamus quibusdam quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.537860"], ["updated_at", "2018-12-10 20:39:22.537860"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Maxime ea accusamus sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem corrupti aliquid reprehenderit."], ["url", "http://borer.net/dorris_mcclure"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.542010"], ["updated_at", "2018-12-10 20:39:22.542010"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deserunt corrupti rerum aut."], ["info_url", "http://zulaufmorar.com/delfina"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.544184"], ["updated_at", "2018-12-10 20:39:22.544184"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (3.0ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermiston.org/chas"], ["description", "Ab illum impedit et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.553900"], ["updated_at", "2018-12-10 20:39:22.553900"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et nam totam corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.555838"], ["updated_at", "2018-12-10 20:39:22.555838"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Porro sed odio nulla."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boehm.com/emerson_wilderman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.563071"], ["updated_at", "2018-12-10 20:39:22.563071"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://will.org/petrina_schuster"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.564763"], ["updated_at", "2018-12-10 20:39:22.564763"], ["distributor_id", 6], ["app_id", 12]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est temporibus vero officia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.570142"], ["updated_at", "2018-12-10 20:39:22.570142"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Non similique ad eum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ab et sunt voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.576943"], ["updated_at", "2018-12-10 20:39:22.576943"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quaerat est velit ipsa."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.0ms)

Testimonial Load (0.4ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cormier.com/tamara"], ["description", "Sunt vitae enim corporis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.609521"], ["updated_at", "2018-12-10 20:39:22.609521"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo omnis totam deleniti."], ["url", "http://spinka.com/leonida"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.615713"], ["updated_at", "2018-12-10 20:39:22.615713"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Alias consequuntur quidem nostrum."], ["info_url", "http://rohan.org/alex"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.620463"], ["updated_at", "2018-12-10 20:39:22.620463"], ["developer_id", 13]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae ad ipsa ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.622187"], ["updated_at", "2018-12-10 20:39:22.622187"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Et eum quisquam qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum nam eum at."], ["url", "http://rolfson.net/lashaunda"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.626483"], ["updated_at", "2018-12-10 20:39:22.626483"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea aliquam enim accusamus."], ["info_url", "http://hagenesbergnaum.co/nolan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.628562"], ["updated_at", "2018-12-10 20:39:22.628562"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://erdman.info/fannie"], ["description", "Et odit id voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.633085"], ["updated_at", "2018-12-10 20:39:22.633085"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque ipsa esse vitae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.634108"], ["updated_at", "2018-12-10 20:39:22.634108"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Nostrum ipsum dolorem dolor."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sauer.biz/gus.ebert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.637056"], ["updated_at", "2018-12-10 20:39:22.637056"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okon.info/kerry"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.638134"], ["updated_at", "2018-12-10 20:39:22.638134"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut quibusdam consequatur quas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.640665"], ["updated_at", "2018-12-10 20:39:22.640665"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Asperiores eaque rem maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Architecto possimus omnis adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.643584"], ["updated_at", "2018-12-10 20:39:22.643584"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Accusantium sed assumenda cumque."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 15:39:22 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.9ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://prosacco.org/samuel"], ["description", "Quis ipsam et sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.659114"], ["updated_at", "2018-12-10 20:39:22.659114"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat officia distinctio omnis."], ["url", "http://bogan.name/carmon_davis"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.663880"], ["updated_at", "2018-12-10 20:39:22.663880"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus molestiae ducimus voluptas."], ["info_url", "http://huelswift.org/emory"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.668970"], ["updated_at", "2018-12-10 20:39:22.668970"], ["developer_id", 15]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti earum sapiente ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.670589"], ["updated_at", "2018-12-10 20:39:22.670589"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Provident esse officiis eaque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"15"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sauerbotsford.io/pamella.fahey"], ["description", "Non delectus perferendis nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.698765"], ["updated_at", "2018-12-10 20:39:22.698765"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel in numquam officia."], ["url", "http://klein.info/ashley.braun"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.703479"], ["updated_at", "2018-12-10 20:39:22.703479"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Suscipit sed quos sit."], ["info_url", "http://mullermohr.co/burl_johnson"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.707356"], ["updated_at", "2018-12-10 20:39:22.707356"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores repellendus sint harum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.708627"], ["updated_at", "2018-12-10 20:39:22.708627"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Vero eum laboriosam quisquam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"16"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blick.info/bibi.haley"], ["description", "Sint pariatur quae et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.718783"], ["updated_at", "2018-12-10 20:39:22.718783"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Optio quisquam et consequatur."], ["url", "http://krajcikrohan.biz/lyndia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.725819"], ["updated_at", "2018-12-10 20:39:22.725819"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates ullam quasi ducimus."], ["info_url", "http://moorenienow.io/jaimee"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.732779"], ["updated_at", "2018-12-10 20:39:22.732779"], ["developer_id", 17]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur corrupti modi ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.736119"], ["updated_at", "2018-12-10 20:39:22.736119"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Culpa rerum qui et."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"17"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://adams.co/perry_romaguera"], ["description", "Itaque optio facere voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.750620"], ["updated_at", "2018-12-10 20:39:22.750620"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi dolores harum est."], ["url", "http://turneremmerich.info/eugenio"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.756646"], ["updated_at", "2018-12-10 20:39:22.756646"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas ratione sint et."], ["info_url", "http://senger.org/earle"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.763925"], ["updated_at", "2018-12-10 20:39:22.763925"], ["developer_id", 18]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut blanditiis soluta magnam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.765717"], ["updated_at", "2018-12-10 20:39:22.765717"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Quibusdam et natus dolore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Autem animi et veritatis.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://welch.name/earnest"}, "id"=>"18"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Autem animi et veritatis."], ["shop_link", "http://welch.name/earnest"], ["updated_at", "2018-12-10 20:39:22.773416"], ["id", 18]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/18 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mertz.info/deirdre.trantow"], ["description", "Corporis molestiae dolore explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.780998"], ["updated_at", "2018-12-10 20:39:22.780998"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut reprehenderit in aut."], ["url", "http://jacobs.info/roseanne"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.785205"], ["updated_at", "2018-12-10 20:39:22.785205"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et neque et iusto."], ["info_url", "http://franeckirodriguez.info/louis_mayert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.789319"], ["updated_at", "2018-12-10 20:39:22.789319"], ["developer_id", 19]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut dolor et sequi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.790701"], ["updated_at", "2018-12-10 20:39:22.790701"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Hic esse modi aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Illum sit sequi omnis.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://leffler.co/trevor_okeefe"}, "id"=>"19"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Illum sit sequi omnis."], ["shop_link", "http://leffler.co/trevor_okeefe"], ["updated_at", "2018-12-10 20:39:22.796603"], ["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/19 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcglynn.io/simon.stanton"], ["description", "Eos nisi quas ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.803212"], ["updated_at", "2018-12-10 20:39:22.803212"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor quod eius aspernatur."], ["url", "http://mclaughlin.org/royce"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.807668"], ["updated_at", "2018-12-10 20:39:22.807668"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione rerum voluptatem vel."], ["info_url", "http://goyettesawayn.name/greg_bartoletti"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.813487"], ["updated_at", "2018-12-10 20:39:22.813487"], ["developer_id", 20]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut nesciunt autem labore."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.815288"], ["updated_at", "2018-12-10 20:39:22.815288"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Reiciendis fugit facilis porro."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Nobis est commodi ipsum.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://harberhuel.biz/mireya"}, "id"=>"20"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Nobis est commodi ipsum."], ["shop_link", "http://harberhuel.biz/mireya"], ["updated_at", "2018-12-10 20:39:22.820724"], ["id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/20 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jaskolskijacobi.co/randolph_waelchi"], ["description", "Autem consequatur quo qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.826101"], ["updated_at", "2018-12-10 20:39:22.826101"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed repudiandae odit sunt."], ["url", "http://watsicabernhard.net/ignacio_douglas"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.830043"], ["updated_at", "2018-12-10 20:39:22.830043"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Excepturi perspiciatis quae magnam."], ["info_url", "http://weber.name/ahmad.zulauf"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.833855"], ["updated_at", "2018-12-10 20:39:22.833855"], ["developer_id", 21]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis sed numquam sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:22.835695"], ["updated_at", "2018-12-10 20:39:22.835695"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Quasi eveniet sit sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (2.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (1.7ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.6ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.6ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.5ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (1.3ms)  COMMIT
 (0.3ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (1.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 15:39:27 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.2ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (1.1ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (5.5ms)

Completed 500 Internal Server Error in 724ms (ActiveRecord: 19.2ms)

 (0.3ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.3ms)  COMMIT
 (427.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (2.6ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 15:39:28 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.7ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.7ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (5.9ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 1.4ms)

 (0.2ms)  BEGIN
 (1.5ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (3.8ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (78.5ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (34.3ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.3ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strosin.biz/dana"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.237135"], ["updated_at", "2018-12-10 20:39:29.237135"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda et at omnis."], ["url", "http://jacobson.co/rueben.brekke"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.243137"], ["updated_at", "2018-12-10 20:39:29.243137"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione distinctio incidunt et."], ["info_url", "http://leannon.org/waneta"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.248081"], ["updated_at", "2018-12-10 20:39:29.248081"], ["developer_id", 1]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mills.biz/esmeralda.casper"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.250457"], ["updated_at", "2018-12-10 20:39:29.250457"], ["distributor_id", 1], ["app_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"1"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuhnwalsh.io/kimberlee.collins"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.263664"], ["updated_at", "2018-12-10 20:39:29.263664"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui illo modi dolores."], ["url", "http://ondricka.com/son_paucek"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.269430"], ["updated_at", "2018-12-10 20:39:29.269430"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde iusto laboriosam mollitia."], ["info_url", "http://mitchellparisian.org/aura"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.273331"], ["updated_at", "2018-12-10 20:39:29.273331"], ["developer_id", 2]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://whitehartmann.name/raleigh.crooks"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.274644"], ["updated_at", "2018-12-10 20:39:29.274644"], ["distributor_id", 2], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"2"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 1.2ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hartmann.io/marcelene.ryan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.287052"], ["updated_at", "2018-12-10 20:39:29.287052"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Libero in praesentium perspiciatis."], ["url", "http://emmerich.io/cory_schultz"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.291741"], ["updated_at", "2018-12-10 20:39:29.291741"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Impedit quas aliquid voluptatem."], ["info_url", "http://fisherritchie.info/hershel_konopelski"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.295101"], ["updated_at", "2018-12-10 20:39:29.295101"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mayerzieme.info/marylouise"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.296539"], ["updated_at", "2018-12-10 20:39:29.296539"], ["distributor_id", 3], ["app_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"3"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.3ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kingwindler.info/gertha.kling"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.321152"], ["updated_at", "2018-12-10 20:39:29.321152"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae optio rerum soluta."], ["url", "http://berge.co/deirdre_farrell"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.325573"], ["updated_at", "2018-12-10 20:39:29.325573"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error rerum quis necessitatibus."], ["info_url", "http://lebsack.biz/dusty.hoeger"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.329729"], ["updated_at", "2018-12-10 20:39:29.329729"], ["developer_id", 4]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thielkerluke.com/pok"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.331049"], ["updated_at", "2018-12-10 20:39:29.331049"], ["distributor_id", 4], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://harris.co/mitch"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.343891"], ["updated_at", "2018-12-10 20:39:29.343891"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Totam ea voluptas vel."], ["url", "http://greenfelder.net/wendi.hackett"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.348697"], ["updated_at", "2018-12-10 20:39:29.348697"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est alias quaerat maxime."], ["info_url", "http://lockman.org/jeremy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.352090"], ["updated_at", "2018-12-10 20:39:29.352090"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grantlebsack.com/titus_beahan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.353462"], ["updated_at", "2018-12-10 20:39:29.353462"], ["distributor_id", 5], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://yost.co/ted_pouros", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"5"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://yost.co/ted_pouros"], ["updated_at", "2018-12-10 20:39:29.358914"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/5 Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bruen.info/andria"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.366253"], ["updated_at", "2018-12-10 20:39:29.366253"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Natus dolor maiores enim."], ["url", "http://hagenes.info/ernie"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.370811"], ["updated_at", "2018-12-10 20:39:29.370811"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis consequatur voluptatum quia."], ["info_url", "http://kertzmannwaters.co/madelyn.hilpert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.374769"], ["updated_at", "2018-12-10 20:39:29.374769"], ["developer_id", 6]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondrickawuckert.net/wm"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.375961"], ["updated_at", "2018-12-10 20:39:29.375961"], ["distributor_id", 6], ["app_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://kuhn.name/mireya", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"6"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://kuhn.name/mireya"], ["updated_at", "2018-12-10 20:39:29.381921"], ["id", 6]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/6 Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walsh.io/wilhemina_reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.388328"], ["updated_at", "2018-12-10 20:39:29.388328"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Officiis temporibus in animi."], ["url", "http://ruecker.org/palma_parisian"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.392892"], ["updated_at", "2018-12-10 20:39:29.392892"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Debitis vel officia quasi."], ["info_url", "http://hansen.io/isabella_skiles"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.397085"], ["updated_at", "2018-12-10 20:39:29.397085"], ["developer_id", 7]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmittherzog.org/brandon_farrell"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.398363"], ["updated_at", "2018-12-10 20:39:29.398363"], ["distributor_id", 7], ["app_id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://gottliebdouglas.net/gilbert_hahn", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"7"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://gottliebdouglas.net/gilbert_hahn"], ["updated_at", "2018-12-10 20:39:29.404513"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/7 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lynchjaskolski.net/alvina"], ["description", "Repudiandae non tempora id."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.432068"], ["updated_at", "2018-12-10 20:39:29.432068"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quae sunt dolores iure."], ["url", "http://prosacco.co/patsy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.436912"], ["updated_at", "2018-12-10 20:39:29.436912"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut quis veniam iste."], ["info_url", "http://binshyatt.name/shaneka"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.441662"], ["updated_at", "2018-12-10 20:39:29.441662"], ["developer_id", 8]]
SQL (1.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit odit dolorum ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.443442"], ["updated_at", "2018-12-10 20:39:29.443442"], ["app_id", 8], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Reiciendis dolores rerum voluptatum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat ea numquam suscipit."], ["url", "http://oharastamm.org/peggy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.449271"], ["updated_at", "2018-12-10 20:39:29.449271"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim non ratione aliquam."], ["info_url", "http://hahn.net/leora"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.451711"], ["updated_at", "2018-12-10 20:39:29.451711"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rathgulgowski.com/mark.beer"], ["description", "Tempora inventore voluptas voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.457444"], ["updated_at", "2018-12-10 20:39:29.457444"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima rem quos hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.458622"], ["updated_at", "2018-12-10 20:39:29.458622"], ["app_id", 9], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Consequatur in qui sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nienowkihn.org/chloe"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.462228"], ["updated_at", "2018-12-10 20:39:29.462228"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://christiansen.co/doyle"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.463500"], ["updated_at", "2018-12-10 20:39:29.463500"], ["distributor_id", 8], ["app_id", 9]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut ducimus voluptatum libero."], ["url", "http://waelchidibbert.org/eduardo_murray"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.483849"], ["updated_at", "2018-12-10 20:39:29.483849"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://douglaserdman.net/kimiko.boehm"], ["description", "Aut quos ad voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.504465"], ["updated_at", "2018-12-10 20:39:29.504465"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos laboriosam iure voluptas."], ["url", "http://rolfson.name/kenneth.vonrueden"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.509332"], ["updated_at", "2018-12-10 20:39:29.509332"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus neque vel similique."], ["info_url", "http://reichelleffler.biz/fidel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.514552"], ["updated_at", "2018-12-10 20:39:29.514552"], ["developer_id", 11]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat nobis ut voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.515834"], ["updated_at", "2018-12-10 20:39:29.515834"], ["app_id", 10], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Adipisci deserunt dolores et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione aut et quia."], ["url", "http://jacobi.biz/lyndon"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.521109"], ["updated_at", "2018-12-10 20:39:29.521109"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et sit eum et."], ["info_url", "http://kilback.name/vivan.murray"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.523493"], ["updated_at", "2018-12-10 20:39:29.523493"], ["developer_id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://collier.com/phillip.labadie"], ["description", "Magni eos laborum eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.528969"], ["updated_at", "2018-12-10 20:39:29.528969"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio esse impedit sunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.530217"], ["updated_at", "2018-12-10 20:39:29.530217"], ["app_id", 11], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Asperiores eum autem numquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bahringer.name/gwyn.nikolaus"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.533983"], ["updated_at", "2018-12-10 20:39:29.533983"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesen.biz/austin.borer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.535052"], ["updated_at", "2018-12-10 20:39:29.535052"], ["distributor_id", 9], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis repellendus sunt nulla."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.538399"], ["updated_at", "2018-12-10 20:39:29.538399"], ["app_id", 11], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Est sequi velit quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.3ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oreillywillms.net/barney.auer"], ["description", "At impedit nulla sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.576200"], ["updated_at", "2018-12-10 20:39:29.576200"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex id enim iste."], ["url", "http://schambergerwaters.co/brittney"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.581687"], ["updated_at", "2018-12-10 20:39:29.581687"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nesciunt fuga sed sit."], ["info_url", "http://cartwright.name/sergio"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.590123"], ["updated_at", "2018-12-10 20:39:29.590123"], ["developer_id", 13]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis suscipit ut ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.592712"], ["updated_at", "2018-12-10 20:39:29.592712"], ["app_id", 12], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Numquam dicta blanditiis eum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis deserunt at maiores."], ["url", "http://barrows.biz/derek"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.598919"], ["updated_at", "2018-12-10 20:39:29.598919"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui sit voluptas quisquam."], ["info_url", "http://nitzsche.co/felicita.langworth"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.601502"], ["updated_at", "2018-12-10 20:39:29.601502"], ["developer_id", 14]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rosenbaum.name/raymundo"], ["description", "Praesentium non sed suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.608055"], ["updated_at", "2018-12-10 20:39:29.608055"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum voluptas eos repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.609216"], ["updated_at", "2018-12-10 20:39:29.609216"], ["app_id", 13], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Dolores tempora dolor minus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://marks.net/anthony"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.613749"], ["updated_at", "2018-12-10 20:39:29.613749"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runte.com/rudolf.littel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.614989"], ["updated_at", "2018-12-10 20:39:29.614989"], ["distributor_id", 10], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui eligendi voluptatem soluta."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.618229"], ["updated_at", "2018-12-10 20:39:29.618229"], ["app_id", 13], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Maiores quia eligendi illum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.5ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Dolor mollitia enim aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.621959"], ["updated_at", "2018-12-10 20:39:29.621959"], ["works_with_id", 8]]
 (1.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 7ms (ActiveRecord: 1.0ms)

 (0.3ms)  SELECT COUNT(*) FROM "example_images"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.4ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mitchell.net/carter_dickens"], ["description", "Aut minima nemo aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.650809"], ["updated_at", "2018-12-10 20:39:29.650809"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui quidem earum debitis."], ["url", "http://price.org/filiberto"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.661591"], ["updated_at", "2018-12-10 20:39:29.661591"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et ab voluptatem nobis."], ["info_url", "http://kilback.co/deandre"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.666697"], ["updated_at", "2018-12-10 20:39:29.666697"], ["developer_id", 15]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi dolor ut quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.668254"], ["updated_at", "2018-12-10 20:39:29.668254"], ["app_id", 14], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Mollitia rerum aut maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Officia optio id fugit."], ["url", "http://shanahan.com/lorriane"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.672865"], ["updated_at", "2018-12-10 20:39:29.672865"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut quos commodi eaque."], ["info_url", "http://boyer.co/sharell_beatty"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.674881"], ["updated_at", "2018-12-10 20:39:29.674881"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schinner.info/bethanie"], ["description", "Minus repellendus esse nulla."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.681183"], ["updated_at", "2018-12-10 20:39:29.681183"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia velit accusamus beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.682546"], ["updated_at", "2018-12-10 20:39:29.682546"], ["app_id", 15], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Nam accusamus neque mollitia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stiedemann.info/elicia.waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.686302"], ["updated_at", "2018-12-10 20:39:29.686302"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://damorehintz.org/nicky.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.687705"], ["updated_at", "2018-12-10 20:39:29.687705"], ["distributor_id", 11], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui deserunt ut laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.691515"], ["updated_at", "2018-12-10 20:39:29.691515"], ["app_id", 15], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Ad consequatur id reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ullam veritatis alias voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.693917"], ["updated_at", "2018-12-10 20:39:29.693917"], ["works_with_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ernser.com/marybeth"], ["description", "Fugiat voluptatum neque consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.703330"], ["updated_at", "2018-12-10 20:39:29.703330"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum ipsa sunt ut."], ["url", "http://wintheiserwilkinson.name/clora.koepp"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.707142"], ["updated_at", "2018-12-10 20:39:29.707142"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores blanditiis temporibus eos."], ["info_url", "http://tillman.info/walker"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.710259"], ["updated_at", "2018-12-10 20:39:29.710259"], ["developer_id", 17]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui facilis ipsam laboriosam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.711806"], ["updated_at", "2018-12-10 20:39:29.711806"], ["app_id", 16], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Sit quae atque doloribus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deleniti accusantium autem laborum."], ["url", "http://kerluke.org/tyree"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.715893"], ["updated_at", "2018-12-10 20:39:29.715893"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis libero ex omnis."], ["info_url", "http://pagac.name/rita_kunze"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.718165"], ["updated_at", "2018-12-10 20:39:29.718165"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotte.net/keneth_miller"], ["description", "Et doloribus deserunt voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.723403"], ["updated_at", "2018-12-10 20:39:29.723403"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum quam aut incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.724528"], ["updated_at", "2018-12-10 20:39:29.724528"], ["app_id", 17], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Atque animi consequatur doloremque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://raynor.biz/katia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.727821"], ["updated_at", "2018-12-10 20:39:29.727821"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brakus.biz/pauletta_grant"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.729385"], ["updated_at", "2018-12-10 20:39:29.729385"], ["distributor_id", 12], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit ut inventore eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.732871"], ["updated_at", "2018-12-10 20:39:29.732871"], ["app_id", 17], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Saepe voluptates possimus rerum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Pariatur facilis odit eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.735869"], ["updated_at", "2018-12-10 20:39:29.735869"], ["works_with_id", 14]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"3"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schummhills.net/leoma"], ["description", "Incidunt officiis sint atque."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.767452"], ["updated_at", "2018-12-10 20:39:29.767452"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed laudantium ut quaerat."], ["url", "http://quitzon.io/carlos.williamson"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.771710"], ["updated_at", "2018-12-10 20:39:29.771710"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam qui architecto omnis."], ["info_url", "http://feeneyrau.io/anja_green"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.775693"], ["updated_at", "2018-12-10 20:39:29.775693"], ["developer_id", 19]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam dolores id eligendi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.777057"], ["updated_at", "2018-12-10 20:39:29.777057"], ["app_id", 18], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Sit non cum sit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium molestias et commodi."], ["url", "http://blanda.name/carmelia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.784985"], ["updated_at", "2018-12-10 20:39:29.784985"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quaerat eos tempore nulla."], ["info_url", "http://blick.io/val"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.788176"], ["updated_at", "2018-12-10 20:39:29.788176"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://deckow.name/myriam"], ["description", "At saepe eligendi quos."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.793727"], ["updated_at", "2018-12-10 20:39:29.793727"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A reprehenderit ea voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.795024"], ["updated_at", "2018-12-10 20:39:29.795024"], ["app_id", 19], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Vitae excepturi aut modi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnson.info/norbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.798547"], ["updated_at", "2018-12-10 20:39:29.798547"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconnell.org/archie_volkman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.799866"], ["updated_at", "2018-12-10 20:39:29.799866"], ["distributor_id", 13], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio et quasi expedita."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.803018"], ["updated_at", "2018-12-10 20:39:29.803018"], ["app_id", 19], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Quo exercitationem iure eius."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Cupiditate distinctio rem et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.805456"], ["updated_at", "2018-12-10 20:39:29.805456"], ["works_with_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Fugit natus in debitis.", "image_url"=>"http://altenwerth.co/mitch.ko", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Fugit natus in debitis."], ["updated_at", "2018-12-10 20:39:29.817977"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 11ms (ActiveRecord: 2.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://west.co/cornell.nader"], ["description", "Nesciunt aut laboriosam inventore."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.825404"], ["updated_at", "2018-12-10 20:39:29.825404"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem sint sequi rerum."], ["url", "http://conroy.biz/lula"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.833798"], ["updated_at", "2018-12-10 20:39:29.833798"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati illum sed est."], ["info_url", "http://heel.co/rosy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.839159"], ["updated_at", "2018-12-10 20:39:29.839159"], ["developer_id", 21]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero quo et itaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.840572"], ["updated_at", "2018-12-10 20:39:29.840572"], ["app_id", 20], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Aut possimus voluptas minima."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam in maxime tenetur."], ["url", "http://nikolausdoyle.com/lazaro.lind"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.845768"], ["updated_at", "2018-12-10 20:39:29.845768"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et nesciunt omnis omnis."], ["info_url", "http://rogahnschimmel.co/scott"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.848688"], ["updated_at", "2018-12-10 20:39:29.848688"], ["developer_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stokes.io/constance"], ["description", "Autem assumenda dolorum et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.855523"], ["updated_at", "2018-12-10 20:39:29.855523"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et dignissimos similique sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.857001"], ["updated_at", "2018-12-10 20:39:29.857001"], ["app_id", 21], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Minima sunt omnis similique."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bode.org/madeleine"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.862482"], ["updated_at", "2018-12-10 20:39:29.862482"], ["icon_id", "apple"]]
SQL (3.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://roobfadel.io/klara"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.864202"], ["updated_at", "2018-12-10 20:39:29.864202"], ["distributor_id", 14], ["app_id", 21]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae sapiente voluptas fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.872508"], ["updated_at", "2018-12-10 20:39:29.872508"], ["app_id", 21], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Ea aperiam cupiditate et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Temporibus natus et et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.877069"], ["updated_at", "2018-12-10 20:39:29.877069"], ["works_with_id", 20]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Id ut deserunt est.", "image_url"=>"http://luettgenwiza.biz/kaitlin.botsford", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
SQL (0.7ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Id ut deserunt est."], ["updated_at", "2018-12-10 20:39:29.895190"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 15ms (ActiveRecord: 3.2ms)

 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hartmann.info/hilton"], ["description", "Ea qui non neque."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.909264"], ["updated_at", "2018-12-10 20:39:29.909264"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore iure eligendi quasi."], ["url", "http://hintz.net/winfred"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.917167"], ["updated_at", "2018-12-10 20:39:29.917167"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Earum nam esse inventore."], ["info_url", "http://huelsquitzon.name/aldo"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.925811"], ["updated_at", "2018-12-10 20:39:29.925811"], ["developer_id", 23]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum ea tempora deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.928176"], ["updated_at", "2018-12-10 20:39:29.928176"], ["app_id", 22], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Et laborum neque quod."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et earum omnis aspernatur."], ["url", "http://hahnbarton.name/elmo.carroll"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.938151"], ["updated_at", "2018-12-10 20:39:29.938151"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut officiis omnis soluta."], ["info_url", "http://romagueralangworth.biz/riley.olson"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.942784"], ["updated_at", "2018-12-10 20:39:29.942784"], ["developer_id", 24]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sawayn.io/jorge_mclaughlin"], ["description", "Deleniti illum nisi maiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.954998"], ["updated_at", "2018-12-10 20:39:29.954998"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem accusamus et cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.957567"], ["updated_at", "2018-12-10 20:39:29.957567"], ["app_id", 23], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Deleniti sit placeat reiciendis."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermann.name/cathrine"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.964295"], ["updated_at", "2018-12-10 20:39:29.964295"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobson.co/troy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.966556"], ["updated_at", "2018-12-10 20:39:29.966556"], ["distributor_id", 15], ["app_id", 23]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda necessitatibus quam sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.972467"], ["updated_at", "2018-12-10 20:39:29.972467"], ["app_id", 23], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Non ut quidem et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Maiores id aut nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:29.977852"], ["updated_at", "2018-12-10 20:39:29.977852"], ["works_with_id", 23]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Excepturi pariatur possimus dolor.", "image_url"=>"http://stamm.info/david_hansen", "is_live"=>"true"}, "id"=>"6"}
ExampleImage Load (0.5ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.5ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Excepturi pariatur possimus dolor."], ["updated_at", "2018-12-10 20:39:29.999106"], ["id", 6]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/6 Completed 302 Found in 18ms (ActiveRecord: 3.3ms)

ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blanda.info/jill"], ["description", "Eius consequatur harum nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.019865"], ["updated_at", "2018-12-10 20:39:30.019865"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit quod placeat nihil."], ["url", "http://okuneva.name/emilio.graham"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.025631"], ["updated_at", "2018-12-10 20:39:30.025631"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quisquam sed suscipit dolor."], ["info_url", "http://maggionolan.io/jerry"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.035373"], ["updated_at", "2018-12-10 20:39:30.035373"], ["developer_id", 25]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et consequatur dignissimos quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.036995"], ["updated_at", "2018-12-10 20:39:30.036995"], ["app_id", 24], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Mollitia ipsum dolores inventore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cumque ipsum voluptatum iure."], ["url", "http://lowe.co/boris.cremin"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.042785"], ["updated_at", "2018-12-10 20:39:30.042785"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea mollitia exercitationem esse."], ["info_url", "http://fay.biz/elicia_ohara"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.045341"], ["updated_at", "2018-12-10 20:39:30.045341"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://willmsfriesen.net/margarito"], ["description", "Sed nihil qui vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.051759"], ["updated_at", "2018-12-10 20:39:30.051759"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat aut ut molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.053868"], ["updated_at", "2018-12-10 20:39:30.053868"], ["app_id", 25], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Quod dolor dicta quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rippin.name/nisha_keler"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.058197"], ["updated_at", "2018-12-10 20:39:30.058197"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://donnelly.com/sandy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.059363"], ["updated_at", "2018-12-10 20:39:30.059363"], ["distributor_id", 16], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos consequatur accusamus sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.063609"], ["updated_at", "2018-12-10 20:39:30.063609"], ["app_id", 25], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Doloremque minus saepe mollitia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Tempora quisquam vel iusto."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.066717"], ["updated_at", "2018-12-10 20:39:30.066717"], ["works_with_id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.6ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.3ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.4ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.3ms)  COMMIT
 (0.3ms)  BEGIN
 (0.9ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schulist.biz/rafael"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.129597"], ["updated_at", "2018-12-10 20:39:30.129597"], ["icon_id", "apple"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Officia perspiciatis ea sed."], ["url", "http://heathcote.name/adam"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.157864"], ["updated_at", "2018-12-10 20:39:30.157864"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores nobis doloremque qui."], ["info_url", "http://miller.net/earnest"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.165906"], ["updated_at", "2018-12-10 20:39:30.165906"], ["developer_id", 27]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pfannerstill.net/antionette.wuckert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.168594"], ["updated_at", "2018-12-10 20:39:30.168594"], ["distributor_id", 17], ["app_id", 26]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab enim et repudiandae."], ["url", "http://roberts.io/palmer.bruen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.178210"], ["updated_at", "2018-12-10 20:39:30.178210"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium ut magnam non."], ["info_url", "http://carter.name/rigoberto"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.183198"], ["updated_at", "2018-12-10 20:39:30.183198"], ["developer_id", 28]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hyattwest.biz/arlen.boyle"], ["description", "Autem laudantium facere natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.191552"], ["updated_at", "2018-12-10 20:39:30.191552"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla vero laboriosam dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.195323"], ["updated_at", "2018-12-10 20:39:30.195323"], ["app_id", 27], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Consequatur libero repellendus id."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lebsackflatley.co/arla"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.204099"], ["updated_at", "2018-12-10 20:39:30.204099"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://shanahanschowalter.net/katelyn.conn"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.205252"], ["updated_at", "2018-12-10 20:39:30.205252"], ["distributor_id", 18], ["app_id", 27]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (1.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kerluke.info/luigi.glover"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.226646"], ["updated_at", "2018-12-10 20:39:30.226646"], ["icon_id", "apple"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut quia impedit cumque."], ["url", "http://marquardtolson.co/william_moen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.233463"], ["updated_at", "2018-12-10 20:39:30.233463"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Itaque similique reprehenderit molestiae."], ["info_url", "http://osinski.org/soledad"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.238777"], ["updated_at", "2018-12-10 20:39:30.238777"], ["developer_id", 29]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerlach.com/federico.waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.240674"], ["updated_at", "2018-12-10 20:39:30.240674"], ["distributor_id", 19], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda voluptates voluptas consequatur."], ["url", "http://volkmanluettgen.net/amado"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.247382"], ["updated_at", "2018-12-10 20:39:30.247382"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus cum ex modi."], ["info_url", "http://grimes.io/colene.will"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.251446"], ["updated_at", "2018-12-10 20:39:30.251446"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfsdottir.info/jordon_lebsack"], ["description", "Quis explicabo expedita deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.268143"], ["updated_at", "2018-12-10 20:39:30.268143"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem velit placeat quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.270591"], ["updated_at", "2018-12-10 20:39:30.270591"], ["app_id", 29], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Rem voluptatem eius quaerat."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://westhamill.net/dane_cummings"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.276536"], ["updated_at", "2018-12-10 20:39:30.276536"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hammesbatz.biz/kenny"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.278647"], ["updated_at", "2018-12-10 20:39:30.278647"], ["distributor_id", 20], ["app_id", 29]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yundtrodriguez.io/willa.bernhard"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.282561"], ["updated_at", "2018-12-10 20:39:30.282561"], ["distributor_id", 19], ["app_id", 29]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"21"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 0.4ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reichert.io/otha"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.324900"], ["updated_at", "2018-12-10 20:39:30.324900"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati et vel maxime."], ["url", "http://schmidt.org/roxy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.334044"], ["updated_at", "2018-12-10 20:39:30.334044"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor mollitia unde fugiat."], ["info_url", "http://daregulgowski.org/jama_gerlach"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.339985"], ["updated_at", "2018-12-10 20:39:30.339985"], ["developer_id", 31]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murphy.io/clifton.tremblay"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.342365"], ["updated_at", "2018-12-10 20:39:30.342365"], ["distributor_id", 21], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et sunt deserunt nihil."], ["url", "http://stroman.biz/freddie"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.350407"], ["updated_at", "2018-12-10 20:39:30.350407"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur aut corporis aut."], ["info_url", "http://konopelski.co/sanford"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.355459"], ["updated_at", "2018-12-10 20:39:30.355459"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://douglas.biz/judson"], ["description", "Sit iusto natus quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.362522"], ["updated_at", "2018-12-10 20:39:30.362522"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil nobis dolor iusto."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.363612"], ["updated_at", "2018-12-10 20:39:30.363612"], ["app_id", 31], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Qui odio at molestias."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gorczany.io/laci"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.366789"], ["updated_at", "2018-12-10 20:39:30.366789"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emard.name/tyler_nicolas"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.367894"], ["updated_at", "2018-12-10 20:39:30.367894"], ["distributor_id", 22], ["app_id", 31]]
 (1.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobs.name/ellan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.372587"], ["updated_at", "2018-12-10 20:39:30.372587"], ["distributor_id", 21], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://schinner.org/alfonso_crist"}, "id"=>"24"}
DistributorLink Load (0.6ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://schinner.org/alfonso_crist"], ["updated_at", "2018-12-10 20:39:30.387144"], ["id", 24]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/24 Completed 302 Found in 15ms (ActiveRecord: 2.3ms)

DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mann.io/jackie_marks"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.397525"], ["updated_at", "2018-12-10 20:39:30.397525"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo ipsum dicta impedit."], ["url", "http://kaulke.com/keith.armstrong"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.403414"], ["updated_at", "2018-12-10 20:39:30.403414"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda quia voluptatem ducimus."], ["info_url", "http://koepp.com/milagros.schoen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.407117"], ["updated_at", "2018-12-10 20:39:30.407117"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://barton.biz/shantae"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.408668"], ["updated_at", "2018-12-10 20:39:30.408668"], ["distributor_id", 23], ["app_id", 32]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo neque et amet."], ["url", "http://westhammes.info/bobbie.rath"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.413876"], ["updated_at", "2018-12-10 20:39:30.413876"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quibusdam eius iure eveniet."], ["info_url", "http://gloverswift.com/gonzalo.cole"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.416149"], ["updated_at", "2018-12-10 20:39:30.416149"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://considine.com/lavera.kuhic"], ["description", "Dolorum est nihil blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.424645"], ["updated_at", "2018-12-10 20:39:30.424645"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt quia aut voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.426688"], ["updated_at", "2018-12-10 20:39:30.426688"], ["app_id", 33], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Id temporibus vel beatae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nitzscheromaguera.net/karan_rath"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.432677"], ["updated_at", "2018-12-10 20:39:30.432677"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koepp.co/ali_hudson"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.434301"], ["updated_at", "2018-12-10 20:39:30.434301"], ["distributor_id", 24], ["app_id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmidtpfeffer.co/dahlia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.438013"], ["updated_at", "2018-12-10 20:39:30.438013"], ["distributor_id", 23], ["app_id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://turcottekunze.info/marty_keebler"}, "id"=>"27"}
DistributorLink Load (0.5ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.2ms)  SAVEPOINT active_record_1
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://turcottekunze.info/marty_keebler"], ["updated_at", "2018-12-10 20:39:30.452501"], ["id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/27 Completed 302 Found in 12ms (ActiveRecord: 2.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://shanahan.net/mohammed"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.463194"], ["updated_at", "2018-12-10 20:39:30.463194"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facilis ut iure quibusdam."], ["url", "http://klein.biz/roy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.471328"], ["updated_at", "2018-12-10 20:39:30.471328"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem quia ut optio."], ["info_url", "http://schultzorn.net/wendi_moen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.477524"], ["updated_at", "2018-12-10 20:39:30.477524"], ["developer_id", 35]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pfeffergleichner.org/seth.vandervort"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.481680"], ["updated_at", "2018-12-10 20:39:30.481680"], ["distributor_id", 25], ["app_id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim eligendi alias quod."], ["url", "http://creminreynolds.name/jeff"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.491424"], ["updated_at", "2018-12-10 20:39:30.491424"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Explicabo natus a dolorem."], ["info_url", "http://oharastark.name/thurman.weimann"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.496541"], ["updated_at", "2018-12-10 20:39:30.496541"], ["developer_id", 36]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blanda.io/heath"], ["description", "Et voluptates ratione tempora."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.505442"], ["updated_at", "2018-12-10 20:39:30.505442"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis tempora accusamus asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.506607"], ["updated_at", "2018-12-10 20:39:30.506607"], ["app_id", 35], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Itaque et quo ex."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://williamson.info/galina"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.511388"], ["updated_at", "2018-12-10 20:39:30.511388"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zemlakframi.info/romeo"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.512998"], ["updated_at", "2018-12-10 20:39:30.512998"], ["distributor_id", 26], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bernharddonnelly.info/avelina_williamson"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.517897"], ["updated_at", "2018-12-10 20:39:30.517897"], ["distributor_id", 25], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://thiel.biz/derick"}, "id"=>"30"}
DistributorLink Load (0.5ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.3ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://thiel.biz/derick"], ["updated_at", "2018-12-10 20:39:30.529903"], ["id", 30]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/30 Completed 302 Found in 9ms (ActiveRecord: 2.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schamberger.name/keenan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.537013"], ["updated_at", "2018-12-10 20:39:30.537013"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi iste aliquid deserunt."], ["url", "http://hintz.name/temple"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.544383"], ["updated_at", "2018-12-10 20:39:30.544383"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id maiores atque itaque."], ["info_url", "http://johns.com/terry"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.549980"], ["updated_at", "2018-12-10 20:39:30.549980"], ["developer_id", 37]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jaskolski.info/tifany"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.551369"], ["updated_at", "2018-12-10 20:39:30.551369"], ["distributor_id", 27], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil voluptas id asperiores."], ["url", "http://hillsjohns.net/harris.keebler"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.556440"], ["updated_at", "2018-12-10 20:39:30.556440"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem omnis itaque rerum."], ["info_url", "http://lednercorkery.biz/mack"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.558523"], ["updated_at", "2018-12-10 20:39:30.558523"], ["developer_id", 38]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gulgowski.name/georgina"], ["description", "Optio ad totam quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.564573"], ["updated_at", "2018-12-10 20:39:30.564573"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minus ipsum et modi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.565524"], ["updated_at", "2018-12-10 20:39:30.565524"], ["app_id", 37], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Commodi sint aliquid nam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strackepredovic.com/clayton_sipes"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.571860"], ["updated_at", "2018-12-10 20:39:30.571860"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://braun.biz/stefania.christiansen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.573334"], ["updated_at", "2018-12-10 20:39:30.573334"], ["distributor_id", 28], ["app_id", 37]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://morietteshanahan.io/theda_bayer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.576955"], ["updated_at", "2018-12-10 20:39:30.576955"], ["distributor_id", 27], ["app_id", 37]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"33"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 5ms (ActiveRecord: 1.3ms)

 (0.4ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmeler.name/arlie.blick"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.598459"], ["updated_at", "2018-12-10 20:39:30.598459"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione eos iusto laborum."], ["url", "http://farrell.co/zack"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.609185"], ["updated_at", "2018-12-10 20:39:30.609185"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui qui maiores dolorum."], ["info_url", "http://schimmelcollins.org/omer_kozey"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.617750"], ["updated_at", "2018-12-10 20:39:30.617750"], ["developer_id", 39]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://krajcik.org/ruel.durgan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.620565"], ["updated_at", "2018-12-10 20:39:30.620565"], ["distributor_id", 29], ["app_id", 38]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo qui maxime quidem."], ["url", "http://kreiger.com/mattie_mitchell"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.628698"], ["updated_at", "2018-12-10 20:39:30.628698"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempore ut sunt et."], ["info_url", "http://marks.com/latia.fritsch"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.633075"], ["updated_at", "2018-12-10 20:39:30.633075"], ["developer_id", 40]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://predovicfritsch.name/gladis"], ["description", "Ut quaerat fugiat qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.645992"], ["updated_at", "2018-12-10 20:39:30.645992"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam autem perferendis delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.648638"], ["updated_at", "2018-12-10 20:39:30.648638"], ["app_id", 39], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Cumque quia placeat aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://spencer.net/jeannetta_feeney"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.655556"], ["updated_at", "2018-12-10 20:39:30.655556"], ["icon_id", "apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bayer.co/karole_streich"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.657856"], ["updated_at", "2018-12-10 20:39:30.657856"], ["distributor_id", 30], ["app_id", 39]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://berge.org/clinton"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.661910"], ["updated_at", "2018-12-10 20:39:30.661910"], ["distributor_id", 29], ["app_id", 39]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"36"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
 (1.3ms)  SAVEPOINT active_record_1
SQL (2.1ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 36]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 9ms (ActiveRecord: 3.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (2.0ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (2.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.co/betsy"], ["description", "Omnis officia mollitia reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.710382"], ["updated_at", "2018-12-10 20:39:30.710382"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sapiente velit hic earum."], ["url", "http://dickinson.com/damian"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.716208"], ["updated_at", "2018-12-10 20:39:30.716208"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est blanditiis ipsam assumenda."], ["info_url", "http://runolfsdottirhuel.co/spencer_bartell"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.721020"], ["updated_at", "2018-12-10 20:39:30.721020"], ["developer_id", 41]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum autem non quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.722543"], ["updated_at", "2018-12-10 20:39:30.722543"], ["app_id", 40], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Error dicta repellat aperiam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo aliquid reiciendis et."], ["url", "http://christiansen.net/armandina_kunde"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.728369"], ["updated_at", "2018-12-10 20:39:30.728369"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui sed itaque aspernatur."], ["info_url", "http://little.name/royce.dach"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.732216"], ["updated_at", "2018-12-10 20:39:30.732216"], ["developer_id", 42]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schimmelgreenfelder.co/vena_runolfon"], ["description", "Omnis qui rerum debitis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.739103"], ["updated_at", "2018-12-10 20:39:30.739103"]]
SQL (2.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus fugiat eum autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.741366"], ["updated_at", "2018-12-10 20:39:30.741366"], ["app_id", 41], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Iste non in sed."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lebsack.info/winston.legros"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.752987"], ["updated_at", "2018-12-10 20:39:30.752987"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://smithschaden.co/madalene_steuber"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.754687"], ["updated_at", "2018-12-10 20:39:30.754687"], ["distributor_id", 31], ["app_id", 41]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui deleniti impedit beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.759723"], ["updated_at", "2018-12-10 20:39:30.759723"], ["app_id", 41], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Autem unde enim tempore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Vitae ipsum voluptatem tenetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.764242"], ["updated_at", "2018-12-10 20:39:30.764242"], ["works_with_id", 36]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms)

UseCase Load (0.4ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://muellerhackett.com/tosha"], ["description", "Aut quia et et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.804698"], ["updated_at", "2018-12-10 20:39:30.804698"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error accusantium maxime eius."], ["url", "http://hintzdaugherty.org/virgilio_spinka"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.812481"], ["updated_at", "2018-12-10 20:39:30.812481"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non sit dolorem minus."], ["info_url", "http://durgan.org/else"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.818981"], ["updated_at", "2018-12-10 20:39:30.818981"], ["developer_id", 43]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur nisi et sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.820791"], ["updated_at", "2018-12-10 20:39:30.820791"], ["app_id", 42], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Alias laudantium et labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et aut vitae voluptates."], ["url", "http://lindgren.co/bloom"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.827094"], ["updated_at", "2018-12-10 20:39:30.827094"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id aut qui et."], ["info_url", "http://glover.io/lavonne_kulas"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.829529"], ["updated_at", "2018-12-10 20:39:30.829529"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carter.com/eleanor"], ["description", "Vitae est fugit hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.839664"], ["updated_at", "2018-12-10 20:39:30.839664"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab consequatur et consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.840994"], ["updated_at", "2018-12-10 20:39:30.840994"], ["app_id", 43], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Iste earum dolor ipsa."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stammbradtke.com/genesis"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.848063"], ["updated_at", "2018-12-10 20:39:30.848063"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kirlin.net/concepcion"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.850193"], ["updated_at", "2018-12-10 20:39:30.850193"], ["distributor_id", 32], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est voluptate tenetur dolores."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.854081"], ["updated_at", "2018-12-10 20:39:30.854081"], ["app_id", 43], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Saepe consequatur nulla quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Aut iure voluptates at."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.857027"], ["updated_at", "2018-12-10 20:39:30.857027"], ["works_with_id", 39]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.7ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms)

 (1.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (2.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stanton.name/shanti"], ["description", "Non reiciendis velit ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.880172"], ["updated_at", "2018-12-10 20:39:30.880172"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum maxime harum molestias."], ["url", "http://osinski.org/rosia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.891822"], ["updated_at", "2018-12-10 20:39:30.891822"], ["logo_image_url", nil]]
 (1.3ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (1.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores mollitia ut dolor."], ["info_url", "http://jakubowskicollier.name/agnes"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.903255"], ["updated_at", "2018-12-10 20:39:30.903255"], ["developer_id", 45]]
SQL (1.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et porro ipsa id."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.907371"], ["updated_at", "2018-12-10 20:39:30.907371"], ["app_id", 44], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Vero nihil ab sunt."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Totam dolor quia quis."], ["url", "http://ebert.org/gaylord_abbott"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.919179"], ["updated_at", "2018-12-10 20:39:30.919179"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam aut eligendi optio."], ["info_url", "http://kunde.net/felicia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.923995"], ["updated_at", "2018-12-10 20:39:30.923995"], ["developer_id", 46]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonruedenvon.org/etta_hegmann"], ["description", "Dolor provident dignissimos et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.935029"], ["updated_at", "2018-12-10 20:39:30.935029"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut nihil libero eius."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.937432"], ["updated_at", "2018-12-10 20:39:30.937432"], ["app_id", 45], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Quisquam impedit omnis doloremque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mckenzie.com/leann.walter"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.943766"], ["updated_at", "2018-12-10 20:39:30.943766"], ["icon_id", "apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sauerkuhlman.info/buddy_emmerich"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.947314"], ["updated_at", "2018-12-10 20:39:30.947314"], ["distributor_id", 33], ["app_id", 45]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore ipsam explicabo officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.952945"], ["updated_at", "2018-12-10 20:39:30.952945"], ["app_id", 45], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Dolor laudantium occaecati corrupti."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Ut quia ea excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.957005"], ["updated_at", "2018-12-10 20:39:30.957005"], ["works_with_id", 42]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leannonlittle.name/marietta"], ["description", "Ut doloremque aliquam voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.971707"], ["updated_at", "2018-12-10 20:39:30.971707"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis nemo quod est."], ["url", "http://kertzmann.co/ashely"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.977983"], ["updated_at", "2018-12-10 20:39:30.977983"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum debitis eaque et."], ["info_url", "http://turnerstanton.net/felicita.zemlak"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.985303"], ["updated_at", "2018-12-10 20:39:30.985303"], ["developer_id", 47]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit qui aliquid repellat."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.987387"], ["updated_at", "2018-12-10 20:39:30.987387"], ["app_id", 46], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Ad veniam rerum aliquid."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et nam accusamus quaerat."], ["url", "http://kshlerin.io/von"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:30.996242"], ["updated_at", "2018-12-10 20:39:30.996242"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga est qui illo."], ["info_url", "http://schumm.co/gerald"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.000081"], ["updated_at", "2018-12-10 20:39:31.000081"], ["developer_id", 48]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hirthe.biz/alysha_schmitt"], ["description", "Odio aperiam ut iure."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.009173"], ["updated_at", "2018-12-10 20:39:31.009173"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Delectus ullam tempore accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.010681"], ["updated_at", "2018-12-10 20:39:31.010681"], ["app_id", 47], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Sint molestiae pariatur animi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tillman.name/wilfredo"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.016812"], ["updated_at", "2018-12-10 20:39:31.016812"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emard.com/sixta"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.019237"], ["updated_at", "2018-12-10 20:39:31.019237"], ["distributor_id", 34], ["app_id", 47]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut inventore quasi sequi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.024765"], ["updated_at", "2018-12-10 20:39:31.024765"], ["app_id", 47], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Neque eaque nihil ab."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Mollitia minus odio sequi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.028447"], ["updated_at", "2018-12-10 20:39:31.028447"], ["works_with_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.6ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 4]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 4ms (ActiveRecord: 1.4ms)

 (0.4ms)  SELECT COUNT(*) FROM "use_cases"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.7ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://skiles.net/dora.ratke"], ["description", "Amet ut quisquam quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.044704"], ["updated_at", "2018-12-10 20:39:31.044704"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (1.0ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit voluptatibus dolores rerum."], ["url", "http://stamm.info/jon.bauch"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.053361"], ["updated_at", "2018-12-10 20:39:31.053361"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (2.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut in dolores ea."], ["info_url", "http://hettinger.biz/aracely"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.058469"], ["updated_at", "2018-12-10 20:39:31.058469"], ["developer_id", 49]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe velit et facere."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.062893"], ["updated_at", "2018-12-10 20:39:31.062893"], ["app_id", 48], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Enim rerum voluptas vel."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corporis soluta deleniti deserunt."], ["url", "http://jacobi.name/minh.weimann"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.068960"], ["updated_at", "2018-12-10 20:39:31.068960"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et velit magnam quibusdam."], ["info_url", "http://hahnstreich.info/kori"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.073140"], ["updated_at", "2018-12-10 20:39:31.073140"], ["developer_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beer.biz/ja_yost"], ["description", "Et doloremque placeat voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.080037"], ["updated_at", "2018-12-10 20:39:31.080037"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat sit aut et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.081261"], ["updated_at", "2018-12-10 20:39:31.081261"], ["app_id", 49], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Velit deserunt est rerum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hudson.info/lesley_adams"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.085646"], ["updated_at", "2018-12-10 20:39:31.085646"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pricenicolas.net/gwendolyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.087266"], ["updated_at", "2018-12-10 20:39:31.087266"], ["distributor_id", 35], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis est rerum recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.090523"], ["updated_at", "2018-12-10 20:39:31.090523"], ["app_id", 49], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Veniam id soluta error."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Rerum voluptatem ut autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.092918"], ["updated_at", "2018-12-10 20:39:31.092918"], ["works_with_id", 48]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Excepturi est sed laudantium.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
App Load (0.8ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
Offering Load (0.5ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Developer Load (0.7ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
SQL (0.7ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Excepturi est sed laudantium."], ["updated_at", "2018-12-10 20:39:31.116279"], ["id", 5]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 23ms (ActiveRecord: 3.9ms)

 (0.6ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.4ms)  COMMIT
 (0.2ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobson.info/kelly"], ["description", "Exercitationem esse id voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.139027"], ["updated_at", "2018-12-10 20:39:31.139027"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum doloremque ea officia."], ["url", "http://mcclure.info/tricia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.155075"], ["updated_at", "2018-12-10 20:39:31.155075"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repudiandae aperiam repellendus nostrum."], ["info_url", "http://price.biz/thanh.barrows"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.164913"], ["updated_at", "2018-12-10 20:39:31.164913"], ["developer_id", 51]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores eum magnam at."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.168524"], ["updated_at", "2018-12-10 20:39:31.168524"], ["app_id", 50], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Magni corrupti aut culpa."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo illum iste aliquid."], ["url", "http://aufderhar.com/timothy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.178452"], ["updated_at", "2018-12-10 20:39:31.178452"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (11.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum laborum qui et."], ["info_url", "http://purdy.net/gabriel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.182473"], ["updated_at", "2018-12-10 20:39:31.182473"], ["developer_id", 52]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hintz.io/willard_reichel"], ["description", "Aut nihil consequatur ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.203240"], ["updated_at", "2018-12-10 20:39:31.203240"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque quam eum occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.205187"], ["updated_at", "2018-12-10 20:39:31.205187"], ["app_id", 51], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Tempora reprehenderit quibusdam error."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://brakus.info/mariano"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.213985"], ["updated_at", "2018-12-10 20:39:31.213985"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://raynorstroman.io/michal"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.215628"], ["updated_at", "2018-12-10 20:39:31.215628"], ["distributor_id", 36], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae accusantium fugit sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.220862"], ["updated_at", "2018-12-10 20:39:31.220862"], ["app_id", 51], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Nesciunt voluptatibus ut id."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sint voluptate asperiores nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.224959"], ["updated_at", "2018-12-10 20:39:31.224959"], ["works_with_id", 51]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Molestiae vel dolores eligendi.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Molestiae vel dolores eligendi."], ["updated_at", "2018-12-10 20:39:31.239000"], ["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 14ms (ActiveRecord: 2.5ms)

UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ledner.net/tommy_marvin"], ["description", "At officia est architecto."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.254243"], ["updated_at", "2018-12-10 20:39:31.254243"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aspernatur omnis tempore placeat."], ["url", "http://dickinson.net/nigel_cummings"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.262528"], ["updated_at", "2018-12-10 20:39:31.262528"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor quis adipisci nemo."], ["info_url", "http://heller.io/rayna"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.273409"], ["updated_at", "2018-12-10 20:39:31.273409"], ["developer_id", 53]]
SQL (2.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos libero qui neque."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.275117"], ["updated_at", "2018-12-10 20:39:31.275117"], ["app_id", 52], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Quam nihil repellat et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (1.7ms)  SAVEPOINT active_record_1
SQL (1.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero inventore aut voluptatem."], ["url", "http://harveyhoppe.org/judi"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.291290"], ["updated_at", "2018-12-10 20:39:31.291290"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (127.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ullam non atque quia."], ["info_url", "http://johnstonmitchell.net/kenny"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.302951"], ["updated_at", "2018-12-10 20:39:31.302951"], ["developer_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schimmel.info/blake"], ["description", "Aliquam possimus amet facere."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.444105"], ["updated_at", "2018-12-10 20:39:31.444105"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero nihil voluptatem repellat."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.445899"], ["updated_at", "2018-12-10 20:39:31.445899"], ["app_id", 53], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Non nemo officiis consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hirthe.info/young.stiedemann"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.449605"], ["updated_at", "2018-12-10 20:39:31.449605"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://botsfordreilly.name/erma_oreilly"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.450692"], ["updated_at", "2018-12-10 20:39:31.450692"], ["distributor_id", 37], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel ipsam sunt sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.453532"], ["updated_at", "2018-12-10 20:39:31.453532"], ["app_id", 53], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Vitae repellat facere aperiam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et rerum magnam ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.457036"], ["updated_at", "2018-12-10 20:39:31.457036"], ["works_with_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Quasi sed maxime id.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Quasi sed maxime id."], ["updated_at", "2018-12-10 20:39:31.465375"], ["id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 8ms (ActiveRecord: 2.3ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit rerum quibusdam accusamus."], ["url", "http://jaskolski.info/piedad_kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.473193"], ["updated_at", "2018-12-10 20:39:31.473193"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"55"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 4ms (ActiveRecord: 1.2ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt minus in expedita."], ["url", "http://hettinger.name/noble.brown"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.486443"], ["updated_at", "2018-12-10 20:39:31.486443"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"56"}
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illum aspernatur doloribus nihil."], ["url", "http://dubuque.net/bok_bergnaum"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.495714"], ["updated_at", "2018-12-10 20:39:31.495714"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"57"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 57]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 37ms (Views: 24.8ms | ActiveRecord: 0.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia placeat repudiandae qui."], ["url", "http://heel.org/sanjuanita_corkery"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.540359"], ["updated_at", "2018-12-10 20:39:31.540359"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Nam voluptatem consectetur id.", "is_live"=>"true", "logo_image_url"=>"http://hagenes.net/erich", "name"=>"developer_name", "url"=>"http://maggio.org/pasquale.mohr"}, "id"=>"58"}
Developer Load (1.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Nam voluptatem consectetur id."], ["url", "http://maggio.org/pasquale.mohr"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:39:31.551337"], ["id", 58]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/58 Completed 302 Found in 13ms (ActiveRecord: 2.2ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore incidunt sint atque."], ["url", "http://parkerwiza.info/clyde"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.565621"], ["updated_at", "2018-12-10 20:39:31.565621"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Vitae occaecati quaerat reiciendis.", "is_live"=>"true", "logo_image_url"=>"http://johnspadberg.biz/delbert.effertz", "name"=>"developer_name", "url"=>"http://framidooley.com/marin_carroll"}, "id"=>"59"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Vitae occaecati quaerat reiciendis."], ["url", "http://framidooley.com/marin_carroll"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:39:31.576741"], ["id", 59]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/59 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Distinctio quisquam aut mollitia."], ["url", "http://bartellprohaska.io/coy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.589653"], ["updated_at", "2018-12-10 20:39:31.589653"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Ut quia magnam maiores.", "is_live"=>"true", "logo_image_url"=>"http://hermann.info/natosha.gerlach", "name"=>"developer_name", "url"=>"http://cummings.co/vanda"}, "id"=>"60"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Ut quia magnam maiores."], ["url", "http://cummings.co/vanda"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:39:31.600993"], ["id", 60]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/60 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est rerum et temporibus."], ["url", "http://borer.com/ozie_zboncak"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.616814"], ["updated_at", "2018-12-10 20:39:31.616814"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)

Developer Load (0.3ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut qui porro delectus."], ["url", "http://yundt.com/billy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.636958"], ["updated_at", "2018-12-10 20:39:31.636958"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo quos adipisci sit."], ["info_url", "http://bernier.io/naomi.flatley"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.639567"], ["updated_at", "2018-12-10 20:39:31.639567"], ["developer_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fisherblick.net/britta_price"], ["description", "Consequatur ut quo accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.646036"], ["updated_at", "2018-12-10 20:39:31.646036"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui non et unde."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.647657"], ["updated_at", "2018-12-10 20:39:31.647657"], ["app_id", 54], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Itaque aliquid perspiciatis eum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (2.8ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kshlerinwalsh.info/oswaldo.lesch"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.650729"], ["updated_at", "2018-12-10 20:39:31.650729"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klocko.io/brigitte.kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.654466"], ["updated_at", "2018-12-10 20:39:31.654466"], ["distributor_id", 38], ["app_id", 54]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"54"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 54]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 8ms (ActiveRecord: 1.2ms)

 (0.5ms)  SELECT COUNT(*) FROM "apps"
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor amet assumenda sequi."], ["url", "http://ankunding.co/delta"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.680933"], ["updated_at", "2018-12-10 20:39:31.680933"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas fugiat corporis et."], ["info_url", "http://moriette.info/marvella_schowalter"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.684927"], ["updated_at", "2018-12-10 20:39:31.684927"], ["developer_id", 63]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leffler.name/sidney_pollich"], ["description", "Est libero asperiores id."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.727086"], ["updated_at", "2018-12-10 20:39:31.727086"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officia enim dolor consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.729135"], ["updated_at", "2018-12-10 20:39:31.729135"], ["app_id", 55], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Vel assumenda neque dolorem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prohaska.com/moses"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.735465"], ["updated_at", "2018-12-10 20:39:31.735465"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boyerlittel.com/vivian"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.736999"], ["updated_at", "2018-12-10 20:39:31.736999"], ["distributor_id", 39], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"55"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 55]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut aut adipisci laudantium."], ["url", "http://schultz.co/chadwick.windler"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.750936"], ["updated_at", "2018-12-10 20:39:31.750936"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cumque soluta accusantium voluptatem."], ["info_url", "http://senger.info/freddy_mayert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.754827"], ["updated_at", "2018-12-10 20:39:31.754827"], ["developer_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhic.biz/deandra_renner"], ["description", "Praesentium aut quis id."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.762469"], ["updated_at", "2018-12-10 20:39:31.762469"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed a necessitatibus velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.764361"], ["updated_at", "2018-12-10 20:39:31.764361"], ["app_id", 56], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Id unde et quaerat."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feilchamplin.io/scott"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.770772"], ["updated_at", "2018-12-10 20:39:31.770772"], ["icon_id", "apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schimmel.name/aaron_yost"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.772715"], ["updated_at", "2018-12-10 20:39:31.772715"], ["distributor_id", 40], ["app_id", 56]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)

App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In qui occaecati eos."], ["url", "http://corwin.net/yajaira"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.809095"], ["updated_at", "2018-12-10 20:39:31.809095"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit sapiente quod doloribus."], ["info_url", "http://heidenreich.name/tashia.schamberger"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.811511"], ["updated_at", "2018-12-10 20:39:31.811511"], ["developer_id", 65]]
 (1.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://howell.com/chloe"], ["description", "Atque asperiores non temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.823806"], ["updated_at", "2018-12-10 20:39:31.823806"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas iusto iste placeat."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.825105"], ["updated_at", "2018-12-10 20:39:31.825105"], ["app_id", 57], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Consequatur a veniam qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuphal.info/marcelino"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.829549"], ["updated_at", "2018-12-10 20:39:31.829549"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kling.com/carl_price"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.831038"], ["updated_at", "2018-12-10 20:39:31.831038"], ["distributor_id", 41], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"57"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.6ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.3ms)

 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (3.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iste labore eum quia."], ["url", "http://bins.info/vanesa.stehr"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.851730"], ["updated_at", "2018-12-10 20:39:31.851730"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus tempora amet reprehenderit."], ["info_url", "http://mayeremmerich.com/ivan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.858647"], ["updated_at", "2018-12-10 20:39:31.858647"], ["developer_id", 66]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beatty.name/timika_fritsch"], ["description", "Et illo dolores aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.865654"], ["updated_at", "2018-12-10 20:39:31.865654"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas dolorem tempore est."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.867333"], ["updated_at", "2018-12-10 20:39:31.867333"], ["app_id", 58], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Fugit dicta doloremque consequatur."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beerwisoky.biz/alex"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.872265"], ["updated_at", "2018-12-10 20:39:31.872265"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sanfordrunte.com/tianna"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.873520"], ["updated_at", "2018-12-10 20:39:31.873520"], ["distributor_id", 42], ["app_id", 58]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Voluptatem optio voluptas aut.", "info_url"=>"http://spencer.info/pierre", "is_live"=>"true", "name"=>"app_name"}, "id"=>"58"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Voluptatem optio voluptas aut."], ["info_url", "http://spencer.info/pierre"], ["updated_at", "2018-12-10 20:39:31.881297"], ["id", 58]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/58 Completed 302 Found in 8ms (ActiveRecord: 1.2ms)

App Load (2.7ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia sed qui qui."], ["url", "http://purdyward.co/candy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.904589"], ["updated_at", "2018-12-10 20:39:31.904589"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate dolorum perspiciatis vitae."], ["info_url", "http://doyle.info/sharell.windler"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.909103"], ["updated_at", "2018-12-10 20:39:31.909103"], ["developer_id", 67]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spencer.org/dave"], ["description", "Quis praesentium distinctio aperiam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.918575"], ["updated_at", "2018-12-10 20:39:31.918575"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat fugit aliquam animi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.921097"], ["updated_at", "2018-12-10 20:39:31.921097"], ["app_id", 59], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Sit ea in saepe."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grant.org/sherrill"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.927306"], ["updated_at", "2018-12-10 20:39:31.927306"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lang.io/arla"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.929367"], ["updated_at", "2018-12-10 20:39:31.929367"], ["distributor_id", 43], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Aut quam aut minima.", "info_url"=>"http://schiller.net/esperanza_bashirian", "is_live"=>"true", "name"=>"app_name"}, "id"=>"59"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Aut quam aut minima."], ["info_url", "http://schiller.net/esperanza_bashirian"], ["updated_at", "2018-12-10 20:39:31.938686"], ["id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/59 Completed 302 Found in 7ms (ActiveRecord: 1.1ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iste sequi qui est."], ["url", "http://handschaefer.net/leida_hackett"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.951277"], ["updated_at", "2018-12-10 20:39:31.951277"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem temporibus consequatur voluptas."], ["info_url", "http://ortizmccullough.com/buffy.pouros"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.955023"], ["updated_at", "2018-12-10 20:39:31.955023"], ["developer_id", 68]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mohr.name/everette"], ["description", "Iste quia et natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.964230"], ["updated_at", "2018-12-10 20:39:31.964230"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint quisquam necessitatibus nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.966027"], ["updated_at", "2018-12-10 20:39:31.966027"], ["app_id", 60], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Consequatur quia commodi numquam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://botsford.org/lura.gaylord"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.971125"], ["updated_at", "2018-12-10 20:39:31.971125"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://miller.info/brock.reilly"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.972175"], ["updated_at", "2018-12-10 20:39:31.972175"], ["distributor_id", 44], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Placeat consequatur et labore.", "info_url"=>"http://fisherjohnston.info/wilber_vonrueden", "is_live"=>"true", "name"=>"app_name"}, "id"=>"60"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Placeat consequatur et labore."], ["info_url", "http://fisherjohnston.info/wilber_vonrueden"], ["updated_at", "2018-12-10 20:39:31.978454"], ["id", 60]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/60 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hayes.co/nobuko.schaden"], ["description", "Recusandae dicta assumenda enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.990334"], ["updated_at", "2018-12-10 20:39:31.990334"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis repudiandae molestias qui."], ["url", "http://goldner.info/mercedez_lubowitz"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.994780"], ["updated_at", "2018-12-10 20:39:31.994780"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui incidunt reprehenderit expedita."], ["info_url", "http://monahan.info/michael"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:31.999854"], ["updated_at", "2018-12-10 20:39:31.999854"], ["developer_id", 69]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius fugiat adipisci nulla."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.001474"], ["updated_at", "2018-12-10 20:39:32.001474"], ["app_id", 61], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Deserunt laudantium optio aspernatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minima cum consequatur doloremque."], ["url", "http://ankunding.com/kent_zemlak"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.006374"], ["updated_at", "2018-12-10 20:39:32.006374"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id voluptatem qui et."], ["info_url", "http://lemkeswaniawski.org/lynda"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.008752"], ["updated_at", "2018-12-10 20:39:32.008752"], ["developer_id", 70]]
 (2.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gulgowski.info/florentino.larson"], ["description", "Autem temporibus et voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.018573"], ["updated_at", "2018-12-10 20:39:32.018573"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id modi vero excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.019951"], ["updated_at", "2018-12-10 20:39:32.019951"], ["app_id", 62], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Quae eos ut qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mitchell.info/jarrod_terry"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.023087"], ["updated_at", "2018-12-10 20:39:32.023087"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://effertz.co/lani_mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.024104"], ["updated_at", "2018-12-10 20:39:32.024104"], ["distributor_id", 45], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum veniam quia et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.026902"], ["updated_at", "2018-12-10 20:39:32.026902"], ["app_id", 62], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Inventore quisquam aliquid non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (1.1ms)  BEGIN
 (1.6ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dubuquehirthe.io/marty_paucek"], ["description", "Nam omnis qui velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.078930"], ["updated_at", "2018-12-10 20:39:32.078930"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "At laudantium nobis voluptatibus."], ["url", "http://windler.com/genevieve_price"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.082367"], ["updated_at", "2018-12-10 20:39:32.082367"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut qui voluptatem eos."], ["info_url", "http://brownreichert.org/yeenia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.086066"], ["updated_at", "2018-12-10 20:39:32.086066"], ["developer_id", 71]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio in odit ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.087308"], ["updated_at", "2018-12-10 20:39:32.087308"], ["app_id", 63], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Saepe repellat labore dolores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci optio consequuntur quia."], ["url", "http://dachhagenes.io/madelyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.090865"], ["updated_at", "2018-12-10 20:39:32.090865"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et error nostrum unde."], ["info_url", "http://rodriguezlehner.co/velda.franecki"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.092756"], ["updated_at", "2018-12-10 20:39:32.092756"], ["developer_id", 72]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://borernicolas.io/liz_corwin"], ["description", "Porro est tempore et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.098377"], ["updated_at", "2018-12-10 20:39:32.098377"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi repudiandae in odit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.099276"], ["updated_at", "2018-12-10 20:39:32.099276"], ["app_id", 64], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Impedit debitis qui nemo."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mayert.info/fumiko_graham"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.102315"], ["updated_at", "2018-12-10 20:39:32.102315"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://turcotte.com/royal"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.103282"], ["updated_at", "2018-12-10 20:39:32.103282"], ["distributor_id", 46], ["app_id", 64]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit eligendi vel facere."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.106178"], ["updated_at", "2018-12-10 20:39:32.106178"], ["app_id", 64], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Ratione commodi quasi voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (41.1ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Exercitationem ipsam atque dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.109651"], ["updated_at", "2018-12-10 20:39:32.109651"], ["works_with_id", 67], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nemo in suscipit expedita."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://predovicjakubowski.com/brunilda"], ["description", "Sapiente animi enim et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.161032"], ["updated_at", "2018-12-10 20:39:32.161032"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fuga sit earum harum."], ["url", "http://volkman.com/kent"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.165815"], ["updated_at", "2018-12-10 20:39:32.165815"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa aliquid unde necessitatibus."], ["info_url", "http://emardsimonis.co/katherin.deckow"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.170009"], ["updated_at", "2018-12-10 20:39:32.170009"], ["developer_id", 73]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa ad aliquam et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.171251"], ["updated_at", "2018-12-10 20:39:32.171251"], ["app_id", 65], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Ducimus nihil sapiente explicabo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem beatae qui voluptas."], ["url", "http://bartellkoepp.io/tobi"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.175364"], ["updated_at", "2018-12-10 20:39:32.175364"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil qui autem optio."], ["info_url", "http://feilparisian.co/trevor"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.177527"], ["updated_at", "2018-12-10 20:39:32.177527"], ["developer_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lynch.biz/tristan"], ["description", "Qui voluptatem distinctio eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.182977"], ["updated_at", "2018-12-10 20:39:32.182977"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium nihil voluptatem cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.184118"], ["updated_at", "2018-12-10 20:39:32.184118"], ["app_id", 66], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Sunt explicabo numquam consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rodriguez.org/karie"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.187523"], ["updated_at", "2018-12-10 20:39:32.187523"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runte.name/marcelino"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.188532"], ["updated_at", "2018-12-10 20:39:32.188532"], ["distributor_id", 47], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem nihil sed ex."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.191204"], ["updated_at", "2018-12-10 20:39:32.191204"], ["app_id", 66], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Corporis delectus molestiae et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Earum voluptatum tenetur quisquam.", "is_live"=>"true", "promo_image_url"=>"http://mitchell.biz/versie", "promo_text"=>"Consequuntur quia rem nam.", "title"=>"works_with_title"}, "id"=>"70"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Earum voluptatum tenetur quisquam."], ["promo_image_url", nil], ["promo_text", "Consequuntur quia rem nam."], ["updated_at", "2018-12-10 20:39:32.202040"], ["id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/70 Completed 302 Found in 9ms (ActiveRecord: 1.5ms)

WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gleason.org/norberto"], ["description", "Officiis dignissimos officia aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.208681"], ["updated_at", "2018-12-10 20:39:32.208681"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deleniti natus laboriosam illum."], ["url", "http://bradtke.net/dortha"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.212758"], ["updated_at", "2018-12-10 20:39:32.212758"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique ratione voluptates nam."], ["info_url", "http://durgan.io/matthew.mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.216378"], ["updated_at", "2018-12-10 20:39:32.216378"], ["developer_id", 75]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod ea harum sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.217441"], ["updated_at", "2018-12-10 20:39:32.217441"], ["app_id", 67], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Laboriosam repudiandae sapiente excepturi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et fugiat atque magni."], ["url", "http://grant.org/abbie_leannon"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.221466"], ["updated_at", "2018-12-10 20:39:32.221466"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At voluptatem ad fugit."], ["info_url", "http://lindgren.com/danny"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.223854"], ["updated_at", "2018-12-10 20:39:32.223854"], ["developer_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.8ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wolffking.org/michael"], ["description", "Vitae totam eaque voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.229509"], ["updated_at", "2018-12-10 20:39:32.229509"]]
SQL (1.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ullam fugiat dolorum nam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.230587"], ["updated_at", "2018-12-10 20:39:32.230587"], ["app_id", 68], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Qui ab sapiente accusantium."]]
 (0.9ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hillspagac.name/idalia"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.236132"], ["updated_at", "2018-12-10 20:39:32.236132"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cummerata.net/rayford"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.237148"], ["updated_at", "2018-12-10 20:39:32.237148"], ["distributor_id", 48], ["app_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi nemo possimus et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.239886"], ["updated_at", "2018-12-10 20:39:32.239886"], ["app_id", 68], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Reprehenderit repudiandae debitis et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Aut sunt voluptatum atque.", "is_live"=>"true", "promo_image_url"=>"http://schinner.io/felton", "promo_text"=>"Consequuntur repellendus quam aut.", "title"=>"works_with_title"}, "id"=>"73"}
WorksWith Load (2.9ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Aut sunt voluptatum atque."], ["promo_image_url", nil], ["promo_text", "Consequuntur repellendus quam aut."], ["updated_at", "2018-12-10 20:39:32.253274"], ["id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/73 Completed 302 Found in 11ms (ActiveRecord: 4.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyette.info/melba"], ["description", "Doloribus expedita vel non."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.259923"], ["updated_at", "2018-12-10 20:39:32.259923"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem magnam dolore similique."], ["url", "http://langworth.name/ernie_strosin"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.265608"], ["updated_at", "2018-12-10 20:39:32.265608"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi nisi culpa tenetur."], ["info_url", "http://champlin.co/charles.moore"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.270950"], ["updated_at", "2018-12-10 20:39:32.270950"], ["developer_id", 77]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas voluptatem rerum et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.272207"], ["updated_at", "2018-12-10 20:39:32.272207"], ["app_id", 69], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Minima at pariatur et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea vero voluptatem doloribus."], ["url", "http://thielwisozk.co/emanuel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.276478"], ["updated_at", "2018-12-10 20:39:32.276478"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut eos atque et."], ["info_url", "http://block.name/charlesetta"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.278801"], ["updated_at", "2018-12-10 20:39:32.278801"], ["developer_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quigley.info/milford.glover"], ["description", "Magnam aliquam commodi nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.284024"], ["updated_at", "2018-12-10 20:39:32.284024"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis quia aut illum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.285473"], ["updated_at", "2018-12-10 20:39:32.285473"], ["app_id", 70], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Id impedit dicta quos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://douglas.net/antoine"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.289326"], ["updated_at", "2018-12-10 20:39:32.289326"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://daniel.io/apryl"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.290292"], ["updated_at", "2018-12-10 20:39:32.290292"], ["distributor_id", 49], ["app_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum itaque magni voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.293588"], ["updated_at", "2018-12-10 20:39:32.293588"], ["app_id", 70], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Sed possimus et et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Adipisci ea reiciendis dignissimos.", "is_live"=>"true", "promo_image_url"=>"http://vonrueden.io/toby.mohr", "promo_text"=>"Qui fugit error illo.", "title"=>"works_with_title"}, "id"=>"76"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Adipisci ea reiciendis dignissimos."], ["promo_image_url", nil], ["promo_text", "Qui fugit error illo."], ["updated_at", "2018-12-10 20:39:32.302664"], ["id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/76 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://westhermiston.io/scotty.hane"], ["description", "Sapiente doloremque et sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.308698"], ["updated_at", "2018-12-10 20:39:32.308698"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem dolor nesciunt qui."], ["url", "http://kuhn.com/janelle"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.313004"], ["updated_at", "2018-12-10 20:39:32.313004"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda non quia culpa."], ["info_url", "http://spinka.co/clora"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.317954"], ["updated_at", "2018-12-10 20:39:32.317954"], ["developer_id", 79]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa atque ea voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.319701"], ["updated_at", "2018-12-10 20:39:32.319701"], ["app_id", 71], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Voluptates sit vero aperiam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "A alias accusantium voluptas."], ["url", "http://terrylubowitz.com/darrick.paucek"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.324232"], ["updated_at", "2018-12-10 20:39:32.324232"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam doloremque suscipit cupiditate."], ["info_url", "http://baumbachnicolas.info/chi_sauer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.326244"], ["updated_at", "2018-12-10 20:39:32.326244"], ["developer_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lynchabshire.name/erik"], ["description", "Aliquid praesentium deserunt voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.330885"], ["updated_at", "2018-12-10 20:39:32.330885"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur non aut delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.332307"], ["updated_at", "2018-12-10 20:39:32.332307"], ["app_id", 72], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Molestias placeat voluptatem nemo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gaylordstamm.co/bernard"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.335874"], ["updated_at", "2018-12-10 20:39:32.335874"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://quitzon.name/criselda.gottlieb"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.337028"], ["updated_at", "2018-12-10 20:39:32.337028"], ["distributor_id", 50], ["app_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quos nostrum sit mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.339870"], ["updated_at", "2018-12-10 20:39:32.339870"], ["app_id", 72], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Tempora consequatur tempore est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"79"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 79], ["LIMIT", 1]]
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.6ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hackettmurphy.io/annamae"], ["description", "Molestias tempora porro sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.367256"], ["updated_at", "2018-12-10 20:39:32.367256"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur id qui consequatur."], ["url", "http://damoregusikowski.co/cyrus"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.371082"], ["updated_at", "2018-12-10 20:39:32.371082"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et vero possimus sit."], ["info_url", "http://block.net/tiny.schmidt"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.374502"], ["updated_at", "2018-12-10 20:39:32.374502"], ["developer_id", 81]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum iure officia rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.375809"], ["updated_at", "2018-12-10 20:39:32.375809"], ["app_id", 73], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Qui inventore omnis tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam qui eveniet dolorem."], ["url", "http://hayesgraham.biz/lyla.bosco"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.380260"], ["updated_at", "2018-12-10 20:39:32.380260"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque quasi illum molestiae."], ["info_url", "http://runterempel.biz/grover.nikolaus"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.382298"], ["updated_at", "2018-12-10 20:39:32.382298"], ["developer_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langpacocha.com/cornell.kiehn"], ["description", "Maiores odit et sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.388434"], ["updated_at", "2018-12-10 20:39:32.388434"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate laborum id omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.389568"], ["updated_at", "2018-12-10 20:39:32.389568"], ["app_id", 74], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Libero et occaecati non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kilback.co/vito_will"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.392430"], ["updated_at", "2018-12-10 20:39:32.392430"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://flatley.com/barry.dubuque"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.393492"], ["updated_at", "2018-12-10 20:39:32.393492"], ["distributor_id", 51], ["app_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur delectus ducimus qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.396822"], ["updated_at", "2018-12-10 20:39:32.396822"], ["app_id", 74], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Voluptatem ducimus impedit voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"82"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 82], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://farrell.net/gregory"], ["description", "Iure est nihil sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.407493"], ["updated_at", "2018-12-10 20:39:32.407493"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione itaque voluptates nisi."], ["url", "http://heaney.info/truman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.411348"], ["updated_at", "2018-12-10 20:39:32.411348"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint voluptates impedit dicta."], ["info_url", "http://rempel.name/glenn_boehm"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.415499"], ["updated_at", "2018-12-10 20:39:32.415499"], ["developer_id", 83]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut minima reiciendis cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.416964"], ["updated_at", "2018-12-10 20:39:32.416964"], ["app_id", 75], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Aut mollitia nisi doloremque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore odit aspernatur possimus."], ["url", "http://jacobskaulke.co/arthur.smitham"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.421517"], ["updated_at", "2018-12-10 20:39:32.421517"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur quo ut sunt."], ["info_url", "http://collinsupton.biz/willian"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.423974"], ["updated_at", "2018-12-10 20:39:32.423974"], ["developer_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vandervortbraun.co/quentin.osinski"], ["description", "Vero ut ipsam eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.430364"], ["updated_at", "2018-12-10 20:39:32.430364"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim neque atque accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.431539"], ["updated_at", "2018-12-10 20:39:32.431539"], ["app_id", 76], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Esse natus soluta nostrum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://williamsonolson.com/mayme_bauch"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.434761"], ["updated_at", "2018-12-10 20:39:32.434761"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://oconnellbeier.com/frankie.luettgen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.435921"], ["updated_at", "2018-12-10 20:39:32.435921"], ["distributor_id", 52], ["app_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti possimus porro sapiente."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.439031"], ["updated_at", "2018-12-10 20:39:32.439031"], ["app_id", 76], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Aliquam odit aut excepturi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"85"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 85]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cainschoen.com/deedee"], ["description", "Rerum blanditiis repellat et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.448050"], ["updated_at", "2018-12-10 20:39:32.448050"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto est maxime soluta."], ["url", "http://millslangworth.biz/doug"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.451857"], ["updated_at", "2018-12-10 20:39:32.451857"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (2.9ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Porro non quidem a."], ["info_url", "http://smithammayert.biz/otha_jones"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.459231"], ["updated_at", "2018-12-10 20:39:32.459231"], ["developer_id", 85]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam ut accusantium velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.461451"], ["updated_at", "2018-12-10 20:39:32.461451"], ["app_id", 77], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Voluptatem dicta consectetur aspernatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non quae et sunt."], ["url", "http://deckowwaters.name/scottie"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.467382"], ["updated_at", "2018-12-10 20:39:32.467382"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et temporibus vitae dolores."], ["info_url", "http://corwin.org/phil_weimann"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.470171"], ["updated_at", "2018-12-10 20:39:32.470171"], ["developer_id", 86]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rippinwunsch.co/kimberlie"], ["description", "Ab aspernatur voluptatem quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.476195"], ["updated_at", "2018-12-10 20:39:32.476195"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id nesciunt cupiditate officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.478138"], ["updated_at", "2018-12-10 20:39:32.478138"], ["app_id", 78], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Ratione distinctio neque reprehenderit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dietrich.io/gilbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.481728"], ["updated_at", "2018-12-10 20:39:32.481728"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beer.co/lennie_sawayn"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.482672"], ["updated_at", "2018-12-10 20:39:32.482672"], ["distributor_id", 53], ["app_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias aut harum et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.485661"], ["updated_at", "2018-12-10 20:39:32.485661"], ["app_id", 78], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Beatae accusantium earum neque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abbott.co/sergio"], ["description", "Omnis consectetur impedit id."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.497660"], ["updated_at", "2018-12-10 20:39:32.497660"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "A corrupti delectus temporibus."], ["url", "http://barton.org/ellis"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.501955"], ["updated_at", "2018-12-10 20:39:32.501955"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nostrum ipsum perspiciatis molestiae."], ["info_url", "http://gulgowski.org/dreama.lowe"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.505578"], ["updated_at", "2018-12-10 20:39:32.505578"], ["developer_id", 87]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Explicabo non eum tempore."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.506719"], ["updated_at", "2018-12-10 20:39:32.506719"], ["app_id", 79], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Et voluptates vitae quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet adipisci et ullam."], ["url", "http://wuckert.info/annalisa.abbott"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.510444"], ["updated_at", "2018-12-10 20:39:32.510444"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi ut quibusdam consectetur."], ["info_url", "http://goodwin.com/mariam.towne"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.512865"], ["updated_at", "2018-12-10 20:39:32.512865"], ["developer_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartoletti.co/ethyl_bosco"], ["description", "Nam praesentium tempore enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.517879"], ["updated_at", "2018-12-10 20:39:32.517879"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla dignissimos quod sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.519113"], ["updated_at", "2018-12-10 20:39:32.519113"], ["app_id", 80], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Nemo sint iure quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rice.co/louis.emard"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.522730"], ["updated_at", "2018-12-10 20:39:32.522730"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vonrueden.co/antonia.jones"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.523913"], ["updated_at", "2018-12-10 20:39:32.523913"], ["distributor_id", 54], ["app_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut dolorem earum voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.526699"], ["updated_at", "2018-12-10 20:39:32.526699"], ["app_id", 80], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Commodi accusantium corrupti et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quam deserunt dolor omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.530290"], ["updated_at", "2018-12-10 20:39:32.530290"], ["works_with_id", 91], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Iure ipsam tempora necessitatibus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (3.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Repudiandae a rerum enim."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:32.533484"], ["updated_at", "2018-12-10 20:39:32.533484"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Accusamus et corporis repellat.", "image_url"=>"http://ward.com/phillip", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Accusamus et corporis repellat."], ["updated_at", "2018-12-10 20:39:32.554747"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/1 Completed 302 Found in 15ms (ActiveRecord: 2.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://christiansen.name/leila"], ["description", "Quo enim sint impedit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.562376"], ["updated_at", "2018-12-10 20:39:32.562376"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem omnis et minima."], ["url", "http://wehnerroberts.info/trea_fisher"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.568063"], ["updated_at", "2018-12-10 20:39:32.568063"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et iste non et."], ["info_url", "http://moraraltenwerth.com/maynard.kaulke"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.573822"], ["updated_at", "2018-12-10 20:39:32.573822"], ["developer_id", 89]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut laboriosam nisi quas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.575065"], ["updated_at", "2018-12-10 20:39:32.575065"], ["app_id", 81], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Iusto nostrum ut ut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia laborum incidunt voluptatem."], ["url", "http://walker.com/berta"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.579599"], ["updated_at", "2018-12-10 20:39:32.579599"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vitae ipsum a porro."], ["info_url", "http://abshire.info/jeanetta.watsica"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.581919"], ["updated_at", "2018-12-10 20:39:32.581919"], ["developer_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://armstrongkutch.org/rufus"], ["description", "Aut tempora sunt quae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.587526"], ["updated_at", "2018-12-10 20:39:32.587526"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea voluptatem ea minima."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.588854"], ["updated_at", "2018-12-10 20:39:32.588854"], ["app_id", 82], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Aspernatur impedit omnis vel."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hauck.biz/clement"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.592033"], ["updated_at", "2018-12-10 20:39:32.592033"], ["icon_id", "apple"]]
SQL (3.1ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zemlak.co/dannie.bechtelar"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.593403"], ["updated_at", "2018-12-10 20:39:32.593403"], ["distributor_id", 55], ["app_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore est omnis in."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.600238"], ["updated_at", "2018-12-10 20:39:32.600238"], ["app_id", 82], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Dolorem molestiae cumque beatae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Non a nisi officia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.604941"], ["updated_at", "2018-12-10 20:39:32.604941"], ["works_with_id", 94], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sint reprehenderit aut vitae."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Possimus sunt impedit accusamus."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:32.608198"], ["updated_at", "2018-12-10 20:39:32.608198"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Porro sequi voluptatem voluptatem.", "image_url"=>"http://spinka.net/ali", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.5ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 82], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 90], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Porro sequi voluptatem voluptatem."], ["updated_at", "2018-12-10 20:39:32.622200"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 11ms (ActiveRecord: 2.4ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boyletorphy.info/mitch"], ["description", "Sequi eum pariatur voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.631105"], ["updated_at", "2018-12-10 20:39:32.631105"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facilis est ipsam voluptas."], ["url", "http://corkery.biz/hoyt_tremblay"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.635611"], ["updated_at", "2018-12-10 20:39:32.635611"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestias maxime aut aut."], ["info_url", "http://harber.io/horace.moore"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.644533"], ["updated_at", "2018-12-10 20:39:32.644533"], ["developer_id", 91]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti ratione dolorem quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.646108"], ["updated_at", "2018-12-10 20:39:32.646108"], ["app_id", 83], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Quaerat quae quis autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maxime modi commodi qui."], ["url", "http://olsonklein.info/glayds"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.651049"], ["updated_at", "2018-12-10 20:39:32.651049"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem molestias ipsa officia."], ["info_url", "http://cristkirlin.io/newton"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.653262"], ["updated_at", "2018-12-10 20:39:32.653262"], ["developer_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gibson.info/george_romaguera"], ["description", "Consectetur non illo dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.658238"], ["updated_at", "2018-12-10 20:39:32.658238"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit omnis quam ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.659357"], ["updated_at", "2018-12-10 20:39:32.659357"], ["app_id", 84], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Rerum id aliquam veritatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rippinkuhlman.biz/shantel_reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.663478"], ["updated_at", "2018-12-10 20:39:32.663478"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://feest.com/janis_deckow"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.664632"], ["updated_at", "2018-12-10 20:39:32.664632"], ["distributor_id", 56], ["app_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur alias distinctio natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.667619"], ["updated_at", "2018-12-10 20:39:32.667619"], ["app_id", 84], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Dolorum similique consequatur et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sed perferendis unde et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.671327"], ["updated_at", "2018-12-10 20:39:32.671327"], ["works_with_id", 97], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Libero quia et ut."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Id ut nobis eum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:32.674196"], ["updated_at", "2018-12-10 20:39:32.674196"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Dolorum quo velit officia.", "image_url"=>"http://crona.net/desiree_kilback", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (1.7ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (1.7ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 84], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Dolorum quo velit officia."], ["updated_at", "2018-12-10 20:39:32.688686"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 13ms (ActiveRecord: 4.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlinbartoletti.net/timmy"], ["description", "Dolorem architecto mollitia fugit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.699527"], ["updated_at", "2018-12-10 20:39:32.699527"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias quo laudantium nemo."], ["url", "http://jerde.com/rosendo"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.703938"], ["updated_at", "2018-12-10 20:39:32.703938"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et esse voluptas quis."], ["info_url", "http://glover.com/reed_ko"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.707782"], ["updated_at", "2018-12-10 20:39:32.707782"], ["developer_id", 93]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae placeat aliquid quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.709366"], ["updated_at", "2018-12-10 20:39:32.709366"], ["app_id", 85], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Deleniti voluptatem sed omnis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto atque qui et."], ["url", "http://von.co/woodrow.hauck"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.714652"], ["updated_at", "2018-12-10 20:39:32.714652"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et similique et ut."], ["info_url", "http://smitham.co/maisie.prohaska"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.716735"], ["updated_at", "2018-12-10 20:39:32.716735"], ["developer_id", 94]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnellmayert.info/buffy.reinger"], ["description", "Distinctio aut et necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.721573"], ["updated_at", "2018-12-10 20:39:32.721573"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi eveniet quo at."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.722768"], ["updated_at", "2018-12-10 20:39:32.722768"], ["app_id", 86], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Consequatur dolore iste est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pacocha.org/walker"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.725644"], ["updated_at", "2018-12-10 20:39:32.725644"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rueckeroconnell.co/coy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.726552"], ["updated_at", "2018-12-10 20:39:32.726552"], ["distributor_id", 57], ["app_id", 86]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veniam sapiente molestiae repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.729889"], ["updated_at", "2018-12-10 20:39:32.729889"], ["app_id", 86], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Sit rerum nostrum ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Vitae voluptatem ut ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.733525"], ["updated_at", "2018-12-10 20:39:32.733525"], ["works_with_id", 100], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quod quia omnis ut."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Dolore neque nemo aut."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:32.736430"], ["updated_at", "2018-12-10 20:39:32.736430"], ["testimonial_id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.3ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://prosacco.name/salley_fritsch"], ["description", "Non vitae qui officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.765684"], ["updated_at", "2018-12-10 20:39:32.765684"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo possimus fugit quasi."], ["url", "http://ratkequitzon.com/jerrold"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.770313"], ["updated_at", "2018-12-10 20:39:32.770313"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium nulla modi dolorem."], ["info_url", "http://shanahan.net/darrel.mosciski"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.774814"], ["updated_at", "2018-12-10 20:39:32.774814"], ["developer_id", 95]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque fugiat temporibus ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.776438"], ["updated_at", "2018-12-10 20:39:32.776438"], ["app_id", 87], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Possimus molestias vel tempora."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui corrupti quia dolores."], ["url", "http://stanton.name/mark"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.782737"], ["updated_at", "2018-12-10 20:39:32.782737"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam dolorum eveniet est."], ["info_url", "http://mayer.org/gustavo_berge"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.785108"], ["updated_at", "2018-12-10 20:39:32.785108"], ["developer_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kotreutel.biz/cameron.deckow"], ["description", "Odio vel dolores et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.789668"], ["updated_at", "2018-12-10 20:39:32.789668"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Error necessitatibus enim ratione."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.790717"], ["updated_at", "2018-12-10 20:39:32.790717"], ["app_id", 88], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Itaque et natus expedita."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcdermottwilkinson.name/lanette_kub"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.794092"], ["updated_at", "2018-12-10 20:39:32.794092"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ankunding.info/alonso"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.795358"], ["updated_at", "2018-12-10 20:39:32.795358"], ["distributor_id", 58], ["app_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores iure dolores adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.798746"], ["updated_at", "2018-12-10 20:39:32.798746"], ["app_id", 88], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Nesciunt ut in quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut non ducimus enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.802567"], ["updated_at", "2018-12-10 20:39:32.802567"], ["works_with_id", 103], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quae labore molestiae ducimus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quia temporibus ipsum ea."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:32.805443"], ["updated_at", "2018-12-10 20:39:32.805443"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bechtelarhuels.net/lanette"], ["description", "Sit saepe inventore delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.819598"], ["updated_at", "2018-12-10 20:39:32.819598"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Hic et molestiae ab."], ["url", "http://thiel.com/tomas.hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.823840"], ["updated_at", "2018-12-10 20:39:32.823840"], ["logo_image_url", nil]]
 (1.9ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam quia optio sit."], ["info_url", "http://dubuque.com/lane_beahan"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.829475"], ["updated_at", "2018-12-10 20:39:32.829475"], ["developer_id", 97]]
SQL (1.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui hic aut dolore."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.830819"], ["updated_at", "2018-12-10 20:39:32.830819"], ["app_id", 89], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Quis rerum sunt in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem quod eaque nobis."], ["url", "http://wolf.io/john_ebert"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.837349"], ["updated_at", "2018-12-10 20:39:32.837349"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis veniam corporis dignissimos."], ["info_url", "http://welchhoppe.biz/iac"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.839808"], ["updated_at", "2018-12-10 20:39:32.839808"], ["developer_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koepp.co/herlinda.bins"], ["description", "Similique tenetur rerum est."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.850479"], ["updated_at", "2018-12-10 20:39:32.850479"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae ducimus est eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.851622"], ["updated_at", "2018-12-10 20:39:32.851622"], ["app_id", 90], ["offering_id", 76], ["promo_image_url", nil], ["promo_text", "Quis dolor voluptatum facere."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mullerbotsford.io/annamae"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.854646"], ["updated_at", "2018-12-10 20:39:32.854646"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fahey.org/milford"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.856443"], ["updated_at", "2018-12-10 20:39:32.856443"], ["distributor_id", 59], ["app_id", 90]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel voluptatum non pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.862622"], ["updated_at", "2018-12-10 20:39:32.862622"], ["app_id", 90], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Optio pariatur maxime vitae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Veniam voluptatum et sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.867226"], ["updated_at", "2018-12-10 20:39:32.867226"], ["works_with_id", 106], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptas distinctio est nam."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Excepturi sint quidem neque."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:32.870403"], ["updated_at", "2018-12-10 20:39:32.870403"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parisian.io/bong_bayer"], ["description", "Hic aliquid dolores deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.882619"], ["updated_at", "2018-12-10 20:39:32.882619"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui et consectetur doloremque."], ["url", "http://krisfunk.biz/clint"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.887441"], ["updated_at", "2018-12-10 20:39:32.887441"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos numquam quia molestias."], ["info_url", "http://conn.org/clara.waelchi"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.893621"], ["updated_at", "2018-12-10 20:39:32.893621"], ["developer_id", 99]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto esse provident blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.896214"], ["updated_at", "2018-12-10 20:39:32.896214"], ["app_id", 91], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Magnam eligendi tempora aliquam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quae mollitia atque libero."], ["url", "http://bauch.name/rene"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.903211"], ["updated_at", "2018-12-10 20:39:32.903211"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dignissimos culpa architecto officia."], ["info_url", "http://lesch.name/twana.mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.905523"], ["updated_at", "2018-12-10 20:39:32.905523"], ["developer_id", 100]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goodwin.net/sheldon"], ["description", "Dolorem fuga aut aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.911180"], ["updated_at", "2018-12-10 20:39:32.911180"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit quibusdam perspiciatis odio."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.912521"], ["updated_at", "2018-12-10 20:39:32.912521"], ["app_id", 92], ["offering_id", 78], ["promo_image_url", nil], ["promo_text", "Molestiae est quaerat nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ko.net/taylor"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.916372"], ["updated_at", "2018-12-10 20:39:32.916372"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hodkiewicz.info/agripina"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.917931"], ["updated_at", "2018-12-10 20:39:32.917931"], ["distributor_id", 60], ["app_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nemo omnis blanditiis repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.921189"], ["updated_at", "2018-12-10 20:39:32.921189"], ["app_id", 92], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Cumque veritatis quas esse."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Provident blanditiis odio iure."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:32.925121"], ["updated_at", "2018-12-10 20:39:32.925121"], ["works_with_id", 109], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est libero error et."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Nihil est rerum ipsa."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:32.928052"], ["updated_at", "2018-12-10 20:39:32.928052"], ["testimonial_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (1.2ms)  BEGIN
 (5.7ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (3.4ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (233.8ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (2.0ms)  BEGIN
 (1.2ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et consequatur et iure."], ["url", "http://wehner.biz/fran"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.808052"], ["updated_at", "2018-12-10 20:39:58.808052"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (1.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis earum laborum voluptate."], ["info_url", "http://bartoletti.info/romeo"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.823022"], ["updated_at", "2018-12-10 20:39:58.823022"], ["developer_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spinkabechtelar.name/jamie.labadie"], ["description", "Et est nesciunt provident."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.879070"], ["updated_at", "2018-12-10 20:39:58.879070"]]
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat veniam corrupti facilis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.880685"], ["updated_at", "2018-12-10 20:39:58.880685"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Delectus saepe hic corrupti."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://legros.net/ernie.barton"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.897465"], ["updated_at", "2018-12-10 20:39:58.897465"], ["icon_id", "apple"]]
SQL (1.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunzegrady.io/blair_blanda"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.899946"], ["updated_at", "2018-12-10 20:39:58.899946"], ["distributor_id", 1], ["app_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"1"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 40ms (Views: 30.6ms | ActiveRecord: 0.5ms)

 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In perspiciatis illum sapiente."], ["url", "http://hoppe.io/sherman.ruel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.959466"], ["updated_at", "2018-12-10 20:39:58.959466"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est velit ut provident."], ["info_url", "http://botsford.co/tomiko"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.962335"], ["updated_at", "2018-12-10 20:39:58.962335"], ["developer_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kilback.co/rashad.schroeder"], ["description", "Assumenda enim quae et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.969544"], ["updated_at", "2018-12-10 20:39:58.969544"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In consequatur animi provident."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.970974"], ["updated_at", "2018-12-10 20:39:58.970974"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Quo porro id qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walshblick.info/ariana_turner"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.974539"], ["updated_at", "2018-12-10 20:39:58.974539"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerlach.co/iona"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.975670"], ["updated_at", "2018-12-10 20:39:58.975670"], ["distributor_id", 2], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"2"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quae eveniet dolor aut."], ["url", "http://heathcoteweimann.name/sherril"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:58.997455"], ["updated_at", "2018-12-10 20:39:58.997455"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe consequuntur sit odio."], ["info_url", "http://huels.name/pearle.bayer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.000037"], ["updated_at", "2018-12-10 20:39:59.000037"], ["developer_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heathcotebauch.com/myles"], ["description", "Dolor quod enim pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.004865"], ["updated_at", "2018-12-10 20:39:59.004865"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est labore deleniti voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.005883"], ["updated_at", "2018-12-10 20:39:59.005883"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Dicta odio enim voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lemke.org/aurelia_heel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.008545"], ["updated_at", "2018-12-10 20:39:59.008545"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcdermottjacobson.org/elna_emmerich"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.009367"], ["updated_at", "2018-12-10 20:39:59.009367"], ["distributor_id", 3], ["app_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"3"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

 (0.3ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Praesentium consequatur voluptatem blanditiis."], ["url", "http://bartonbeer.net/herschel.kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.023823"], ["updated_at", "2018-12-10 20:39:59.023823"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minima quasi exercitationem excepturi."], ["info_url", "http://pfannerstill.net/shu"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.025757"], ["updated_at", "2018-12-10 20:39:59.025757"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammes.biz/manuel_wilderman"], ["description", "Nulla fugiat dicta aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.030555"], ["updated_at", "2018-12-10 20:39:59.030555"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut et excepturi ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.031669"], ["updated_at", "2018-12-10 20:39:59.031669"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Aperiam itaque natus et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://yosttillman.co/jordon"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.034415"], ["updated_at", "2018-12-10 20:39:59.034415"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stoltenberg.name/celina_hodkiewicz"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.035290"], ["updated_at", "2018-12-10 20:39:59.035290"], ["distributor_id", 4], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo quibusdam et assumenda."], ["url", "http://denesik.org/stewart"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.047915"], ["updated_at", "2018-12-10 20:39:59.047915"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae autem omnis et."], ["info_url", "http://brekkestiedemann.biz/shanel"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.050805"], ["updated_at", "2018-12-10 20:39:59.050805"], ["developer_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://labadie.com/zoe"], ["description", "Quidem vitae illum voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.055383"], ["updated_at", "2018-12-10 20:39:59.055383"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut ipsa labore dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.056358"], ["updated_at", "2018-12-10 20:39:59.056358"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Unde commodi id quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dibbert.com/edmundo"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.059168"], ["updated_at", "2018-12-10 20:39:59.059168"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huels.io/bennett.sawayn"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.060081"], ["updated_at", "2018-12-10 20:39:59.060081"], ["distributor_id", 5], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Provident totam nam facilis.", "info_url"=>"http://ritchie.biz/kriy.gleichner", "is_live"=>"true", "name"=>"app_name"}, "id"=>"5"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Provident totam nam facilis."], ["info_url", "http://ritchie.biz/kriy.gleichner"], ["updated_at", "2018-12-10 20:39:59.072057"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/5 Completed 302 Found in 11ms (ActiveRecord: 1.1ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores accusantium earum iste."], ["url", "http://heathcote.co/tyrone"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.080763"], ["updated_at", "2018-12-10 20:39:59.080763"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime consequatur reiciendis iusto."], ["info_url", "http://carrollschoen.com/bernadette.hahn"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.083739"], ["updated_at", "2018-12-10 20:39:59.083739"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://danielwilderman.io/mignon"], ["description", "Accusamus consectetur enim et."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.090669"], ["updated_at", "2018-12-10 20:39:59.090669"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis neque sapiente itaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.092243"], ["updated_at", "2018-12-10 20:39:59.092243"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Eos quia qui fugit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://okongottlieb.org/trula_bruen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.097947"], ["updated_at", "2018-12-10 20:39:59.097947"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://faywalsh.biz/lynwood.botsford"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.099329"], ["updated_at", "2018-12-10 20:39:59.099329"], ["distributor_id", 6], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Eum dolorum ea quae.", "info_url"=>"http://larsonhagenes.biz/shaunna", "is_live"=>"true", "name"=>"app_name"}, "id"=>"6"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Eum dolorum ea quae."], ["info_url", "http://larsonhagenes.biz/shaunna"], ["updated_at", "2018-12-10 20:39:59.105298"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/6 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.7ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione suscipit repellendus magnam."], ["url", "http://torphy.io/aurora"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.112737"], ["updated_at", "2018-12-10 20:39:59.112737"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit ea qui quam."], ["info_url", "http://beernitzsche.net/lavera"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.115097"], ["updated_at", "2018-12-10 20:39:59.115097"], ["developer_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerhold.org/hal.kozey"], ["description", "Perferendis minima odio tempora."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.119823"], ["updated_at", "2018-12-10 20:39:59.119823"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem autem vel sunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.121094"], ["updated_at", "2018-12-10 20:39:59.121094"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Molestias voluptas quam sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.8ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dubuque.co/neria"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.126082"], ["updated_at", "2018-12-10 20:39:59.126082"], ["icon_id", "apple"]]
SQL (0.9ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thompson.io/trina"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.128405"], ["updated_at", "2018-12-10 20:39:59.128405"], ["distributor_id", 7], ["app_id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Aut saepe ut ut.", "info_url"=>"http://hauck.name/antonio_white", "is_live"=>"true", "name"=>"app_name"}, "id"=>"7"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Aut saepe ut ut."], ["info_url", "http://hauck.name/antonio_white"], ["updated_at", "2018-12-10 20:39:59.137761"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/7 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schroeder.biz/giuseppe"], ["description", "Id enim cum iste."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.182877"], ["updated_at", "2018-12-10 20:39:59.182877"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium veniam consequatur et."], ["url", "http://thiel.org/royal_sipes"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.187986"], ["updated_at", "2018-12-10 20:39:59.187986"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Placeat doloribus aut perferendis."], ["info_url", "http://wildermanbahringer.org/thomas"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.192685"], ["updated_at", "2018-12-10 20:39:59.192685"], ["developer_id", 8]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur vel dolorem numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.194684"], ["updated_at", "2018-12-10 20:39:59.194684"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Mollitia officia esse rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Aut quia dolor molestias.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://ziemann.net/paul.morar"}, "id"=>"8"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Aut quia dolor molestias."], ["shop_link", "http://ziemann.net/paul.morar"], ["updated_at", "2018-12-10 20:39:59.203025"], ["id", 8]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/8 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyette.info/jaunita_koepp"], ["description", "Autem aut voluptate aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.210276"], ["updated_at", "2018-12-10 20:39:59.210276"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab eveniet saepe animi."], ["url", "http://ullrichschmitt.name/dwain"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.217692"], ["updated_at", "2018-12-10 20:39:59.217692"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odio suscipit saepe maiores."], ["info_url", "http://bodekshlerin.biz/bradly"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.226477"], ["updated_at", "2018-12-10 20:39:59.226477"], ["developer_id", 9]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis est excepturi vero."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.228161"], ["updated_at", "2018-12-10 20:39:59.228161"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Aut nihil qui et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Numquam ut consequatur quod.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://toyzboncak.name/dannette.hegmann"}, "id"=>"9"}
Offering Load (0.5ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Numquam ut consequatur quod."], ["shop_link", "http://toyzboncak.name/dannette.hegmann"], ["updated_at", "2018-12-10 20:39:59.235465"], ["id", 9]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/9 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.8ms)  BEGIN
 (1.6ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zieme.info/steffanie.blick"], ["description", "Laudantium unde dolor blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.245675"], ["updated_at", "2018-12-10 20:39:59.245675"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Asperiores omnis expedita iure."], ["url", "http://schulist.org/louise_howe"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.253483"], ["updated_at", "2018-12-10 20:39:59.253483"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (3.7ms)  SAVEPOINT active_record_1
SQL (5.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur quis aliquid id."], ["info_url", "http://markscruickshank.com/lisandra_herman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.266551"], ["updated_at", "2018-12-10 20:39:59.266551"], ["developer_id", 10]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut vitae ad quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.273922"], ["updated_at", "2018-12-10 20:39:59.273922"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Dolores quos iure hic."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Molestiae tempore vel dolorem.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://osinskiswift.co/dillon.upton"}, "id"=>"10"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Molestiae tempore vel dolorem."], ["shop_link", "http://osinskiswift.co/dillon.upton"], ["updated_at", "2018-12-10 20:39:59.282573"], ["id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/10 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)

 (0.8ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://balistreri.name/leopoldo.stokes"], ["description", "Odio debitis sunt aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.292635"], ["updated_at", "2018-12-10 20:39:59.292635"]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit id optio aut."], ["url", "http://wuckert.info/mari.torp"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.300963"], ["updated_at", "2018-12-10 20:39:59.300963"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Mollitia veritatis vero dolorem."], ["info_url", "http://hoppe.name/dong_sauer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.308901"], ["updated_at", "2018-12-10 20:39:59.308901"], ["developer_id", 11]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ad enim recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.311526"], ["updated_at", "2018-12-10 20:39:59.311526"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Nobis saepe optio quidem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms)

Offering Load (0.4ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (3.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammeshettinger.org/nicholas.kihn"], ["description", "Inventore id sint eveniet."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.355302"], ["updated_at", "2018-12-10 20:39:59.355302"]]
 (1.7ms)  RELEASE SAVEPOINT active_record_1
 (18.9ms)  SAVEPOINT active_record_1
SQL (2.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit voluptatem animi fugiat."], ["url", "http://kuphalblock.info/earline_koepp"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.386915"], ["updated_at", "2018-12-10 20:39:59.386915"], ["logo_image_url", nil]]
 (4.6ms)  RELEASE SAVEPOINT active_record_1
 (2.1ms)  SAVEPOINT active_record_1
SQL (7.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At provident saepe et."], ["info_url", "http://kuhickiehn.org/anita.lynch"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.409407"], ["updated_at", "2018-12-10 20:39:59.409407"], ["developer_id", 12]]
SQL (3.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate similique velit sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.425065"], ["updated_at", "2018-12-10 20:39:59.425065"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Accusamus fugiat dicta adipisci."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"12"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.4ms)

 (0.4ms)  ROLLBACK
 (1.2ms)  BEGIN
 (0.4ms)  COMMIT
 (2.1ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (2.1ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://morar.co/flo.haag"], ["description", "Illo natus officia excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.451721"], ["updated_at", "2018-12-10 20:39:59.451721"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.8ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero eos quis et."], ["url", "http://rowemacgyver.name/olevia.okon"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.463219"], ["updated_at", "2018-12-10 20:39:59.463219"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vitae id neque libero."], ["info_url", "http://bednar.io/lovella"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.468939"], ["updated_at", "2018-12-10 20:39:59.468939"], ["developer_id", 13]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut repudiandae officia illo."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.472475"], ["updated_at", "2018-12-10 20:39:59.472475"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Voluptas esse sit ut."]]
 (1.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"13"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 13]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 4ms (ActiveRecord: 1.4ms)

 (0.4ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://thompson.name/angela.volkman"], ["description", "Nam beatae dolor odit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.488099"], ["updated_at", "2018-12-10 20:39:59.488099"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Modi voluptas temporibus veritatis."], ["url", "http://christiansen.name/vernon"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.494710"], ["updated_at", "2018-12-10 20:39:59.494710"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (1.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil blanditiis ut reprehenderit."], ["info_url", "http://jones.io/vance"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.502689"], ["updated_at", "2018-12-10 20:39:59.502689"], ["developer_id", 14]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur dolore a quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.504723"], ["updated_at", "2018-12-10 20:39:59.504723"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Fuga quia delectus iste."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"14"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 14]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 4ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mills.co/bernie"], ["description", "Et provident quidem assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.559176"], ["updated_at", "2018-12-10 20:39:59.559176"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (2.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia eum odit quod."], ["url", "http://considine.biz/kasey"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.567079"], ["updated_at", "2018-12-10 20:39:59.567079"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (1.9ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorum adipisci aliquam sit."], ["info_url", "http://vandervortfeeney.name/ron"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.578699"], ["updated_at", "2018-12-10 20:39:59.578699"], ["developer_id", 15]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam dolor veniam fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.581072"], ["updated_at", "2018-12-10 20:39:59.581072"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Nulla velit necessitatibus non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita et harum aut."], ["url", "http://harris.name/larisa.kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.588407"], ["updated_at", "2018-12-10 20:39:59.588407"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium quis error eaque."], ["info_url", "http://pacocha.name/alane_mueller"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.592151"], ["updated_at", "2018-12-10 20:39:59.592151"], ["developer_id", 16]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rempelgrant.name/pat"], ["description", "Quis quisquam sint explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.600423"], ["updated_at", "2018-12-10 20:39:59.600423"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae deleniti omnis ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.602293"], ["updated_at", "2018-12-10 20:39:59.602293"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Vel reiciendis ducimus itaque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (3.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stammgaylord.info/monte.gleason"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.607719"], ["updated_at", "2018-12-10 20:39:59.607719"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://monahanbrown.info/margit"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.615991"], ["updated_at", "2018-12-10 20:39:59.615991"], ["distributor_id", 8], ["app_id", 16]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed accusamus in repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.624986"], ["updated_at", "2018-12-10 20:39:59.624986"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Eos ut et et."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Exercitationem deserunt consequatur voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.636220"], ["updated_at", "2018-12-10 20:39:59.636220"], ["works_with_id", 17], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quia tempora consequuntur dignissimos."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Repellendus debitis id harum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:59.642709"], ["updated_at", "2018-12-10 20:39:59.642709"], ["testimonial_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Ducimus laudantium quasi accusantium.", "image_url"=>"http://batz.net/kallie", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"1"}
TestimonialSlide Load (0.4ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Ducimus laudantium quasi accusantium."], ["updated_at", "2018-12-10 20:39:59.664401"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/1 Completed 302 Found in 18ms (ActiveRecord: 2.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcdermott.biz/forest"], ["description", "Occaecati corporis illo quasi."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.673383"], ["updated_at", "2018-12-10 20:39:59.673383"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Libero porro necessitatibus officiis."], ["url", "http://danieljohnston.co/celeste.gottlieb"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.678372"], ["updated_at", "2018-12-10 20:39:59.678372"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente officiis dolor eligendi."], ["info_url", "http://smitham.io/coleen"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.682912"], ["updated_at", "2018-12-10 20:39:59.682912"], ["developer_id", 17]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate qui temporibus blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.684401"], ["updated_at", "2018-12-10 20:39:59.684401"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Rerum pariatur dignissimos sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Saepe placeat dolorum eligendi."], ["url", "http://rutherfordcarter.info/murray"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.689102"], ["updated_at", "2018-12-10 20:39:59.689102"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni ea ut deserunt."], ["info_url", "http://conn.biz/deloris_sporer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.691810"], ["updated_at", "2018-12-10 20:39:59.691810"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spencer.org/jerlene"], ["description", "Consectetur aut et assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.697967"], ["updated_at", "2018-12-10 20:39:59.697967"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta et pariatur explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.699367"], ["updated_at", "2018-12-10 20:39:59.699367"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Corporis voluptates temporibus aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://trompfay.co/kurt_bednar"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.703085"], ["updated_at", "2018-12-10 20:39:59.703085"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rutherfordkunze.biz/whitney_raynor"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.704293"], ["updated_at", "2018-12-10 20:39:59.704293"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas numquam aut quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.707610"], ["updated_at", "2018-12-10 20:39:59.707610"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Facere dolor nihil unde."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Iure rerum totam veniam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.711952"], ["updated_at", "2018-12-10 20:39:59.711952"], ["works_with_id", 20], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Repellendus facilis quia sed."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quia quo repellat eligendi."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:59.716224"], ["updated_at", "2018-12-10 20:39:59.716224"], ["testimonial_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Eius rerum labore ea.", "image_url"=>"http://fisherswift.io/irwin.johnston", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (1.1ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
WorksWith Load (0.6ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Eius rerum labore ea."], ["updated_at", "2018-12-10 20:39:59.735838"], ["id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 18ms (ActiveRecord: 3.6ms)

TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.9ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quigley.net/hal"], ["description", "Alias modi ut iure."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.748263"], ["updated_at", "2018-12-10 20:39:59.748263"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est quos et minus."], ["url", "http://oconner.name/ellsworth"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.753825"], ["updated_at", "2018-12-10 20:39:59.753825"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut maxime omnis culpa."], ["info_url", "http://rowe.io/patsy"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.759468"], ["updated_at", "2018-12-10 20:39:59.759468"], ["developer_id", 19]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque voluptates rem error."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.761816"], ["updated_at", "2018-12-10 20:39:59.761816"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Consectetur sequi reprehenderit autem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est quos omnis dolores."], ["url", "http://will.org/tory_wiza"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.767454"], ["updated_at", "2018-12-10 20:39:59.767454"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem quam voluptatibus nisi."], ["info_url", "http://bahringer.io/melodi"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.770271"], ["updated_at", "2018-12-10 20:39:59.770271"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (2.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weinatrath.name/lyman_willms"], ["description", "Veritatis sint aliquam fugit."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.778908"], ["updated_at", "2018-12-10 20:39:59.778908"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis hic architecto recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.780202"], ["updated_at", "2018-12-10 20:39:59.780202"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Quisquam aut ducimus et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prohaska.name/prince"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.784001"], ["updated_at", "2018-12-10 20:39:59.784001"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuvalis.org/kerrie.kautzer"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.785530"], ["updated_at", "2018-12-10 20:39:59.785530"], ["distributor_id", 10], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias fugit rem libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.789158"], ["updated_at", "2018-12-10 20:39:59.789158"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Repudiandae voluptatem voluptatem fugit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptates nemo culpa non."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.792921"], ["updated_at", "2018-12-10 20:39:59.792921"], ["works_with_id", 23], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Error qui eius suscipit."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Laudantium rem qui fugit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:59.797119"], ["updated_at", "2018-12-10 20:39:59.797119"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Non est sit earum.", "image_url"=>"http://ryan.name/dolly_wilkinson", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Non est sit earum."], ["updated_at", "2018-12-10 20:39:59.811224"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 13ms (ActiveRecord: 2.2ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hartmann.name/frederic"], ["description", "Vel voluptas inventore voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.838824"], ["updated_at", "2018-12-10 20:39:59.838824"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et sunt saepe asperiores."], ["url", "http://ratke.name/napoleon.goodwin"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.843988"], ["updated_at", "2018-12-10 20:39:59.843988"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas facere necessitatibus nobis."], ["info_url", "http://pagac.info/frederic_heidenreich"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.849074"], ["updated_at", "2018-12-10 20:39:59.849074"], ["developer_id", 21]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci vel dolorem provident."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.850416"], ["updated_at", "2018-12-10 20:39:59.850416"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Voluptates quaerat assumenda beatae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem provident blanditiis deleniti."], ["url", "http://rennerbayer.net/caitlyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.856608"], ["updated_at", "2018-12-10 20:39:59.856608"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga adipisci veniam ipsam."], ["info_url", "http://ernserkuphal.net/lesley"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.859647"], ["updated_at", "2018-12-10 20:39:59.859647"], ["developer_id", 22]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rowe.name/kieth"], ["description", "Voluptatum quae quia placeat."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.868166"], ["updated_at", "2018-12-10 20:39:59.868166"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut necessitatibus pariatur illo."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.870315"], ["updated_at", "2018-12-10 20:39:59.870315"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Repellat eligendi vitae et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gusikowski.co/nery.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.875847"], ["updated_at", "2018-12-10 20:39:59.875847"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://maggio.io/christian"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.878159"], ["updated_at", "2018-12-10 20:39:59.878159"], ["distributor_id", 11], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem pariatur omnis aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.883868"], ["updated_at", "2018-12-10 20:39:59.883868"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Necessitatibus officiis deleniti alias."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Non qui tempora numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.889124"], ["updated_at", "2018-12-10 20:39:59.889124"], ["works_with_id", 26], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dolorem est numquam deserunt."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Veritatis suscipit aut quis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:59.893668"], ["updated_at", "2018-12-10 20:39:59.893668"], ["testimonial_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"4"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.3ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://borerebert.co/kandy.kunze"], ["description", "Voluptas molestiae sint exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.932881"], ["updated_at", "2018-12-10 20:39:59.932881"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit voluptatibus quia cum."], ["url", "http://boehm.co/lamar"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.939609"], ["updated_at", "2018-12-10 20:39:59.939609"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto occaecati officiis ut."], ["info_url", "http://rodriguez.info/taylor"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.944009"], ["updated_at", "2018-12-10 20:39:59.944009"], ["developer_id", 23]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda illo dolore consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.945343"], ["updated_at", "2018-12-10 20:39:59.945343"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Consequatur fugit explicabo aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim consequatur illum reprehenderit."], ["url", "http://robel.name/rene"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.950041"], ["updated_at", "2018-12-10 20:39:59.950041"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem esse ab ipsam."], ["info_url", "http://bartoletti.info/rolf.tillman"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.952188"], ["updated_at", "2018-12-10 20:39:59.952188"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reinger.name/lesley.ryan"], ["description", "Consequuntur perspiciatis id voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.956982"], ["updated_at", "2018-12-10 20:39:59.956982"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dignissimos illum numquam iusto."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.958197"], ["updated_at", "2018-12-10 20:39:59.958197"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Neque qui explicabo veniam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://klein.name/sudie"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.961231"], ["updated_at", "2018-12-10 20:39:59.961231"], ["icon_id", "apple"]]
SQL (2.1ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ullrich.name/georgiana"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.962557"], ["updated_at", "2018-12-10 20:39:59.962557"], ["distributor_id", 12], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.8ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt excepturi dicta inventore."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.968535"], ["updated_at", "2018-12-10 20:39:59.968535"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Ut voluptatem aperiam quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut architecto recusandae in."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.973752"], ["updated_at", "2018-12-10 20:39:59.973752"], ["works_with_id", 29], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptas aut consectetur quaerat."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quae qui quaerat est."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:39:59.976429"], ["updated_at", "2018-12-10 20:39:59.976429"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dooley.info/cathi.koch"], ["description", "Velit aut sint consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.989487"], ["updated_at", "2018-12-10 20:39:59.989487"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non ut culpa nobis."], ["url", "http://carroll.com/adam_gerhold"], ["is_live", "t"], ["created_at", "2018-12-10 20:39:59.996191"], ["updated_at", "2018-12-10 20:39:59.996191"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium quasi beatae nesciunt."], ["info_url", "http://smith.info/wiley"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.001389"], ["updated_at", "2018-12-10 20:40:00.001389"], ["developer_id", 25]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam perspiciatis quod consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.003474"], ["updated_at", "2018-12-10 20:40:00.003474"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Sit blanditiis architecto omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem ut soluta quisquam."], ["url", "http://rau.info/jeromy.sporer"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.008123"], ["updated_at", "2018-12-10 20:40:00.008123"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cupiditate commodi ut sunt."], ["info_url", "http://weber.co/prudence"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.010113"], ["updated_at", "2018-12-10 20:40:00.010113"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://raynor.io/sid"], ["description", "Sunt porro quia eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.015787"], ["updated_at", "2018-12-10 20:40:00.015787"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt corporis nam architecto."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.016961"], ["updated_at", "2018-12-10 20:40:00.016961"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Culpa odit eligendi maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dibbert.name/ada"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.020625"], ["updated_at", "2018-12-10 20:40:00.020625"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://renner.io/lajuana"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.021650"], ["updated_at", "2018-12-10 20:40:00.021650"], ["distributor_id", 13], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut sed unde distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.024655"], ["updated_at", "2018-12-10 20:40:00.024655"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Dolore similique deserunt nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Id molestiae aut aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.028837"], ["updated_at", "2018-12-10 20:40:00.028837"], ["works_with_id", 32], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Atque excepturi praesentium in."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Tenetur velit et ratione."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:40:00.031635"], ["updated_at", "2018-12-10 20:40:00.031635"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rice.net/jorge"], ["description", "Dolor quis et dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.044686"], ["updated_at", "2018-12-10 20:40:00.044686"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium perspiciatis aut et."], ["url", "http://daviscormier.co/evelin.rau"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.048845"], ["updated_at", "2018-12-10 20:40:00.048845"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores facere accusamus et."], ["info_url", "http://walsh.net/amelia_ortiz"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.052860"], ["updated_at", "2018-12-10 20:40:00.052860"], ["developer_id", 27]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci labore dolorem commodi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.054333"], ["updated_at", "2018-12-10 20:40:00.054333"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Possimus ad esse sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cum blanditiis laudantium dolore."], ["url", "http://quitzon.name/lajuana"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.058494"], ["updated_at", "2018-12-10 20:40:00.058494"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laboriosam aspernatur exercitationem quae."], ["info_url", "http://funkrempel.name/thomasena"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.060940"], ["updated_at", "2018-12-10 20:40:00.060940"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://friesen.org/preston.reichert"], ["description", "Non cum ut quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.066404"], ["updated_at", "2018-12-10 20:40:00.066404"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In aliquam sunt autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.067896"], ["updated_at", "2018-12-10 20:40:00.067896"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Sed et iusto autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://zulaufkozey.co/aleandra.zulauf"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.071816"], ["updated_at", "2018-12-10 20:40:00.071816"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gleason.io/daniell"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.073097"], ["updated_at", "2018-12-10 20:40:00.073097"], ["distributor_id", 14], ["app_id", 28]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem magni nostrum voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.076497"], ["updated_at", "2018-12-10 20:40:00.076497"], ["app_id", 28], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Est numquam doloribus dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Labore vitae itaque vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.080972"], ["updated_at", "2018-12-10 20:40:00.080972"], ["works_with_id", 35], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Perspiciatis sequi aut quod."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Numquam sed aut excepturi."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:40:00.084506"], ["updated_at", "2018-12-10 20:40:00.084506"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.4ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.7ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://roob.org/echo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.108986"], ["updated_at", "2018-12-10 20:40:00.108986"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta possimus eos cupiditate."], ["url", "http://trantow.org/eric.shields"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.113405"], ["updated_at", "2018-12-10 20:40:00.113405"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nesciunt praesentium ipsa velit."], ["info_url", "http://olsoncollins.org/ira.torphy"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.116852"], ["updated_at", "2018-12-10 20:40:00.116852"], ["developer_id", 29]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rauhilpert.org/margarette.weinat"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.118361"], ["updated_at", "2018-12-10 20:40:00.118361"], ["distributor_id", 15], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"15"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sanford.info/chang"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.132214"], ["updated_at", "2018-12-10 20:40:00.132214"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Modi mollitia esse in."], ["url", "http://klingskiles.name/lazaro_ryan"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.136547"], ["updated_at", "2018-12-10 20:40:00.136547"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem dolor voluptatem corporis."], ["info_url", "http://trantow.net/elisha"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.140240"], ["updated_at", "2018-12-10 20:40:00.140240"], ["developer_id", 30]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thompsonoberbrunner.org/dougla.corwin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.141616"], ["updated_at", "2018-12-10 20:40:00.141616"], ["distributor_id", 16], ["app_id", 30]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"16"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.3ms)  SELECT COUNT(*) FROM "distributors"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://okunevastamm.com/kayleigh_treutel"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.152241"], ["updated_at", "2018-12-10 20:40:00.152241"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita facilis et est."], ["url", "http://smithammraz.net/kendall_mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.156486"], ["updated_at", "2018-12-10 20:40:00.156486"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit velit officia repellat."], ["info_url", "http://bogan.info/elliot_goyette"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.159535"], ["updated_at", "2018-12-10 20:40:00.159535"], ["developer_id", 31]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fadelweimann.co/garland.shanahan"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.160777"], ["updated_at", "2018-12-10 20:40:00.160777"], ["distributor_id", 17], ["app_id", 31]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"17"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://barton.co/nola"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.183427"], ["updated_at", "2018-12-10 20:40:00.183427"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil assumenda nostrum necessitatibus."], ["url", "http://okon.name/delila"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.188015"], ["updated_at", "2018-12-10 20:40:00.188015"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti esse ea quidem."], ["info_url", "http://grant.net/jame.hills"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.190925"], ["updated_at", "2018-12-10 20:40:00.190925"], ["developer_id", 32]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://huels.biz/elza"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.191919"], ["updated_at", "2018-12-10 20:40:00.191919"], ["distributor_id", 18], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://hoppe.net/alida", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"18"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://hoppe.net/alida"], ["updated_at", "2018-12-10 20:40:00.196942"], ["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/18 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (1.7ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langworthpurdy.net/reggie_ledner"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.204324"], ["updated_at", "2018-12-10 20:40:00.204324"], ["icon_id", "apple"]]
 (1.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Libero amet porro adipisci."], ["url", "http://swift.name/shanon"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.210210"], ["updated_at", "2018-12-10 20:40:00.210210"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (2.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem in omnis dicta."], ["info_url", "http://predovic.name/aubrey.rolfson"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.213814"], ["updated_at", "2018-12-10 20:40:00.213814"], ["developer_id", 33]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://crooks.biz/brock"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.218170"], ["updated_at", "2018-12-10 20:40:00.218170"], ["distributor_id", 19], ["app_id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://roob.io/dinorah.hand", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"19"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://roob.io/dinorah.hand"], ["updated_at", "2018-12-10 20:40:00.223678"], ["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/19 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grimetokes.com/milo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.231278"], ["updated_at", "2018-12-10 20:40:00.231278"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quas autem aperiam et."], ["url", "http://okon.co/tamar"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.236205"], ["updated_at", "2018-12-10 20:40:00.236205"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur eos similique praesentium."], ["info_url", "http://bogan.info/benton"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.239465"], ["updated_at", "2018-12-10 20:40:00.239465"], ["developer_id", 34]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thompson.co/shemeka.jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.240921"], ["updated_at", "2018-12-10 20:40:00.240921"], ["distributor_id", 20], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://kuvalisblanda.net/ruthanne", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"20"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://kuvalisblanda.net/ruthanne"], ["updated_at", "2018-12-10 20:40:00.245433"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/20 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dibbert.io/ramiro_okuneva"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.251654"], ["updated_at", "2018-12-10 20:40:00.251654"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque expedita necessitatibus aliquam."], ["url", "http://hanemertz.io/chung"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.256231"], ["updated_at", "2018-12-10 20:40:00.256231"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas molestiae sunt cum."], ["info_url", "http://koeppweimann.io/guy.goyette"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.259622"], ["updated_at", "2018-12-10 20:40:00.259622"], ["developer_id", 35]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kaulkeanderson.org/joseph_lindgren"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.261011"], ["updated_at", "2018-12-10 20:40:00.261011"], ["distributor_id", 21], ["app_id", 35]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rolfson.io/tod"], ["description", "Et provident totam ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.292328"], ["updated_at", "2018-12-10 20:40:00.292328"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos blanditiis qui esse."], ["url", "http://walsh.io/joelle"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.298589"], ["updated_at", "2018-12-10 20:40:00.298589"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis est amet et."], ["info_url", "http://spencerkshlerin.co/charley_fadel"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.304038"], ["updated_at", "2018-12-10 20:40:00.304038"], ["developer_id", 36]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam maiores architecto facere."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.305775"], ["updated_at", "2018-12-10 20:40:00.305775"], ["app_id", 36], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Voluptatem ut enim nihil."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non sapiente consectetur ullam."], ["url", "http://dietrichhauck.com/hal.feil"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.311520"], ["updated_at", "2018-12-10 20:40:00.311520"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Provident delectus et praesentium."], ["info_url", "http://schoen.com/clemente_hauck"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.314127"], ["updated_at", "2018-12-10 20:40:00.314127"], ["developer_id", 37]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kemmerlesch.name/nedra_blick"], ["description", "Omnis minima consequatur quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.320225"], ["updated_at", "2018-12-10 20:40:00.320225"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo nisi nostrum sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.321739"], ["updated_at", "2018-12-10 20:40:00.321739"], ["app_id", 37], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Nam atque autem veniam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collins.io/alyson"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.325411"], ["updated_at", "2018-12-10 20:40:00.325411"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://doyleblick.biz/devora_abbott"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.326761"], ["updated_at", "2018-12-10 20:40:00.326761"], ["distributor_id", 22], ["app_id", 37]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut tempora harum dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.330943"], ["updated_at", "2018-12-10 20:40:00.330943"], ["app_id", 37], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Illum eius voluptate non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://miller.com/thanh"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.342767"], ["updated_at", "2018-12-10 20:40:00.342767"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et sunt non minima."], ["url", "http://lindgren.com/pasquale"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.348370"], ["updated_at", "2018-12-10 20:40:00.348370"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minima nesciunt non blanditiis."], ["info_url", "http://willms.name/orval_ondricka"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.352129"], ["updated_at", "2018-12-10 20:40:00.352129"], ["developer_id", 38]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stroman.name/jeie.schoen"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.353605"], ["updated_at", "2018-12-10 20:40:00.353605"], ["distributor_id", 23], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est nisi ut quaerat."], ["url", "http://zieme.org/tommy_pacocha"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.357400"], ["updated_at", "2018-12-10 20:40:00.357400"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores quaerat est ut."], ["info_url", "http://cristpurdy.name/daren"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.359793"], ["updated_at", "2018-12-10 20:40:00.359793"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vandervort.info/raymon_dickens"], ["description", "Rerum excepturi id et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.366753"], ["updated_at", "2018-12-10 20:40:00.366753"]]
SQL (1.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt debitis ipsa veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.369106"], ["updated_at", "2018-12-10 20:40:00.369106"], ["app_id", 39], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Mollitia id eius dolore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://leannon.info/tu"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.373472"], ["updated_at", "2018-12-10 20:40:00.373472"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lehner.name/nickolas"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.374598"], ["updated_at", "2018-12-10 20:40:00.374598"], ["distributor_id", 24], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://howe.name/reid.kilback"], ["description", "Laboriosam distinctio omnis et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.388057"], ["updated_at", "2018-12-10 20:40:00.388057"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam quia eaque quidem."], ["url", "http://gusikowski.co/tom_hayes"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.391645"], ["updated_at", "2018-12-10 20:40:00.391645"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil cum odio assumenda."], ["info_url", "http://wilderman.name/myrna"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.395456"], ["updated_at", "2018-12-10 20:40:00.395456"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquid est veniam quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.396718"], ["updated_at", "2018-12-10 20:40:00.396718"], ["app_id", 40], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Quas fugiat quae vel."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut aliquam tempora aspernatur."], ["url", "http://jast.net/shizue_king"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.401398"], ["updated_at", "2018-12-10 20:40:00.401398"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda culpa sed rerum."], ["info_url", "http://frami.info/derek.wisoky"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.404365"], ["updated_at", "2018-12-10 20:40:00.404365"], ["developer_id", 41]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (2.1ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moore.org/keith"], ["description", "Eum sint rerum voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.414400"], ["updated_at", "2018-12-10 20:40:00.414400"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil quasi occaecati corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.417792"], ["updated_at", "2018-12-10 20:40:00.417792"], ["app_id", 41], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Dolores et in modi."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://waelchi.org/jamal_kunze"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.422105"], ["updated_at", "2018-12-10 20:40:00.422105"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://parker.net/gil"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.423237"], ["updated_at", "2018-12-10 20:40:00.423237"], ["distributor_id", 25], ["app_id", 41]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis suscipit quis similique."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.426823"], ["updated_at", "2018-12-10 20:40:00.426823"], ["app_id", 41], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Dolores omnis aut consectetur."]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bashirian.net/daisy.keebler"], ["description", "Vitae dolores sapiente ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.447461"], ["updated_at", "2018-12-10 20:40:00.447461"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Culpa ad provident ut."], ["url", "http://fisher.co/will.fadel"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.451280"], ["updated_at", "2018-12-10 20:40:00.451280"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae voluptatem quod est."], ["info_url", "http://considine.io/rodrigo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.455313"], ["updated_at", "2018-12-10 20:40:00.455313"], ["developer_id", 42]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti iste omnis aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.456771"], ["updated_at", "2018-12-10 20:40:00.456771"], ["app_id", 42], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Tempora ex qui nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Neque omnis deleniti possimus."], ["url", "http://barrowsfisher.org/shaquana"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.461223"], ["updated_at", "2018-12-10 20:40:00.461223"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam et quis impedit."], ["info_url", "http://oreilly.co/nanci"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.464037"], ["updated_at", "2018-12-10 20:40:00.464037"], ["developer_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nicolasheidenreich.com/refugio_ebert"], ["description", "Maxime ipsa sunt est."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.469696"], ["updated_at", "2018-12-10 20:40:00.469696"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vero sit amet nobis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.470732"], ["updated_at", "2018-12-10 20:40:00.470732"], ["app_id", 43], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Labore est et porro."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hirthe.name/nicola_kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.473562"], ["updated_at", "2018-12-10 20:40:00.473562"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://balistrerijohnston.net/landon_corkery"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.474496"], ["updated_at", "2018-12-10 20:40:00.474496"], ["distributor_id", 26], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae quae sit consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.477264"], ["updated_at", "2018-12-10 20:40:00.477264"], ["app_id", 43], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Ab sit excepturi at."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Qui numquam illum quae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.480648"], ["updated_at", "2018-12-10 20:40:00.480648"], ["works_with_id", 45]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runtecormier.name/james"], ["description", "Doloribus atque sed nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.493765"], ["updated_at", "2018-12-10 20:40:00.493765"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Earum numquam ratione et."], ["url", "http://okuneva.org/daysi"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.499433"], ["updated_at", "2018-12-10 20:40:00.499433"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore reprehenderit explicabo non."], ["info_url", "http://champlinreichert.info/alena"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.503258"], ["updated_at", "2018-12-10 20:40:00.503258"], ["developer_id", 44]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut rerum qui voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.504320"], ["updated_at", "2018-12-10 20:40:00.504320"], ["app_id", 44], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Porro natus aut quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem enim deleniti libero."], ["url", "http://walshfisher.org/brandee"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.508440"], ["updated_at", "2018-12-10 20:40:00.508440"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga quaerat maiores nam."], ["info_url", "http://lakinbashirian.io/lillie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.510630"], ["updated_at", "2018-12-10 20:40:00.510630"], ["developer_id", 45]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cremin.name/peter"], ["description", "Adipisci neque ut aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.516241"], ["updated_at", "2018-12-10 20:40:00.516241"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia sed sunt in."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.517234"], ["updated_at", "2018-12-10 20:40:00.517234"], ["app_id", 45], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Hic dolorem blanditiis neque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kingritchie.info/sydney_ziemann"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.520051"], ["updated_at", "2018-12-10 20:40:00.520051"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://collier.com/erasmo_osinski"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.521011"], ["updated_at", "2018-12-10 20:40:00.521011"], ["distributor_id", 27], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit quam sed delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.524038"], ["updated_at", "2018-12-10 20:40:00.524038"], ["app_id", 45], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Necessitatibus est excepturi itaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Similique provident libero cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.526560"], ["updated_at", "2018-12-10 20:40:00.526560"], ["works_with_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://raynorokuneva.biz/bridgett"], ["description", "Qui aut nam atque."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.537032"], ["updated_at", "2018-12-10 20:40:00.537032"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam similique ea non."], ["url", "http://lueilwitz.co/towanda"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.541616"], ["updated_at", "2018-12-10 20:40:00.541616"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste voluptates non est."], ["info_url", "http://mclaughlin.info/andrew_spinka"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.546044"], ["updated_at", "2018-12-10 20:40:00.546044"], ["developer_id", 46]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis est sint quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.547438"], ["updated_at", "2018-12-10 20:40:00.547438"], ["app_id", 46], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Voluptate blanditiis aliquam dicta."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis a optio doloremque."], ["url", "http://cronindeckow.com/ruell"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.552177"], ["updated_at", "2018-12-10 20:40:00.552177"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta aperiam totam voluptatum."], ["info_url", "http://weinat.org/lorenzo.bahringer"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.554650"], ["updated_at", "2018-12-10 20:40:00.554650"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://skilesko.net/kenisha.jacobs"], ["description", "Cumque quo aperiam dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.559561"], ["updated_at", "2018-12-10 20:40:00.559561"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque necessitatibus eveniet in."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.561181"], ["updated_at", "2018-12-10 20:40:00.561181"], ["app_id", 47], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Aut fugiat vitae voluptatum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://starkchamplin.biz/maurice"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.564877"], ["updated_at", "2018-12-10 20:40:00.564877"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://treutelmante.net/kelley"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.565833"], ["updated_at", "2018-12-10 20:40:00.565833"], ["distributor_id", 28], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur beatae enim sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.568513"], ["updated_at", "2018-12-10 20:40:00.568513"], ["app_id", 47], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Est vel repellendus sit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sunt enim atque sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.571427"], ["updated_at", "2018-12-10 20:40:00.571427"], ["works_with_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlin.info/barney.leffler"], ["description", "Labore rerum voluptatem minima."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.595059"], ["updated_at", "2018-12-10 20:40:00.595059"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo velit eaque dolores."], ["url", "http://durganherman.info/dallas"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.599256"], ["updated_at", "2018-12-10 20:40:00.599256"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia quos aliquam ratione."], ["info_url", "http://hartmann.com/nadia_jakubowski"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.603783"], ["updated_at", "2018-12-10 20:40:00.603783"], ["developer_id", 48]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim qui odit tenetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.605106"], ["updated_at", "2018-12-10 20:40:00.605106"], ["app_id", 48], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Ratione occaecati eos necessitatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem placeat hic quam."], ["url", "http://cremin.info/marcelle_thompson"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.609498"], ["updated_at", "2018-12-10 20:40:00.609498"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui voluptatem illum accusantium."], ["info_url", "http://bode.net/alisa_thompson"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.611804"], ["updated_at", "2018-12-10 20:40:00.611804"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wehner.biz/alexia.considine"], ["description", "Molestias error repellat facilis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.617236"], ["updated_at", "2018-12-10 20:40:00.617236"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut repellat voluptatem iste."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.618574"], ["updated_at", "2018-12-10 20:40:00.618574"], ["app_id", 49], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Nobis omnis qui qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://larson.net/lauralee.kertzmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.621882"], ["updated_at", "2018-12-10 20:40:00.621882"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bergnaum.co/sharleen"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.622997"], ["updated_at", "2018-12-10 20:40:00.622997"], ["distributor_id", 29], ["app_id", 49]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea vitae culpa rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.626500"], ["updated_at", "2018-12-10 20:40:00.626500"], ["app_id", 49], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Similique sapiente nulla eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Perspiciatis soluta reprehenderit illum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.629341"], ["updated_at", "2018-12-10 20:40:00.629341"], ["works_with_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://volkmanfahey.io/antonio"], ["description", "Ea aut voluptatem quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.641032"], ["updated_at", "2018-12-10 20:40:00.641032"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias et provident est."], ["url", "http://kerlukecollins.name/columbus"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.645399"], ["updated_at", "2018-12-10 20:40:00.645399"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In eaque rem unde."], ["info_url", "http://thielmoen.biz/grisel"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.649475"], ["updated_at", "2018-12-10 20:40:00.649475"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea aperiam molestiae consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.650607"], ["updated_at", "2018-12-10 20:40:00.650607"], ["app_id", 50], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Quaerat quod aliquam cumque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Harum molestias et enim."], ["url", "http://schultz.info/clifford.grant"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.655855"], ["updated_at", "2018-12-10 20:40:00.655855"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum ad sunt voluptate."], ["info_url", "http://luettgenschamberger.org/damian_shields"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.661522"], ["updated_at", "2018-12-10 20:40:00.661522"], ["developer_id", 51]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://coleroberts.name/kaycee_pfannerstill"], ["description", "Consequatur optio et fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.668042"], ["updated_at", "2018-12-10 20:40:00.668042"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veniam voluptas nulla eaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.669249"], ["updated_at", "2018-12-10 20:40:00.669249"], ["app_id", 51], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Architecto aperiam repellat enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://will.name/allen_roberts"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.672545"], ["updated_at", "2018-12-10 20:40:00.672545"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schaefer.io/eugene.reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.673624"], ["updated_at", "2018-12-10 20:40:00.673624"], ["distributor_id", 30], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt et ipsam animi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.676643"], ["updated_at", "2018-12-10 20:40:00.676643"], ["app_id", 51], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Atque quam autem qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Accusamus dicta fugiat ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.679390"], ["updated_at", "2018-12-10 20:40:00.679390"], ["works_with_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Facere laborum et esse.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Facere laborum et esse."], ["updated_at", "2018-12-10 20:40:00.697374"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 17ms (ActiveRecord: 2.6ms)

UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://connlarkin.com/georgann"], ["description", "Et nesciunt sequi excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.705678"], ["updated_at", "2018-12-10 20:40:00.705678"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rem qui perspiciatis omnis."], ["url", "http://thiel.biz/kieth_hyatt"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.709404"], ["updated_at", "2018-12-10 20:40:00.709404"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloremque dolor aperiam quia."], ["info_url", "http://gorczany.org/jae_wolf"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.714108"], ["updated_at", "2018-12-10 20:40:00.714108"], ["developer_id", 52]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est voluptatem error consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.715714"], ["updated_at", "2018-12-10 20:40:00.715714"], ["app_id", 52], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Ex quod aspernatur debitis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "A expedita possimus aut."], ["url", "http://wittingrosenbaum.com/king"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.720136"], ["updated_at", "2018-12-10 20:40:00.720136"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur optio provident corporis."], ["info_url", "http://hermiston.biz/anne"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.722402"], ["updated_at", "2018-12-10 20:40:00.722402"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://streich.co/apryl_goodwin"], ["description", "Sed neque qui et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.727933"], ["updated_at", "2018-12-10 20:40:00.727933"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cum mollitia minima dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.729589"], ["updated_at", "2018-12-10 20:40:00.729589"], ["app_id", 53], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Error sunt officia ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://monahan.biz/gabrielle_hagenes"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.733077"], ["updated_at", "2018-12-10 20:40:00.733077"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rice.info/bernardine.hoppe"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.734160"], ["updated_at", "2018-12-10 20:40:00.734160"], ["distributor_id", 31], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ullam dolores est et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.737790"], ["updated_at", "2018-12-10 20:40:00.737790"], ["app_id", 53], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Eum qui aut ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Id consequatur nemo deserunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.740609"], ["updated_at", "2018-12-10 20:40:00.740609"], ["works_with_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Dolores laboriosam nemo beatae.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Dolores laboriosam nemo beatae."], ["updated_at", "2018-12-10 20:40:00.755691"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 14ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotte.com/morris_marquardt"], ["description", "Sequi consequatur consequatur rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.762087"], ["updated_at", "2018-12-10 20:40:00.762087"]]
 (1.7ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (1.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Neque id ex eligendi."], ["url", "http://mertzcarter.com/ronny"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.768536"], ["updated_at", "2018-12-10 20:40:00.768536"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim autem dolorum totam."], ["info_url", "http://osinskibeer.info/griselda.schamberger"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.773868"], ["updated_at", "2018-12-10 20:40:00.773868"], ["developer_id", 54]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In cupiditate rerum repellat."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.775214"], ["updated_at", "2018-12-10 20:40:00.775214"], ["app_id", 54], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Magni ut debitis voluptas."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore culpa eaque ratione."], ["url", "http://ryan.net/nedra"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.783010"], ["updated_at", "2018-12-10 20:40:00.783010"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut officia cumque et."], ["info_url", "http://mcglynnhodkiewicz.org/carlie_schowalter"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.785886"], ["updated_at", "2018-12-10 20:40:00.785886"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murazikmueller.io/kristofer_tromp"], ["description", "Nihil dolores et molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.790907"], ["updated_at", "2018-12-10 20:40:00.790907"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt autem voluptatem ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.791999"], ["updated_at", "2018-12-10 20:40:00.791999"], ["app_id", 55], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Vel laudantium ea repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://auer.name/dolores.stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.795464"], ["updated_at", "2018-12-10 20:40:00.795464"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mertz.io/rosalva"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.796529"], ["updated_at", "2018-12-10 20:40:00.796529"], ["distributor_id", 32], ["app_id", 55]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt eveniet expedita occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.800218"], ["updated_at", "2018-12-10 20:40:00.800218"], ["app_id", 55], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Repellendus nisi officiis sit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Quos quae ex placeat."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.802961"], ["updated_at", "2018-12-10 20:40:00.802961"], ["works_with_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Unde qui quasi veritatis.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.1ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Unde qui quasi veritatis."], ["updated_at", "2018-12-10 20:40:00.811601"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis ratione non ut."], ["url", "http://balistrerireichert.info/roy"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.821392"], ["updated_at", "2018-12-10 20:40:00.821392"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://swiftgerlach.io/elias.howe"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.828957"], ["updated_at", "2018-12-10 20:40:00.828957"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel accusamus nam consequatur."], ["url", "http://steuber.org/bernardo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.832866"], ["updated_at", "2018-12-10 20:40:00.832866"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam quia voluptatem debitis."], ["info_url", "http://sporerbruen.name/jeremy_macgyver"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.835846"], ["updated_at", "2018-12-10 20:40:00.835846"], ["developer_id", 57]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://spencer.org/alisia_bogisich"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.837295"], ["updated_at", "2018-12-10 20:40:00.837295"], ["distributor_id", 33], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem et aspernatur dolorem."], ["url", "http://rohanbogisich.co/elden.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.841250"], ["updated_at", "2018-12-10 20:40:00.841250"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste impedit occaecati adipisci."], ["info_url", "http://buckridge.net/bryon"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.843442"], ["updated_at", "2018-12-10 20:40:00.843442"], ["developer_id", 58]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnerstamm.io/chris"], ["description", "Architecto beatae dolores aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.847992"], ["updated_at", "2018-12-10 20:40:00.847992"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit neque vero occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.849024"], ["updated_at", "2018-12-10 20:40:00.849024"], ["app_id", 57], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Voluptas et excepturi esse."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://witting.io/lyle_pfeffer"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.851999"], ["updated_at", "2018-12-10 20:40:00.851999"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kreiger.co/ernesto"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.853091"], ["updated_at", "2018-12-10 20:40:00.853091"], ["distributor_id", 34], ["app_id", 57]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schowalter.co/rozella.becker"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.855048"], ["updated_at", "2018-12-10 20:40:00.855048"], ["distributor_id", 33], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"35"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.4ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nikolausdubuque.biz/brad"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.866022"], ["updated_at", "2018-12-10 20:40:00.866022"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam incidunt vitae mollitia."], ["url", "http://kochklein.com/jamaal"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.869729"], ["updated_at", "2018-12-10 20:40:00.869729"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt laborum veniam ducimus."], ["info_url", "http://macejkovicondricka.biz/cindi_rice"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.872883"], ["updated_at", "2018-12-10 20:40:00.872883"], ["developer_id", 59]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klocko.io/galen"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.873972"], ["updated_at", "2018-12-10 20:40:00.873972"], ["distributor_id", 35], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil eos iste voluptates."], ["url", "http://rohandaugherty.net/mitchell_labadie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.877700"], ["updated_at", "2018-12-10 20:40:00.877700"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia consequuntur nulla dolorem."], ["info_url", "http://carter.io/evangeline.feest"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.879630"], ["updated_at", "2018-12-10 20:40:00.879630"], ["developer_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nolan.com/conrad_kulas"], ["description", "Quia sit perferendis hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.884601"], ["updated_at", "2018-12-10 20:40:00.884601"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Labore ut non iure."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.885723"], ["updated_at", "2018-12-10 20:40:00.885723"], ["app_id", 59], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Et itaque quod exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://legros.com/cynthia.cremin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.888731"], ["updated_at", "2018-12-10 20:40:00.888731"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://turner.name/jacinta"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.889629"], ["updated_at", "2018-12-10 20:40:00.889629"], ["distributor_id", 36], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bartell.info/chantel"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.891406"], ["updated_at", "2018-12-10 20:40:00.891406"], ["distributor_id", 35], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"38"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beerdouglas.io/marion_wolff"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.900002"], ["updated_at", "2018-12-10 20:40:00.900002"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex itaque natus veniam."], ["url", "http://weinat.net/merrill_mohr"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.903681"], ["updated_at", "2018-12-10 20:40:00.903681"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit tempore a consequuntur."], ["info_url", "http://krajcikreichert.com/johnna.kertzmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.906942"], ["updated_at", "2018-12-10 20:40:00.906942"], ["developer_id", 61]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dibbert.biz/leonard"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.908130"], ["updated_at", "2018-12-10 20:40:00.908130"], ["distributor_id", 37], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor distinctio omnis autem."], ["url", "http://vonruedenbartell.co/asley.becker"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.911816"], ["updated_at", "2018-12-10 20:40:00.911816"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel labore aut ullam."], ["info_url", "http://rutherfordleannon.org/blake"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.913806"], ["updated_at", "2018-12-10 20:40:00.913806"], ["developer_id", 62]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://morarhoeger.info/michele"], ["description", "Et optio ut dicta."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.918363"], ["updated_at", "2018-12-10 20:40:00.918363"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit iusto vero quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.919499"], ["updated_at", "2018-12-10 20:40:00.919499"], ["app_id", 61], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Quaerat ut quos consequuntur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lemke.co/preston"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.922685"], ["updated_at", "2018-12-10 20:40:00.922685"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://renner.com/isela_windler"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.923693"], ["updated_at", "2018-12-10 20:40:00.923693"], ["distributor_id", 38], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runolfon.biz/kenny.jones"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.925593"], ["updated_at", "2018-12-10 20:40:00.925593"], ["distributor_id", 37], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"41"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://konopelskimacgyver.biz/sandi"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.950658"], ["updated_at", "2018-12-10 20:40:00.950658"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis modi ex iusto."], ["url", "http://gulgowskipfeffer.co/mohammad"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.955292"], ["updated_at", "2018-12-10 20:40:00.955292"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut est molestiae voluptatibus."], ["info_url", "http://bartoletti.io/berneice"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.958967"], ["updated_at", "2018-12-10 20:40:00.958967"], ["developer_id", 63]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://moore.co/alicia"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.960176"], ["updated_at", "2018-12-10 20:40:00.960176"], ["distributor_id", 39], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Mollitia nam ex commodi."], ["url", "http://langworth.co/logan"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.964407"], ["updated_at", "2018-12-10 20:40:00.964407"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sequi repudiandae qui molestiae."], ["info_url", "http://donnelly.biz/benedict"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.966435"], ["updated_at", "2018-12-10 20:40:00.966435"], ["developer_id", 64]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walsh.io/tonda"], ["description", "Dolorum doloremque voluptatum numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.971869"], ["updated_at", "2018-12-10 20:40:00.971869"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est nemo est saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.973000"], ["updated_at", "2018-12-10 20:40:00.973000"], ["app_id", 63], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Laboriosam ducimus quos facere."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lehnerframi.biz/rickie_dare"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.976100"], ["updated_at", "2018-12-10 20:40:00.976100"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://christiansen.co/duncan"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.977159"], ["updated_at", "2018-12-10 20:40:00.977159"], ["distributor_id", 40], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rowefunk.info/shaun_ebert"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.978935"], ["updated_at", "2018-12-10 20:40:00.978935"], ["distributor_id", 39], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://feest.org/jonah.weber"}, "id"=>"44"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://feest.org/jonah.weber"], ["updated_at", "2018-12-10 20:40:00.987173"], ["id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/44 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://keebler.com/rashad.kovacek"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.993669"], ["updated_at", "2018-12-10 20:40:00.993669"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor deserunt nam illo."], ["url", "http://mcclure.biz/katina.jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:00.998283"], ["updated_at", "2018-12-10 20:40:00.998283"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur dicta officia ipsam."], ["info_url", "http://quitzon.co/alisha"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.001552"], ["updated_at", "2018-12-10 20:40:01.001552"], ["developer_id", 65]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bernhard.io/terrance"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.002667"], ["updated_at", "2018-12-10 20:40:01.002667"], ["distributor_id", 41], ["app_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Debitis odit dolore vel."], ["url", "http://streich.info/verdie.shanahan"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.005848"], ["updated_at", "2018-12-10 20:40:01.005848"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt esse quis et."], ["info_url", "http://jacobs.biz/vito"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.007738"], ["updated_at", "2018-12-10 20:40:01.007738"], ["developer_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lubowitz.co/amiee.davis"], ["description", "Veniam sit ea eligendi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.012640"], ["updated_at", "2018-12-10 20:40:01.012640"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim nam libero qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.013918"], ["updated_at", "2018-12-10 20:40:01.013918"], ["app_id", 65], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Fuga magnam sint et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://halvorsonkautzer.net/faustino"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.017151"], ["updated_at", "2018-12-10 20:40:01.017151"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gislason.io/ozie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.018354"], ["updated_at", "2018-12-10 20:40:01.018354"], ["distributor_id", 42], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hudsonlueilwitz.name/jefferey"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.020366"], ["updated_at", "2018-12-10 20:40:01.020366"], ["distributor_id", 41], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://oharastiedemann.co/shanon"}, "id"=>"47"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://oharastiedemann.co/shanon"], ["updated_at", "2018-12-10 20:40:01.027465"], ["id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/47 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://yostbeer.biz/donny.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.035982"], ["updated_at", "2018-12-10 20:40:01.035982"], ["icon_id", "apple"]]
 (0.9ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae ea magni cum."], ["url", "http://barton.io/aleandra_emard"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.040918"], ["updated_at", "2018-12-10 20:40:01.040918"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (2.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugiat quis omnis rem."], ["info_url", "http://huel.co/lemuel_kerluke"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.047342"], ["updated_at", "2018-12-10 20:40:01.047342"], ["developer_id", 67]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yost.biz/terrence.rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.048989"], ["updated_at", "2018-12-10 20:40:01.048989"], ["distributor_id", 43], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit debitis eos velit."], ["url", "http://cruickshank.info/laureen_rippin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.052980"], ["updated_at", "2018-12-10 20:40:01.052980"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint accusamus suscipit sunt."], ["info_url", "http://mcculloughbalistreri.org/shayne.abshire"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.055098"], ["updated_at", "2018-12-10 20:40:01.055098"], ["developer_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hammes.org/dallas"], ["description", "Autem omnis ipsam ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.060715"], ["updated_at", "2018-12-10 20:40:01.060715"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo qui a molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.062077"], ["updated_at", "2018-12-10 20:40:01.062077"], ["app_id", 67], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Vero ratione sunt enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bechtelar.io/marcella_ortiz"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.065338"], ["updated_at", "2018-12-10 20:40:01.065338"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stoltenberg.biz/kristal.ferry"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.066254"], ["updated_at", "2018-12-10 20:40:01.066254"], ["distributor_id", 44], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schuppe.com/melvin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.068141"], ["updated_at", "2018-12-10 20:40:01.068141"], ["distributor_id", 43], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://boscobrekke.name/tamatha_jerde"}, "id"=>"50"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://boscobrekke.name/tamatha_jerde"], ["updated_at", "2018-12-10 20:40:01.076365"], ["id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/50 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kihngislason.name/maximina"], ["description", "Esse fugit quia veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.086689"], ["updated_at", "2018-12-10 20:40:01.086689"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos voluptatibus maxime consequatur."], ["url", "http://grimes.info/roana"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.090518"], ["updated_at", "2018-12-10 20:40:01.090518"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Explicabo iusto dolore autem."], ["info_url", "http://padberg.com/trent"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.094136"], ["updated_at", "2018-12-10 20:40:01.094136"], ["developer_id", 69]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam aut alias labore."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.095393"], ["updated_at", "2018-12-10 20:40:01.095393"], ["app_id", 68], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Tenetur eaque accusamus quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit odio ab sunt."], ["url", "http://gibson.org/monroe"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.100076"], ["updated_at", "2018-12-10 20:40:01.100076"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non expedita adipisci fuga."], ["info_url", "http://mills.biz/carli"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.102179"], ["updated_at", "2018-12-10 20:40:01.102179"], ["developer_id", 70]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harber.co/billie"], ["description", "Sunt ipsa qui atque."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.107191"], ["updated_at", "2018-12-10 20:40:01.107191"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Porro velit possimus nam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.108209"], ["updated_at", "2018-12-10 20:40:01.108209"], ["app_id", 69], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Ratione sed beatae non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mayert.org/cary_goodwin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.111210"], ["updated_at", "2018-12-10 20:40:01.111210"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://marvin.info/stuart.prosacco"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.112214"], ["updated_at", "2018-12-10 20:40:01.112214"], ["distributor_id", 45], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum ipsam animi natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.115022"], ["updated_at", "2018-12-10 20:40:01.115022"], ["app_id", 69], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Voluptates tempora rerum dolores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Omnis tempora itaque molestias."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.117310"], ["updated_at", "2018-12-10 20:40:01.117310"], ["works_with_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.3ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhnweinat.name/andria_wilderman"], ["description", "Libero et dolores laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.142183"], ["updated_at", "2018-12-10 20:40:01.142183"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit est maxime neque."], ["url", "http://cormier.info/marvin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.145960"], ["updated_at", "2018-12-10 20:40:01.145960"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet facilis ut aliquam."], ["info_url", "http://gutkowskidaniel.info/nita.keler"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.149652"], ["updated_at", "2018-12-10 20:40:01.149652"], ["developer_id", 71]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Exercitationem veritatis debitis recusandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.150890"], ["updated_at", "2018-12-10 20:40:01.150890"], ["app_id", 70], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Sapiente dicta explicabo ab."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione explicabo dolor pariatur."], ["url", "http://balistreri.org/josette_kihn"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.154846"], ["updated_at", "2018-12-10 20:40:01.154846"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque iste corporis autem."], ["info_url", "http://shanahan.com/fredrick"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.156799"], ["updated_at", "2018-12-10 20:40:01.156799"], ["developer_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hegmann.info/ivory_bradtke"], ["description", "Nihil id placeat atque."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.161694"], ["updated_at", "2018-12-10 20:40:01.161694"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil minus dolor tempora."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.163220"], ["updated_at", "2018-12-10 20:40:01.163220"], ["app_id", 71], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Suscipit laudantium magnam libero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmelerrobel.name/milo.torp"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.166458"], ["updated_at", "2018-12-10 20:40:01.166458"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mitchell.name/lili"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.167560"], ["updated_at", "2018-12-10 20:40:01.167560"], ["distributor_id", 46], ["app_id", 71]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem dolorem consequatur nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.170617"], ["updated_at", "2018-12-10 20:40:01.170617"], ["app_id", 71], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Cumque ipsam qui et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quia beatae sequi sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.173053"], ["updated_at", "2018-12-10 20:40:01.173053"], ["works_with_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schadencremin.name/cherri_littel"], ["description", "Minus numquam eum fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.182771"], ["updated_at", "2018-12-10 20:40:01.182771"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum optio dolorem voluptates."], ["url", "http://faybergstrom.biz/lucas"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.186555"], ["updated_at", "2018-12-10 20:40:01.186555"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius ipsam consectetur minus."], ["info_url", "http://heelbednar.name/brett"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.189961"], ["updated_at", "2018-12-10 20:40:01.189961"], ["developer_id", 73]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Pariatur autem eveniet dicta."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.190957"], ["updated_at", "2018-12-10 20:40:01.190957"], ["app_id", 72], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Consequatur aut iusto vel."]]
 (1.7ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Numquam esse vel sit."], ["url", "http://johns.info/margot_kozey"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.198064"], ["updated_at", "2018-12-10 20:40:01.198064"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique aut eum ducimus."], ["info_url", "http://sauer.io/fonda.schinner"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.201026"], ["updated_at", "2018-12-10 20:40:01.201026"], ["developer_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://strackehermiston.net/faviola_yost"], ["description", "Minima voluptatem quod ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.206346"], ["updated_at", "2018-12-10 20:40:01.206346"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Inventore necessitatibus assumenda fugit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.207647"], ["updated_at", "2018-12-10 20:40:01.207647"], ["app_id", 73], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Quod ratione sed aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feeney.info/rowena_lowe"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.211215"], ["updated_at", "2018-12-10 20:40:01.211215"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lang.co/carlton"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.212507"], ["updated_at", "2018-12-10 20:40:01.212507"], ["distributor_id", 47], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi fugit voluptates ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.216267"], ["updated_at", "2018-12-10 20:40:01.216267"], ["app_id", 73], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Delectus labore sit dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Architecto accusantium ad voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.219311"], ["updated_at", "2018-12-10 20:40:01.219311"], ["works_with_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"3"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mosciskibruen.com/norene"], ["description", "Quibusdam sequi explicabo quos."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.231063"], ["updated_at", "2018-12-10 20:40:01.231063"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate velit odio asperiores."], ["url", "http://hahn.io/june_bayer"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.235380"], ["updated_at", "2018-12-10 20:40:01.235380"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odio vitae eligendi recusandae."], ["info_url", "http://mclaughlin.com/cherryl_wunsch"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.239939"], ["updated_at", "2018-12-10 20:40:01.239939"], ["developer_id", 75]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe et officiis provident."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.241300"], ["updated_at", "2018-12-10 20:40:01.241300"], ["app_id", 74], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Reiciendis doloribus laudantium quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil laboriosam veritatis dolore."], ["url", "http://runolfsdottirbatz.com/liz_wintheiser"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.246237"], ["updated_at", "2018-12-10 20:40:01.246237"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quae praesentium et aut."], ["info_url", "http://bradtke.net/janel"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.248880"], ["updated_at", "2018-12-10 20:40:01.248880"], ["developer_id", 76]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crist.org/charles.gorczany"], ["description", "Quisquam et inventore eius."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.255223"], ["updated_at", "2018-12-10 20:40:01.255223"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut laborum beatae eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.256910"], ["updated_at", "2018-12-10 20:40:01.256910"], ["app_id", 75], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Quia ut pariatur ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kulas.info/somer.kozey"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.260270"], ["updated_at", "2018-12-10 20:40:01.260270"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schadentorphy.net/rosita"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.261674"], ["updated_at", "2018-12-10 20:40:01.261674"], ["distributor_id", 48], ["app_id", 75]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et molestiae modi voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.265403"], ["updated_at", "2018-12-10 20:40:01.265403"], ["app_id", 75], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Ab et quis reiciendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sed minima nihil expedita."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.267930"], ["updated_at", "2018-12-10 20:40:01.267930"], ["works_with_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Sed et ipsam dicta.", "image_url"=>"http://murphy.info/dori", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (1.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.8ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Sed et ipsam dicta."], ["updated_at", "2018-12-10 20:40:01.282214"], ["id", 4]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 17ms (ActiveRecord: 3.5ms)

ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nienow.com/harriet_kihn"], ["description", "Provident quia ex consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.294888"], ["updated_at", "2018-12-10 20:40:01.294888"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis in ipsa ab."], ["url", "http://ledner.info/sherman_cruickshank"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.299595"], ["updated_at", "2018-12-10 20:40:01.299595"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique et aut quia."], ["info_url", "http://kozeycremin.io/alva.deckow"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.303764"], ["updated_at", "2018-12-10 20:40:01.303764"], ["developer_id", 77]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquam iusto ut est."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.305126"], ["updated_at", "2018-12-10 20:40:01.305126"], ["app_id", 76], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "A eaque natus explicabo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt qui dolore dolorum."], ["url", "http://boyernolan.co/winnie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.309173"], ["updated_at", "2018-12-10 20:40:01.309173"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta dolorum ipsum fugit."], ["info_url", "http://vandervortoberbrunner.biz/diedre"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.311279"], ["updated_at", "2018-12-10 20:40:01.311279"], ["developer_id", 78]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spinka.name/rhett"], ["description", "Quidem ullam repellendus hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.317028"], ["updated_at", "2018-12-10 20:40:01.317028"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet voluptas excepturi cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.318125"], ["updated_at", "2018-12-10 20:40:01.318125"], ["app_id", 77], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Optio non magni aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://parisianbreitenberg.co/chauncey"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.321375"], ["updated_at", "2018-12-10 20:40:01.321375"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://spinkaswift.net/rodrigo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.322318"], ["updated_at", "2018-12-10 20:40:01.322318"], ["distributor_id", 49], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus id quidem et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.325077"], ["updated_at", "2018-12-10 20:40:01.325077"], ["app_id", 77], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Voluptatem autem ea tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Et sit voluptas in."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.327456"], ["updated_at", "2018-12-10 20:40:01.327456"], ["works_with_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Enim nulla maxime inventore.", "image_url"=>"http://quitzon.name/gabriel", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 84], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 78], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Enim nulla maxime inventore."], ["updated_at", "2018-12-10 20:40:01.336611"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gorczanylemke.co/velvet.doyle"], ["description", "Labore praesentium quisquam ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.343685"], ["updated_at", "2018-12-10 20:40:01.343685"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsa optio eos sit."], ["url", "http://stokes.com/christian_hammes"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.347722"], ["updated_at", "2018-12-10 20:40:01.347722"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est sed officia nemo."], ["info_url", "http://volkman.org/jeanelle_waters"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.351859"], ["updated_at", "2018-12-10 20:40:01.351859"], ["developer_id", 79]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Earum debitis est sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.353068"], ["updated_at", "2018-12-10 20:40:01.353068"], ["app_id", 78], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Vero voluptatibus autem quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus placeat animi a."], ["url", "http://conroy.net/felica.stokes"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.356962"], ["updated_at", "2018-12-10 20:40:01.356962"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consectetur exercitationem perferendis velit."], ["info_url", "http://lubowitz.name/saundra.boyle"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.358842"], ["updated_at", "2018-12-10 20:40:01.358842"], ["developer_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://herzog.name/estela.zulauf"], ["description", "Et repudiandae at soluta."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.364424"], ["updated_at", "2018-12-10 20:40:01.364424"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit incidunt quia velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.365469"], ["updated_at", "2018-12-10 20:40:01.365469"], ["app_id", 79], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Recusandae iste et eaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://strosinmayer.net/andy"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.368476"], ["updated_at", "2018-12-10 20:40:01.368476"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ornkihn.io/olin_considine"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.369359"], ["updated_at", "2018-12-10 20:40:01.369359"], ["distributor_id", 50], ["app_id", 79]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem unde voluptas eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.372065"], ["updated_at", "2018-12-10 20:40:01.372065"], ["app_id", 79], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Non voluptatibus qui fugit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Odio fuga ea sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.374287"], ["updated_at", "2018-12-10 20:40:01.374287"], ["works_with_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Est vel aut tempora.", "image_url"=>"http://kshlerin.org/jeramy_cummerata", "is_live"=>"true"}, "id"=>"6"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 79], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Est vel aut tempora."], ["updated_at", "2018-12-10 20:40:01.382990"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/6 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wintheiser.net/ron_bergstrom"], ["description", "Quo delectus blanditiis dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.389961"], ["updated_at", "2018-12-10 20:40:01.389961"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed repellat suscipit quia."], ["url", "http://friesen.info/georgine"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.393843"], ["updated_at", "2018-12-10 20:40:01.393843"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda quia placeat rem."], ["info_url", "http://schiller.com/olen_dicki"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.397851"], ["updated_at", "2018-12-10 20:40:01.397851"], ["developer_id", 81]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis in minus consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.398910"], ["updated_at", "2018-12-10 20:40:01.398910"], ["app_id", 80], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Debitis qui minus sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui omnis numquam esse."], ["url", "http://boyer.info/sima"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.402907"], ["updated_at", "2018-12-10 20:40:01.402907"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et fuga consequatur autem."], ["info_url", "http://fisher.biz/carlo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.404873"], ["updated_at", "2018-12-10 20:40:01.404873"], ["developer_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://satterfieldsporer.org/particia"], ["description", "Qui facere aperiam et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.409521"], ["updated_at", "2018-12-10 20:40:01.409521"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem laboriosam aspernatur commodi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.410527"], ["updated_at", "2018-12-10 20:40:01.410527"], ["app_id", 81], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Earum laboriosam quidem pariatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://orn.org/rosalind.ebert"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.413812"], ["updated_at", "2018-12-10 20:40:01.413812"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schamberger.io/micheal"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.414846"], ["updated_at", "2018-12-10 20:40:01.414846"], ["distributor_id", 51], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloribus vel quibusdam ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.418105"], ["updated_at", "2018-12-10 20:40:01.418105"], ["app_id", 81], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Est rerum sed in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Perspiciatis ipsa voluptatem repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.420629"], ["updated_at", "2018-12-10 20:40:01.420629"], ["works_with_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.3ms)  COMMIT
 (0.3ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.4ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abbottbartoletti.com/britt_hagenes"], ["description", "Nulla facere rerum consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.455652"], ["updated_at", "2018-12-10 20:40:01.455652"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda nihil fugiat qui."], ["url", "http://rennergleichner.io/carmela"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.459873"], ["updated_at", "2018-12-10 20:40:01.459873"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab debitis excepturi harum."], ["info_url", "http://bartoletti.org/gus.price"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.465817"], ["updated_at", "2018-12-10 20:40:01.465817"], ["developer_id", 83]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nemo harum sed ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.467685"], ["updated_at", "2018-12-10 20:40:01.467685"], ["app_id", 82], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Deserunt corrupti doloremque autem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum non eligendi omnis."], ["url", "http://hayes.org/stefany.haley"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.472848"], ["updated_at", "2018-12-10 20:40:01.472848"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea modi impedit aut."], ["info_url", "http://gibson.co/shera.douglas"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.474938"], ["updated_at", "2018-12-10 20:40:01.474938"], ["developer_id", 84]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://macejkovic.biz/charley_towne"], ["description", "Ea eaque quia distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.480171"], ["updated_at", "2018-12-10 20:40:01.480171"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores quia sit maxime."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.481370"], ["updated_at", "2018-12-10 20:40:01.481370"], ["app_id", 83], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Molestiae cum soluta in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://douglas.info/kizzy"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.484692"], ["updated_at", "2018-12-10 20:40:01.484692"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerhold.info/eugene"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.485757"], ["updated_at", "2018-12-10 20:40:01.485757"], ["distributor_id", 52], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora voluptatem vitae voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.488786"], ["updated_at", "2018-12-10 20:40:01.488786"], ["app_id", 83], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Aspernatur qui quasi voluptates."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://olson.co/ambrose.hartmann"], ["description", "Enim recusandae culpa sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.497324"], ["updated_at", "2018-12-10 20:40:01.497324"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam molestias qui ut."], ["url", "http://harberlind.org/mario"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.501127"], ["updated_at", "2018-12-10 20:40:01.501127"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia aut suscipit aut."], ["info_url", "http://bergegreenholt.net/ollie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.505147"], ["updated_at", "2018-12-10 20:40:01.505147"], ["developer_id", 85]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium dignissimos tempore beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.506392"], ["updated_at", "2018-12-10 20:40:01.506392"], ["app_id", 84], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Nisi fuga et rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis ea sapiente dicta."], ["url", "http://beer.biz/tory_goyette"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.510956"], ["updated_at", "2018-12-10 20:40:01.510956"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates id at exercitationem."], ["info_url", "http://kuhic.name/trent"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.513213"], ["updated_at", "2018-12-10 20:40:01.513213"], ["developer_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://von.com/reita"], ["description", "Alias ipsum id velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.517631"], ["updated_at", "2018-12-10 20:40:01.517631"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos officiis rerum ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.519051"], ["updated_at", "2018-12-10 20:40:01.519051"], ["app_id", 85], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Ipsum adipisci culpa maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kubstamm.com/alline"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.528165"], ["updated_at", "2018-12-10 20:40:01.528165"], ["icon_id", "apple"]]
SQL (1.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mccluredietrich.info/johnie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.529486"], ["updated_at", "2018-12-10 20:40:01.529486"], ["distributor_id", 53], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum nesciunt qui consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.533936"], ["updated_at", "2018-12-10 20:40:01.533936"], ["app_id", 85], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Eum voluptatem assumenda dignissimos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aliquid quam soluta numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:01.540989"], ["updated_at", "2018-12-10 20:40:01.540989"], ["works_with_id", 96], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eius provident saepe porro."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 15:40:04 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.9ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.9ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (27.2ms)

Completed 500 Internal Server Error in 216ms (ActiveRecord: 8.9ms)

 (0.3ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.6ms)  COMMIT
 (128.5ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (3.3ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 15:40:04 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.9ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (4.1ms)

Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.5ms)

 (0.4ms)  BEGIN
 (1.3ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (43.9ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (2.3ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (86.2ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (41.7ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (2.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergnaumschumm.name/scotty_pfannerstill"], ["description", "Qui qui omnis saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.183920"], ["updated_at", "2018-12-10 20:40:05.183920"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis aliquid et est."], ["url", "http://pfannerstill.org/louis.blanda"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.190198"], ["updated_at", "2018-12-10 20:40:05.190198"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Delectus eius itaque quis."], ["info_url", "http://damore.info/kristle_kulas"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.195523"], ["updated_at", "2018-12-10 20:40:05.195523"], ["developer_id", 1]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe dolorem quod ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.197379"], ["updated_at", "2018-12-10 20:40:05.197379"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Facere quia dolorem laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deserunt animi ducimus eos."], ["url", "http://farrelllarkin.name/edgar_wolf"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.201932"], ["updated_at", "2018-12-10 20:40:05.201932"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Commodi nesciunt et voluptatem."], ["info_url", "http://hyatthand.biz/heike.leffler"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.204006"], ["updated_at", "2018-12-10 20:40:05.204006"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://emmerich.com/sandy"], ["description", "Nihil facere necessitatibus praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.208643"], ["updated_at", "2018-12-10 20:40:05.208643"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A assumenda aliquam qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.209603"], ["updated_at", "2018-12-10 20:40:05.209603"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Molestias dolorum labore rem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuvalis.io/ewa_murray"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.213254"], ["updated_at", "2018-12-10 20:40:05.213254"], ["icon_id", "apple"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://donnelly.info/johnsie.welch"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.214743"], ["updated_at", "2018-12-10 20:40:05.214743"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius voluptatem magnam voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.218419"], ["updated_at", "2018-12-10 20:40:05.218419"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Velit neque delectus molestias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"3"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moriette.org/donovan.effertz"], ["description", "Ipsam non tenetur voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.228924"], ["updated_at", "2018-12-10 20:40:05.228924"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam esse et magni."], ["url", "http://pouros.net/myron"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.233412"], ["updated_at", "2018-12-10 20:40:05.233412"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores dolorem quo voluptas."], ["info_url", "http://bergstrommuller.net/rosendo.hoppe"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.237315"], ["updated_at", "2018-12-10 20:40:05.237315"], ["developer_id", 3]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem et quam ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.239022"], ["updated_at", "2018-12-10 20:40:05.239022"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Minima corporis velit aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Modi voluptatem non et."], ["url", "http://shields.biz/ines_rogahn"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.244573"], ["updated_at", "2018-12-10 20:40:05.244573"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit non deleniti rerum."], ["info_url", "http://jakubowskiprosacco.org/winston_ondricka"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.246850"], ["updated_at", "2018-12-10 20:40:05.246850"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keelingconsidine.biz/dillon"], ["description", "Quaerat libero possimus illo."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.251921"], ["updated_at", "2018-12-10 20:40:05.251921"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt aliquid repellat voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.254339"], ["updated_at", "2018-12-10 20:40:05.254339"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Exercitationem consequatur eligendi aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://borer.biz/reggie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.257496"], ["updated_at", "2018-12-10 20:40:05.257496"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ziemannherzog.net/emiko.langworth"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.258450"], ["updated_at", "2018-12-10 20:40:05.258450"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum dolor ea nemo."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.265496"], ["updated_at", "2018-12-10 20:40:05.265496"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Sint ipsa laudantium doloremque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"6"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mosciski.name/emile.fay"], ["description", "Voluptatem similique aliquam in."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.275272"], ["updated_at", "2018-12-10 20:40:05.275272"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda perspiciatis minima molestiae."], ["url", "http://green.io/leopoldo.fritsch"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.281275"], ["updated_at", "2018-12-10 20:40:05.281275"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo ratione et nihil."], ["info_url", "http://ledner.net/tamra_blanda"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.285855"], ["updated_at", "2018-12-10 20:40:05.285855"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aperiam veritatis doloremque vitae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.287204"], ["updated_at", "2018-12-10 20:40:05.287204"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Odit voluptatem eos aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id quia quaerat sit."], ["url", "http://reichelfranecki.org/bradly.kaulke"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.291479"], ["updated_at", "2018-12-10 20:40:05.291479"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit rerum suscipit dolores."], ["info_url", "http://balistreri.biz/kathline.olson"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.293363"], ["updated_at", "2018-12-10 20:40:05.293363"], ["developer_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://franecki.name/kimberely"], ["description", "Voluptates aut quis consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.299067"], ["updated_at", "2018-12-10 20:40:05.299067"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui voluptates ea itaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.300487"], ["updated_at", "2018-12-10 20:40:05.300487"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Odio perspiciatis ea sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stroman.net/mae_bartell"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.304271"], ["updated_at", "2018-12-10 20:40:05.304271"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gutmanntremblay.io/bernard.haag"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.305377"], ["updated_at", "2018-12-10 20:40:05.305377"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Delectus suscipit sint qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.308799"], ["updated_at", "2018-12-10 20:40:05.308799"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Deserunt nam debitis dignissimos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Accusamus qui eum pariatur.", "is_live"=>"true", "promo_image_url"=>"http://lakinfriesen.biz/tommy.satterfield", "promo_text"=>"Et sed dolores consequatur.", "title"=>"works_with_title"}, "id"=>"9"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Accusamus qui eum pariatur."], ["promo_image_url", nil], ["promo_text", "Et sed dolores consequatur."], ["updated_at", "2018-12-10 20:40:05.321210"], ["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/9 Completed 302 Found in 10ms (ActiveRecord: 2.0ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hayes.co/ruell"], ["description", "Quam aut odio nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.329144"], ["updated_at", "2018-12-10 20:40:05.329144"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corrupti natus pariatur excepturi."], ["url", "http://kovacek.com/anibal_aufderhar"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.335006"], ["updated_at", "2018-12-10 20:40:05.335006"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam ipsam culpa omnis."], ["info_url", "http://volkmanauer.name/camilla"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.339529"], ["updated_at", "2018-12-10 20:40:05.339529"], ["developer_id", 7]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem ad aspernatur quasi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.341300"], ["updated_at", "2018-12-10 20:40:05.341300"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Ad cumque maxime reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui consequatur fugit nobis."], ["url", "http://runolfsdottir.net/denis"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.346949"], ["updated_at", "2018-12-10 20:40:05.346949"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quasi veniam aut natus."], ["info_url", "http://champlin.co/shella"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.349956"], ["updated_at", "2018-12-10 20:40:05.349956"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://davichmidt.org/simon"], ["description", "Ea repellendus quos accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.355152"], ["updated_at", "2018-12-10 20:40:05.355152"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic a repudiandae illum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.356492"], ["updated_at", "2018-12-10 20:40:05.356492"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Explicabo est tenetur aperiam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schambergermosciski.info/gino"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.360260"], ["updated_at", "2018-12-10 20:40:05.360260"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schambergercruickshank.io/trisha"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.361816"], ["updated_at", "2018-12-10 20:40:05.361816"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et commodi iure sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.365569"], ["updated_at", "2018-12-10 20:40:05.365569"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Animi quibusdam reiciendis voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Eos architecto debitis velit.", "is_live"=>"true", "promo_image_url"=>"http://haagreichel.co/tyrone", "promo_text"=>"Modi voluptatem facilis quam.", "title"=>"works_with_title"}, "id"=>"12"}
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.5ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Eos architecto debitis velit."], ["promo_image_url", nil], ["promo_text", "Modi voluptatem facilis quam."], ["updated_at", "2018-12-10 20:40:05.378094"], ["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/12 Completed 302 Found in 12ms (ActiveRecord: 2.5ms)

 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weimann.net/sam_carroll"], ["description", "Architecto minima adipisci libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.387100"], ["updated_at", "2018-12-10 20:40:05.387100"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque necessitatibus omnis officia."], ["url", "http://keebler.name/elina_bahringer"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.391672"], ["updated_at", "2018-12-10 20:40:05.391672"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit sed rerum blanditiis."], ["info_url", "http://sipes.com/georgene"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.403362"], ["updated_at", "2018-12-10 20:40:05.403362"], ["developer_id", 9]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ullam dicta repellendus et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.404716"], ["updated_at", "2018-12-10 20:40:05.404716"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Nulla nihil voluptates laborum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo ex corporis impedit."], ["url", "http://mueller.co/shelba"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.410164"], ["updated_at", "2018-12-10 20:40:05.410164"], ["logo_image_url", nil]]
 (5.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Expedita mollitia quam odio."], ["info_url", "http://rodriguezstracke.io/alona"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.419138"], ["updated_at", "2018-12-10 20:40:05.419138"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://satterfield.com/latia_kilback"], ["description", "Laudantium tempora libero animi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.426028"], ["updated_at", "2018-12-10 20:40:05.426028"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat a porro non."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.427727"], ["updated_at", "2018-12-10 20:40:05.427727"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Rem in sit et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ohara.io/joi"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.433404"], ["updated_at", "2018-12-10 20:40:05.433404"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heller.io/carey.orn"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.436971"], ["updated_at", "2018-12-10 20:40:05.436971"], ["distributor_id", 5], ["app_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et illum et corporis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.441493"], ["updated_at", "2018-12-10 20:40:05.441493"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Doloribus facere nostrum autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Qui ea sit fugiat.", "is_live"=>"true", "promo_image_url"=>"http://toy.com/taisha", "promo_text"=>"Cum tempore et in.", "title"=>"works_with_title"}, "id"=>"15"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Qui ea sit fugiat."], ["promo_image_url", nil], ["promo_text", "Cum tempore et in."], ["updated_at", "2018-12-10 20:40:05.453299"], ["id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/15 Completed 302 Found in 10ms (ActiveRecord: 1.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://daniel.name/demarcus"], ["description", "Sit voluptatem eius ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.460901"], ["updated_at", "2018-12-10 20:40:05.460901"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui autem consequatur porro."], ["url", "http://franeckipadberg.io/rodger_nicolas"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.468552"], ["updated_at", "2018-12-10 20:40:05.468552"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum est et repudiandae."], ["info_url", "http://nader.co/lianne.kovacek"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.475760"], ["updated_at", "2018-12-10 20:40:05.475760"], ["developer_id", 11]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima voluptas ab inventore."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.478177"], ["updated_at", "2018-12-10 20:40:05.478177"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Quia molestiae nostrum vitae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit quas harum rerum."], ["url", "http://harberbradtke.org/howard"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.487315"], ["updated_at", "2018-12-10 20:40:05.487315"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Totam reprehenderit eum laboriosam."], ["info_url", "http://labadiemohr.com/ashley.renner"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.491324"], ["updated_at", "2018-12-10 20:40:05.491324"], ["developer_id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quitzon.net/bertha_barton"], ["description", "Ut quia ipsa et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.501810"], ["updated_at", "2018-12-10 20:40:05.501810"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rem quibusdam cum voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.503795"], ["updated_at", "2018-12-10 20:40:05.503795"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Nihil tenetur voluptatem perferendis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmitt.net/odell"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.510083"], ["updated_at", "2018-12-10 20:40:05.510083"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://corwinmills.org/denver_terry"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.511968"], ["updated_at", "2018-12-10 20:40:05.511968"], ["distributor_id", 6], ["app_id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia non sunt soluta."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.518236"], ["updated_at", "2018-12-10 20:40:05.518236"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Sint quisquam ut voluptatem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"18"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.6ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 28ms (Views: 24.5ms | ActiveRecord: 0.6ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (2.5ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moore.com/andrew.kunde"], ["description", "Commodi nihil nemo placeat."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.570620"], ["updated_at", "2018-12-10 20:40:05.570620"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi voluptate ab nihil."], ["url", "http://doylemayert.net/rachele"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.575192"], ["updated_at", "2018-12-10 20:40:05.575192"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laborum et et placeat."], ["info_url", "http://blick.biz/mario"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.583441"], ["updated_at", "2018-12-10 20:40:05.583441"], ["developer_id", 13]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Atque quo ducimus molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.585719"], ["updated_at", "2018-12-10 20:40:05.585719"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Sint esse est exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum voluptate dolorem inventore."], ["url", "http://littelgrimes.com/katherine"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.591350"], ["updated_at", "2018-12-10 20:40:05.591350"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellendus exercitationem illo voluptatibus."], ["info_url", "http://green.org/barry"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.594049"], ["updated_at", "2018-12-10 20:40:05.594049"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bechtelar.biz/jeff"], ["description", "Et vel sed perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.601011"], ["updated_at", "2018-12-10 20:40:05.601011"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iure sunt assumenda excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.603104"], ["updated_at", "2018-12-10 20:40:05.603104"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Ut aut eveniet illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boganstanton.io/sarita_kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.607594"], ["updated_at", "2018-12-10 20:40:05.607594"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mante.info/michaele.ernser"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.610591"], ["updated_at", "2018-12-10 20:40:05.610591"], ["distributor_id", 7], ["app_id", 14]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 15:40:05 -0500

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 15:40:05 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (7.2ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 15:40:05 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.5ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (6.4ms)

Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (1.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grant.org/georgene.dare"], ["description", "Recusandae accusamus asperiores repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.721812"], ["updated_at", "2018-12-10 20:40:05.721812"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim similique impedit in."], ["url", "http://runtepowlowski.org/andrea.buckridge"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.726358"], ["updated_at", "2018-12-10 20:40:05.726358"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est perferendis fuga eveniet."], ["info_url", "http://spinka.co/ping"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.730711"], ["updated_at", "2018-12-10 20:40:05.730711"], ["developer_id", 15]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda deleniti dolores id."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.732143"], ["updated_at", "2018-12-10 20:40:05.732143"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Nihil modi distinctio consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi velit dicta officia."], ["url", "http://boyle.org/rosendo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.737674"], ["updated_at", "2018-12-10 20:40:05.737674"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure est laboriosam sint."], ["info_url", "http://kozeyrunte.co/nickolas"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.740127"], ["updated_at", "2018-12-10 20:40:05.740127"], ["developer_id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://erdmanoconner.net/tesha_lueilwitz"], ["description", "Et aut aut a."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.747475"], ["updated_at", "2018-12-10 20:40:05.747475"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium voluptas quis at."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.749105"], ["updated_at", "2018-12-10 20:40:05.749105"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Repellat laborum reiciendis fuga."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boyerpollich.name/kevin_sipes"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.753775"], ["updated_at", "2018-12-10 20:40:05.753775"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kilback.name/omar"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.754975"], ["updated_at", "2018-12-10 20:40:05.754975"], ["distributor_id", 8], ["app_id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit numquam dolor pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.758566"], ["updated_at", "2018-12-10 20:40:05.758566"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Beatae aspernatur voluptates quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Est non voluptates magnam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.763828"], ["updated_at", "2018-12-10 20:40:05.763828"], ["works_with_id", 23], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ea aut soluta enim."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.3ms)

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sanford.co/marcos"], ["description", "Enim quidem perferendis iusto."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.799583"], ["updated_at", "2018-12-10 20:40:05.799583"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iste accusantium laudantium distinctio."], ["url", "http://kautzerkuhlman.co/wilhelmina"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.805865"], ["updated_at", "2018-12-10 20:40:05.805865"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repudiandae excepturi expedita vero."], ["info_url", "http://jacobs.name/prince.padberg"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.810356"], ["updated_at", "2018-12-10 20:40:05.810356"], ["developer_id", 17]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur aut ex eius."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.812375"], ["updated_at", "2018-12-10 20:40:05.812375"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Reprehenderit quidem harum corporis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illum et repellat ad."], ["url", "http://zulauf.name/madeline_mills"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.818263"], ["updated_at", "2018-12-10 20:40:05.818263"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eveniet natus sint qui."], ["info_url", "http://renner.co/matilda.cronin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.824027"], ["updated_at", "2018-12-10 20:40:05.824027"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (2.6ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hageneskuphal.biz/an"], ["description", "Suscipit velit fugit molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.833831"], ["updated_at", "2018-12-10 20:40:05.833831"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et consequuntur at rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.835767"], ["updated_at", "2018-12-10 20:40:05.835767"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Corrupti voluptatibus totam autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://blick.info/greg.deckow"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.840174"], ["updated_at", "2018-12-10 20:40:05.840174"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schimmel.biz/kaandra.schroeder"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.841426"], ["updated_at", "2018-12-10 20:40:05.841426"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas numquam dolorum molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.844631"], ["updated_at", "2018-12-10 20:40:05.844631"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Doloremque iusto quae sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eos et tempora fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.848813"], ["updated_at", "2018-12-10 20:40:05.848813"], ["works_with_id", 26], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eaque quo et deleniti."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Dolorem laborum excepturi consequatur.", "is_live"=>"true", "promo_image_url"=>"http://mante.co/wilhelmina.grady", "promo_text"=>"Non vel quam atque.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Dolorem laborum excepturi consequatur."], ["promo_text", "Non vel quam atque."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:40:05.860898"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 10ms (ActiveRecord: 1.8ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hirthehilll.info/donovan"], ["description", "Totam ipsa aut vitae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.869257"], ["updated_at", "2018-12-10 20:40:05.869257"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facilis blanditiis ullam nesciunt."], ["url", "http://stiedemann.name/nathanael"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.873971"], ["updated_at", "2018-12-10 20:40:05.873971"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minus id quidem omnis."], ["info_url", "http://turcotte.com/drusilla"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.878901"], ["updated_at", "2018-12-10 20:40:05.878901"], ["developer_id", 19]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci et quia doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.880378"], ["updated_at", "2018-12-10 20:40:05.880378"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Vero aliquid ex amet."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Earum sint cumque sapiente."], ["url", "http://hoegerbradtke.co/lulu_ward"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.886224"], ["updated_at", "2018-12-10 20:40:05.886224"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui ducimus reprehenderit nulla."], ["info_url", "http://streich.io/gil_mayert"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.888858"], ["updated_at", "2018-12-10 20:40:05.888858"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldner.biz/fairy"], ["description", "Consectetur natus voluptatibus omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.895820"], ["updated_at", "2018-12-10 20:40:05.895820"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit ipsam ullam ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.897182"], ["updated_at", "2018-12-10 20:40:05.897182"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Cupiditate cum est rerum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mosciski.org/leigh"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.901871"], ["updated_at", "2018-12-10 20:40:05.901871"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wehnerkutch.net/yaeko.swaniawski"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.903242"], ["updated_at", "2018-12-10 20:40:05.903242"], ["distributor_id", 10], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem praesentium in veniam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.915360"], ["updated_at", "2018-12-10 20:40:05.915360"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Rerum iste quam et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Optio laudantium impedit aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.919741"], ["updated_at", "2018-12-10 20:40:05.919741"], ["works_with_id", 29], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eos adipisci alias eveniet."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Voluptatem dignissimos fuga non.", "is_live"=>"true", "promo_image_url"=>"http://murray.name/neoma.collier", "promo_text"=>"Perspiciatis quae enim sit.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Voluptatem dignissimos fuga non."], ["promo_text", "Perspiciatis quae enim sit."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:40:05.931582"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 10ms (ActiveRecord: 1.9ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dooleybalistreri.info/tomeka.gaylord"], ["description", "Molestiae ratione minus soluta."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.939613"], ["updated_at", "2018-12-10 20:40:05.939613"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam velit sunt repellendus."], ["url", "http://dubuquecruickshank.co/kennith.witting"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.946848"], ["updated_at", "2018-12-10 20:40:05.946848"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est saepe odit perferendis."], ["info_url", "http://zboncakboehm.name/romeo"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.952042"], ["updated_at", "2018-12-10 20:40:05.952042"], ["developer_id", 21]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum asperiores sequi vitae."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.953853"], ["updated_at", "2018-12-10 20:40:05.953853"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "In est ut quae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam aliquid odit laudantium."], ["url", "http://hills.org/audrie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.960741"], ["updated_at", "2018-12-10 20:40:05.960741"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem minus et quidem."], ["info_url", "http://sauermcglynn.biz/antione_farrell"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.964103"], ["updated_at", "2018-12-10 20:40:05.964103"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weber.org/genna"], ["description", "Et aut reprehenderit ullam."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.970750"], ["updated_at", "2018-12-10 20:40:05.970750"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed veritatis reiciendis voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.972007"], ["updated_at", "2018-12-10 20:40:05.972007"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Est quos et quia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://langosh.io/dick"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.975641"], ["updated_at", "2018-12-10 20:40:05.975641"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heidenreich.io/dayna"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.976736"], ["updated_at", "2018-12-10 20:40:05.976736"], ["distributor_id", 11], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis repellat sequi et."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.982008"], ["updated_at", "2018-12-10 20:40:05.982008"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Et nesciunt magnam porro."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Optio aut animi eveniet."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:05.986869"], ["updated_at", "2018-12-10 20:40:05.986869"], ["works_with_id", 32], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Harum ut nostrum laudantium."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Illum repellendus quia incidunt.", "is_live"=>"true", "promo_image_url"=>"http://reynolds.com/ja", "promo_text"=>"Ut suscipit qui voluptas.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Illum repellendus quia incidunt."], ["promo_text", "Ut suscipit qui voluptas."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:40:06.002755"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 11ms (ActiveRecord: 1.8ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rice.co/annamae.schroeder"], ["description", "Quam ullam culpa sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.013268"], ["updated_at", "2018-12-10 20:40:06.013268"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (2.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit quibusdam autem quis."], ["url", "http://starkabernathy.io/george"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.019570"], ["updated_at", "2018-12-10 20:40:06.019570"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Excepturi soluta et quod."], ["info_url", "http://cruickshank.biz/beatriz_spinka"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.029080"], ["updated_at", "2018-12-10 20:40:06.029080"], ["developer_id", 23]]
SQL (11.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit eos praesentium aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.030960"], ["updated_at", "2018-12-10 20:40:06.030960"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Et aperiam ex architecto."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos illo tempore atque."], ["url", "http://barrowsborer.co/sonny.roberts"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.049423"], ["updated_at", "2018-12-10 20:40:06.049423"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta deserunt tempora architecto."], ["info_url", "http://hand.info/jerold"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.052587"], ["updated_at", "2018-12-10 20:40:06.052587"], ["developer_id", 24]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlin.name/shalonda"], ["description", "Fugit sequi ratione esse."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.060488"], ["updated_at", "2018-12-10 20:40:06.060488"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Totam qui eveniet commodi."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.062471"], ["updated_at", "2018-12-10 20:40:06.062471"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Est voluptatem sed rerum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://buckridge.name/forrest_murazik"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.067407"], ["updated_at", "2018-12-10 20:40:06.067407"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mckenzie.co/cecil_berge"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.069000"], ["updated_at", "2018-12-10 20:40:06.069000"], ["distributor_id", 12], ["app_id", 24]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi aliquam quo odio."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.073148"], ["updated_at", "2018-12-10 20:40:06.073148"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Eos dolores nostrum autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "In dolores magni fugit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.078089"], ["updated_at", "2018-12-10 20:40:06.078089"], ["works_with_id", 35], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eveniet mollitia voluptas voluptatem."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)

Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murraycarter.net/vernita"], ["description", "Enim blanditiis eum distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.097206"], ["updated_at", "2018-12-10 20:40:06.097206"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Necessitatibus omnis aperiam at."], ["url", "http://schimmel.net/quintin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.101890"], ["updated_at", "2018-12-10 20:40:06.101890"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis numquam reprehenderit rem."], ["info_url", "http://ricezulauf.name/terrence"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.105853"], ["updated_at", "2018-12-10 20:40:06.105853"], ["developer_id", 25]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est quo porro accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.107208"], ["updated_at", "2018-12-10 20:40:06.107208"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Voluptatum alias et libero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea quo dolore deleniti."], ["url", "http://hilllbatz.io/jeica.stehr"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.111506"], ["updated_at", "2018-12-10 20:40:06.111506"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem ut cumque quos."], ["info_url", "http://wisoky.biz/jonie_wehner"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.114113"], ["updated_at", "2018-12-10 20:40:06.114113"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://prohaska.org/zulma"], ["description", "Nostrum et pariatur id."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.119135"], ["updated_at", "2018-12-10 20:40:06.119135"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet maxime doloremque ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.120195"], ["updated_at", "2018-12-10 20:40:06.120195"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Ipsa odio eum esse."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hilpertschinner.com/torrie_keebler"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.123665"], ["updated_at", "2018-12-10 20:40:06.123665"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rodriguezruecker.co/kristin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.124946"], ["updated_at", "2018-12-10 20:40:06.124946"], ["distributor_id", 13], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non tempora beatae quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.128039"], ["updated_at", "2018-12-10 20:40:06.128039"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Mollitia illum temporibus minima."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Animi et temporibus soluta."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.131590"], ["updated_at", "2018-12-10 20:40:06.131590"], ["works_with_id", 38], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Reiciendis eveniet illum excepturi."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (1.5ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (1.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 5ms (ActiveRecord: 3.1ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lesch.biz/britt"], ["description", "Non dolore ipsam laborum."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.148611"], ["updated_at", "2018-12-10 20:40:06.148611"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatum unde cupiditate repudiandae."], ["url", "http://oreilly.info/venita.kshlerin"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.153293"], ["updated_at", "2018-12-10 20:40:06.153293"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor minima consequatur officiis."], ["info_url", "http://kunde.net/lyle"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.158104"], ["updated_at", "2018-12-10 20:40:06.158104"], ["developer_id", 27]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci rerum autem ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.159567"], ["updated_at", "2018-12-10 20:40:06.159567"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Temporibus saepe ea repellat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum consequatur cupiditate et."], ["url", "http://stromanstokes.name/rudolph_schmidt"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.167139"], ["updated_at", "2018-12-10 20:40:06.167139"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et fugit dolor possimus."], ["info_url", "http://stoltenberg.net/rufus_ko"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.172898"], ["updated_at", "2018-12-10 20:40:06.172898"], ["developer_id", 28]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gibsonaufderhar.net/arletta"], ["description", "Eos dicta dolorum voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.181087"], ["updated_at", "2018-12-10 20:40:06.181087"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est cum aliquam odit."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.182282"], ["updated_at", "2018-12-10 20:40:06.182282"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Dolorum est qui minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuhlmanharris.info/ferdinand"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.186386"], ["updated_at", "2018-12-10 20:40:06.186386"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://feestspinka.biz/mei"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.187650"], ["updated_at", "2018-12-10 20:40:06.187650"], ["distributor_id", 14], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum nesciunt non unde."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.190789"], ["updated_at", "2018-12-10 20:40:06.190789"], ["app_id", 28], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Optio et enim vero."]]
 (4.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "In quasi corrupti officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.200930"], ["updated_at", "2018-12-10 20:40:06.200930"], ["works_with_id", 41], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dolores aspernatur consequatur pariatur."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  SAVEPOINT active_record_1
SQL (10.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae rem quisquam reprehenderit."], ["url", "http://hermann.com/dale.sawayn"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.219934"], ["updated_at", "2018-12-10 20:40:06.219934"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"29"}
Developer Load (0.5ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
App Load (0.4ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 29]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 40ms (Views: 21.2ms | ActiveRecord: 0.8ms)

 (0.3ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate quos assumenda maxime."], ["url", "http://jenkins.net/ozie"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.283100"], ["updated_at", "2018-12-10 20:40:06.283100"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Ducimus aut quia aut.", "is_live"=>"true", "logo_image_url"=>"http://aufderharpagac.org/marquerite", "name"=>"developer_name", "url"=>"http://cummerata.co/chastity"}, "id"=>"30"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Ducimus aut quia aut."], ["url", "http://cummerata.co/chastity"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:40:06.291718"], ["id", 30]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/30 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corporis quaerat fuga autem."], ["url", "http://hirthe.name/jamar"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.301501"], ["updated_at", "2018-12-10 20:40:06.301501"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Voluptas esse at hic.", "is_live"=>"true", "logo_image_url"=>"http://stammgleason.io/lisa.ortiz", "name"=>"developer_name", "url"=>"http://ondrickafunk.name/jacqualine"}, "id"=>"31"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Voluptas esse at hic."], ["url", "http://ondrickafunk.name/jacqualine"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:40:06.308567"], ["id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/31 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit quia culpa accusamus."], ["url", "http://price.co/charlott"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.317266"], ["updated_at", "2018-12-10 20:40:06.317266"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Dolores rerum est neque.", "is_live"=>"true", "logo_image_url"=>"http://robel.biz/jeanie_murray", "name"=>"developer_name", "url"=>"http://koepppaucek.net/emmitt.will"}, "id"=>"32"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Dolores rerum est neque."], ["url", "http://koepppaucek.net/emmitt.will"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:40:06.324709"], ["id", 32]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/32 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (3.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque ut assumenda optio."], ["url", "http://renner.net/damien"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.336600"], ["updated_at", "2018-12-10 20:40:06.336600"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"33"}
Developer Load (1.0ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.7ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 5ms (ActiveRecord: 2.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae delectus cum laudantium."], ["url", "http://casper.org/justin_mcdermott"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.352650"], ["updated_at", "2018-12-10 20:40:06.352650"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"34"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui incidunt mollitia quaerat."], ["url", "http://ullrich.io/francis.rutherford"], ["is_live", "t"], ["created_at", "2018-12-10 20:40:06.366720"], ["updated_at", "2018-12-10 20:40:06.366720"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.6ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.5ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.3ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (118.1ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (39.7ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hand.org/adell.ankunding"], ["description", "Nihil adipisci provident officia."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.069960"], ["updated_at", "2018-12-10 20:41:04.069960"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed sunt in et."], ["url", "http://beahan.co/miquel.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.099280"], ["updated_at", "2018-12-10 20:41:04.099280"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (6.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto et tempora omnis."], ["info_url", "http://hilpert.com/lilli_nolan"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.127565"], ["updated_at", "2018-12-10 20:41:04.127565"], ["developer_id", 1]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut qui ipsa reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.134936"], ["updated_at", "2018-12-10 20:41:04.134936"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Illum aut corrupti sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"1"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 29ms (Views: 21.6ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harberwilderman.biz/treasa.ko"], ["description", "Nostrum quasi ullam vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.175038"], ["updated_at", "2018-12-10 20:41:04.175038"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem quod ducimus non."], ["url", "http://hoppeullrich.biz/wilber"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.179144"], ["updated_at", "2018-12-10 20:41:04.179144"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ad illo et."], ["info_url", "http://little.co/myron.torp"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.182853"], ["updated_at", "2018-12-10 20:41:04.182853"], ["developer_id", 2]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias eveniet vitae exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.184122"], ["updated_at", "2018-12-10 20:41:04.184122"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Eos perspiciatis ea odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hayes.biz/terra_rath"], ["description", "Cupiditate aut odit non."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.195980"], ["updated_at", "2018-12-10 20:41:04.195980"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est et ut quo."], ["url", "http://browndaniel.name/rene.feeney"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.201521"], ["updated_at", "2018-12-10 20:41:04.201521"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aperiam dolores consequatur aut."], ["info_url", "http://moen.com/dylan"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.205517"], ["updated_at", "2018-12-10 20:41:04.205517"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae facilis dolor et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.206659"], ["updated_at", "2018-12-10 20:41:04.206659"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Voluptatibus veniam aspernatur eveniet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Quo nostrum dolores repellat.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://zemlakschmeler.co/georgie.zieme"}, "id"=>"3"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Quo nostrum dolores repellat."], ["shop_link", "http://zemlakschmeler.co/georgie.zieme"], ["updated_at", "2018-12-10 20:41:04.219800"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/3 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kautzerhamill.info/heidi"], ["description", "In doloremque suscipit quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.226417"], ["updated_at", "2018-12-10 20:41:04.226417"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aspernatur placeat et quo."], ["url", "http://okeefe.info/lillia_gleichner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.231179"], ["updated_at", "2018-12-10 20:41:04.231179"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum beatae distinctio laboriosam."], ["info_url", "http://strackemayer.io/chuck.hamill"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.235021"], ["updated_at", "2018-12-10 20:41:04.235021"], ["developer_id", 4]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique accusantium itaque numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.236352"], ["updated_at", "2018-12-10 20:41:04.236352"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Corporis rerum in voluptatem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Fuga aut ipsa at.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://goyette.io/ernesto"}, "id"=>"4"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Fuga aut ipsa at."], ["shop_link", "http://goyette.io/ernesto"], ["updated_at", "2018-12-10 20:41:04.241015"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/4 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://conroymohr.com/miyoko"], ["description", "Voluptatem autem quam enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.248846"], ["updated_at", "2018-12-10 20:41:04.248846"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui molestiae consequuntur cumque."], ["url", "http://strackegottlieb.info/evelynn.buckridge"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.253015"], ["updated_at", "2018-12-10 20:41:04.253015"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur qui molestias inventore."], ["info_url", "http://wuckert.com/ellen"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.256846"], ["updated_at", "2018-12-10 20:41:04.256846"], ["developer_id", 5]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis officia voluptatem similique."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.258059"], ["updated_at", "2018-12-10 20:41:04.258059"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Quia quos aliquam odio."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Corrupti expedita ad quidem.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://mayer.net/kris"}, "id"=>"5"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Corrupti expedita ad quidem."], ["shop_link", "http://mayer.net/kris"], ["updated_at", "2018-12-10 20:41:04.263192"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/5 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfefferpfannerstill.org/sadie"], ["description", "Odio accusantium autem sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.268627"], ["updated_at", "2018-12-10 20:41:04.268627"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint consequatur debitis unde."], ["url", "http://ruecker.net/loren_lowe"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.272406"], ["updated_at", "2018-12-10 20:41:04.272406"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum mollitia cupiditate alias."], ["info_url", "http://millerratke.co/robert.hirthe"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.276446"], ["updated_at", "2018-12-10 20:41:04.276446"], ["developer_id", 6]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt quibusdam fugit dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.278145"], ["updated_at", "2018-12-10 20:41:04.278145"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Ut vero quae quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"6"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://maggio.org/monika.ferry"], ["description", "Ex est cupiditate consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.287313"], ["updated_at", "2018-12-10 20:41:04.287313"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et quasi quae veniam."], ["url", "http://simonisbecker.com/sanora.tromp"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.291290"], ["updated_at", "2018-12-10 20:41:04.291290"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque fugiat occaecati sunt."], ["info_url", "http://ledner.net/annmarie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.295341"], ["updated_at", "2018-12-10 20:41:04.295341"], ["developer_id", 7]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa cum officiis est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.296670"], ["updated_at", "2018-12-10 20:41:04.296670"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Perferendis sed consequuntur et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"7"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bashirian.biz/alecia.aufderhar"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.353758"], ["updated_at", "2018-12-10 20:41:04.353758"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illum atque ut modi."], ["url", "http://fisherkerluke.biz/kathe"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.358003"], ["updated_at", "2018-12-10 20:41:04.358003"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error odit voluptas dolores."], ["info_url", "http://oconnell.name/altagracia.sporer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.372806"], ["updated_at", "2018-12-10 20:41:04.372806"], ["developer_id", 8]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://konopelski.net/carey.waters"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.373819"], ["updated_at", "2018-12-10 20:41:04.373819"], ["distributor_id", 1], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dach.co/fredia"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.396423"], ["updated_at", "2018-12-10 20:41:04.396423"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem quo sint beatae."], ["url", "http://feest.info/dorthey_hackett"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.399599"], ["updated_at", "2018-12-10 20:41:04.399599"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius deleniti rerum voluptatem."], ["info_url", "http://klingwalsh.co/theodore"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.402358"], ["updated_at", "2018-12-10 20:41:04.402358"], ["developer_id", 9]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thiel.com/quincy.langworth"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.403456"], ["updated_at", "2018-12-10 20:41:04.403456"], ["distributor_id", 2], ["app_id", 9]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://wehnerroberts.io/clotilde_hansen", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"2"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://wehnerroberts.io/clotilde_hansen"], ["updated_at", "2018-12-10 20:41:04.408229"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/2 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://casper.biz/norma"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.414048"], ["updated_at", "2018-12-10 20:41:04.414048"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Totam sint cum debitis."], ["url", "http://christiansenokuneva.com/augustus"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.417714"], ["updated_at", "2018-12-10 20:41:04.417714"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium nulla aut pariatur."], ["info_url", "http://weber.org/branden_schuppe"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.420386"], ["updated_at", "2018-12-10 20:41:04.420386"], ["developer_id", 10]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://howe.io/anthony"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.421488"], ["updated_at", "2018-12-10 20:41:04.421488"], ["distributor_id", 3], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://feeneyconsidine.net/inger_hoeger", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"3"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://feeneyconsidine.net/inger_hoeger"], ["updated_at", "2018-12-10 20:41:04.425696"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/3 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fisher.name/marica"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.430937"], ["updated_at", "2018-12-10 20:41:04.430937"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea et veritatis debitis."], ["url", "http://nitzschebogan.name/margert"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.435327"], ["updated_at", "2018-12-10 20:41:04.435327"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et quo voluptate eos."], ["info_url", "http://pacocha.biz/wiley.mccullough"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.438517"], ["updated_at", "2018-12-10 20:41:04.438517"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abshire.net/roscoe_altenwerth"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.439579"], ["updated_at", "2018-12-10 20:41:04.439579"], ["distributor_id", 4], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://hauck.biz/mercy_armstrong", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"4"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://hauck.biz/mercy_armstrong"], ["updated_at", "2018-12-10 20:41:04.444993"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/4 Completed 302 Found in 4ms (ActiveRecord: 1.2ms)

Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heaneykemmer.info/sunni"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.451415"], ["updated_at", "2018-12-10 20:41:04.451415"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et iste aut voluptas."], ["url", "http://dare.io/naoma"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.455908"], ["updated_at", "2018-12-10 20:41:04.455908"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam ut nostrum quia."], ["info_url", "http://mcclurerolfson.io/gia.gusikowski"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.459007"], ["updated_at", "2018-12-10 20:41:04.459007"], ["developer_id", 12]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wisokywaters.io/lesli_stokes"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.460343"], ["updated_at", "2018-12-10 20:41:04.460343"], ["distributor_id", 5], ["app_id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"5"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reilly.co/cody_wilkinson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.473760"], ["updated_at", "2018-12-10 20:41:04.473760"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas sit et assumenda."], ["url", "http://mayert.net/song"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.478654"], ["updated_at", "2018-12-10 20:41:04.478654"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente vitae facere velit."], ["info_url", "http://hoeger.org/cathleen"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.482641"], ["updated_at", "2018-12-10 20:41:04.482641"], ["developer_id", 13]]
SQL (1.9ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilpert.net/brain"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.484163"], ["updated_at", "2018-12-10 20:41:04.484163"], ["distributor_id", 6], ["app_id", 13]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"6"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (1.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 6]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 6ms (ActiveRecord: 2.5ms)

 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://corkerygusikowski.name/see"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.499958"], ["updated_at", "2018-12-10 20:41:04.499958"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse laudantium ducimus earum."], ["url", "http://weber.net/tanika"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.504377"], ["updated_at", "2018-12-10 20:41:04.504377"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum optio aut voluptatum."], ["info_url", "http://swift.org/ian.hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.507537"], ["updated_at", "2018-12-10 20:41:04.507537"], ["developer_id", 14]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murraymonahan.net/krysten"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.508702"], ["updated_at", "2018-12-10 20:41:04.508702"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"7"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leannon.com/gwendolyn"], ["description", "Distinctio reiciendis ea natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.584213"], ["updated_at", "2018-12-10 20:41:04.584213"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Provident quo dolores ipsum."], ["url", "http://bernhardschuppe.name/james_hilpert"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.589265"], ["updated_at", "2018-12-10 20:41:04.589265"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Alias doloremque deserunt numquam."], ["info_url", "http://feeney.org/amelia"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.594661"], ["updated_at", "2018-12-10 20:41:04.594661"], ["developer_id", 15]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed et iure aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.596902"], ["updated_at", "2018-12-10 20:41:04.596902"], ["app_id", 15], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Dolor sunt quis architecto."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem esse debitis repudiandae."], ["url", "http://roberts.co/ozzie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.604259"], ["updated_at", "2018-12-10 20:41:04.604259"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequuntur et ea at."], ["info_url", "http://gorczanydooley.co/len"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.607128"], ["updated_at", "2018-12-10 20:41:04.607128"], ["developer_id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://skiles.io/delorse.terry"], ["description", "Necessitatibus quasi repellat qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.616559"], ["updated_at", "2018-12-10 20:41:04.616559"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt voluptas cum accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.618648"], ["updated_at", "2018-12-10 20:41:04.618648"], ["app_id", 16], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Repudiandae ullam numquam quia."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://buckridgeabernathy.com/evelynn.johnston"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.624467"], ["updated_at", "2018-12-10 20:41:04.624467"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://harrisconroy.co/lino.flatley"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.626092"], ["updated_at", "2018-12-10 20:41:04.626092"], ["distributor_id", 8], ["app_id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (1.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haneokon.info/daniela_oconner"], ["description", "Praesentium nihil harum illum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.670363"], ["updated_at", "2018-12-10 20:41:04.670363"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (3.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Culpa possimus ut corporis."], ["url", "http://beiercruickshank.com/kandice"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.674414"], ["updated_at", "2018-12-10 20:41:04.674414"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Temporibus voluptas in possimus."], ["info_url", "http://crooks.net/israel"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.682907"], ["updated_at", "2018-12-10 20:41:04.682907"], ["developer_id", 17]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis est modi a."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.684763"], ["updated_at", "2018-12-10 20:41:04.684763"], ["app_id", 17], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "A est aliquam dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores sint quia non."], ["url", "http://boyle.org/michael_hilll"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.691017"], ["updated_at", "2018-12-10 20:41:04.691017"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (41.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde dolorum nemo illo."], ["info_url", "http://gleichnerbins.co/gwyneth.donnelly"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.694393"], ["updated_at", "2018-12-10 20:41:04.694393"], ["developer_id", 18]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zulauf.org/darrin"], ["description", "Repellat laudantium aut accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.741981"], ["updated_at", "2018-12-10 20:41:04.741981"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut voluptatem omnis et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.743451"], ["updated_at", "2018-12-10 20:41:04.743451"], ["app_id", 18], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Ut quia iure exercitationem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grimesgoodwin.biz/kacey"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.748229"], ["updated_at", "2018-12-10 20:41:04.748229"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lind.info/quincy"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.749579"], ["updated_at", "2018-12-10 20:41:04.749579"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt explicabo et ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.753959"], ["updated_at", "2018-12-10 20:41:04.753959"], ["app_id", 18], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Eum est et eos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptate doloremque beatae qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.763361"], ["updated_at", "2018-12-10 20:41:04.763361"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eum rem laboriosam qui."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.4ms)

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mertzolson.biz/veronika"], ["description", "Non tempore molestiae quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.792851"], ["updated_at", "2018-12-10 20:41:04.792851"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore quo quia nemo."], ["url", "http://reichel.net/hong.herman"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.796685"], ["updated_at", "2018-12-10 20:41:04.796685"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Amet blanditiis ex aperiam."], ["info_url", "http://hilllnitzsche.com/bob"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.800199"], ["updated_at", "2018-12-10 20:41:04.800199"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem voluptatem quis quod."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.801329"], ["updated_at", "2018-12-10 20:41:04.801329"], ["app_id", 19], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Suscipit et impedit unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis accusamus ipsa quis."], ["url", "http://harveypfeffer.net/lamar"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.804820"], ["updated_at", "2018-12-10 20:41:04.804820"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit hic voluptas impedit."], ["info_url", "http://von.co/reyes"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.806438"], ["updated_at", "2018-12-10 20:41:04.806438"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nolan.info/patti_predovic"], ["description", "Quis assumenda omnis dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.811426"], ["updated_at", "2018-12-10 20:41:04.811426"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aspernatur nisi et voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.813093"], ["updated_at", "2018-12-10 20:41:04.813093"], ["app_id", 20], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Debitis earum qui magnam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://runolfon.net/boyce.waters"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.816908"], ["updated_at", "2018-12-10 20:41:04.816908"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schuster.org/cyrus"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.818604"], ["updated_at", "2018-12-10 20:41:04.818604"], ["distributor_id", 10], ["app_id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui odit nam iste."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.822777"], ["updated_at", "2018-12-10 20:41:04.822777"], ["app_id", 20], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Minima dolorem magni molestias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fuga odio et nisi."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.825976"], ["updated_at", "2018-12-10 20:41:04.825976"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Illum ducimus aliquid amet."], ["publish_date", "2018-12-09"]]
 (1.3ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Repellat cum asperiores non.", "is_live"=>"true", "promo_image_url"=>"http://rosenbaum.name/ardell_schmitt", "promo_text"=>"Similique provident placeat est.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (1.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (1.0ms)  SAVEPOINT active_record_1
WorksWith Load (0.6ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (5.8ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Repellat cum asperiores non."], ["promo_text", "Similique provident placeat est."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:41:04.850010"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 28ms (ActiveRecord: 9.7ms)

 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mraz.info/gerald"], ["description", "Enim blanditiis ullam esse."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.867432"], ["updated_at", "2018-12-10 20:41:04.867432"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iste quis tempora ex."], ["url", "http://thiel.org/adela.hickle"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.873051"], ["updated_at", "2018-12-10 20:41:04.873051"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem harum est assumenda."], ["info_url", "http://hills.co/wes"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.879011"], ["updated_at", "2018-12-10 20:41:04.879011"], ["developer_id", 21]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At quia aliquid amet."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.881390"], ["updated_at", "2018-12-10 20:41:04.881390"], ["app_id", 21], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Praesentium quia optio asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel quia quod possimus."], ["url", "http://ward.co/robin.koch"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.886833"], ["updated_at", "2018-12-10 20:41:04.886833"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequuntur odit beatae veritatis."], ["info_url", "http://predovicfunk.co/bari"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.889402"], ["updated_at", "2018-12-10 20:41:04.889402"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jastbatz.net/julio.jacobs"], ["description", "Dolor voluptas neque delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.895474"], ["updated_at", "2018-12-10 20:41:04.895474"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam quidem dolore hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.897250"], ["updated_at", "2018-12-10 20:41:04.897250"], ["app_id", 22], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Est dolorum adipisci officiis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jerde.co/lou"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.901149"], ["updated_at", "2018-12-10 20:41:04.901149"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wardconroy.info/herta_yundt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.902423"], ["updated_at", "2018-12-10 20:41:04.902423"], ["distributor_id", 11], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda velit facilis totam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.905167"], ["updated_at", "2018-12-10 20:41:04.905167"], ["app_id", 22], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Occaecati maiores officiis odio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatem inventore odit sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.908274"], ["updated_at", "2018-12-10 20:41:04.908274"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Harum numquam ut rerum."], ["publish_date", "2018-12-09"]]
 (2.4ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Magni et quam voluptatum.", "is_live"=>"true", "promo_image_url"=>"http://wunsch.com/humberto_kulas", "promo_text"=>"Nisi fugit veritatis nemo.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
SQL (1.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Magni et quam voluptatum."], ["promo_text", "Nisi fugit veritatis nemo."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:41:04.926086"], ["id", 3]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 14ms (ActiveRecord: 3.2ms)

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bogan.org/luvenia_dibbert"], ["description", "Quo autem quis ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.938095"], ["updated_at", "2018-12-10 20:41:04.938095"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nisi ut voluptas quam."], ["url", "http://williamson.info/nanci_lang"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.944190"], ["updated_at", "2018-12-10 20:41:04.944190"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (12.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Provident iure qui ipsum."], ["info_url", "http://west.biz/terry"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.968790"], ["updated_at", "2018-12-10 20:41:04.968790"], ["developer_id", 23]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Explicabo maiores sapiente eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.982322"], ["updated_at", "2018-12-10 20:41:04.982322"], ["app_id", 23], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Deserunt repudiandae ipsam est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi et in accusamus."], ["url", "http://waters.co/marquita_keeling"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.990176"], ["updated_at", "2018-12-10 20:41:04.990176"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto mollitia amet sunt."], ["info_url", "http://lindschumm.io/darius.ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:04.993375"], ["updated_at", "2018-12-10 20:41:04.993375"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://haley.net/stasia"], ["description", "Veniam cumque consequuntur est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.000113"], ["updated_at", "2018-12-10 20:41:05.000113"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim voluptates et cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.001564"], ["updated_at", "2018-12-10 20:41:05.001564"], ["app_id", 24], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Esse dolorum voluptate est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heller.net/jon.smitham"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.005202"], ["updated_at", "2018-12-10 20:41:05.005202"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thompson.io/rolando.ruel"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.006444"], ["updated_at", "2018-12-10 20:41:05.006444"], ["distributor_id", 12], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam modi iure quos."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.010042"], ["updated_at", "2018-12-10 20:41:05.010042"], ["app_id", 24], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Architecto velit itaque cumque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Vitae in veniam corporis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.014602"], ["updated_at", "2018-12-10 20:41:05.014602"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Deleniti delectus enim et."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Doloribus dicta quaerat quia.", "is_live"=>"true", "promo_image_url"=>"http://pfeffer.biz/amie.emmerich", "promo_text"=>"Totam et facilis tempora.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
SQL (0.7ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Doloribus dicta quaerat quia."], ["promo_text", "Totam et facilis tempora."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:41:05.027590"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 12ms (ActiveRecord: 2.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lakin.io/hiroko.hammes"], ["description", "Saepe ipsam assumenda minus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.035642"], ["updated_at", "2018-12-10 20:41:05.035642"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita et deleniti asperiores."], ["url", "http://metz.net/micah"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.039321"], ["updated_at", "2018-12-10 20:41:05.039321"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint vel totam voluptas."], ["info_url", "http://nikolaus.net/ferdinand"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.042789"], ["updated_at", "2018-12-10 20:41:05.042789"], ["developer_id", 25]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas cupiditate consequatur quidem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.044071"], ["updated_at", "2018-12-10 20:41:05.044071"], ["app_id", 25], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Laboriosam nihil corporis molestias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Provident voluptas est vero."], ["url", "http://kilbacklarson.net/zack"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.048201"], ["updated_at", "2018-12-10 20:41:05.048201"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem id culpa sint."], ["info_url", "http://goodwinhermiston.name/abbie_reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.050372"], ["updated_at", "2018-12-10 20:41:05.050372"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dooley.info/devora_daniel"], ["description", "Pariatur quia sit vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.055017"], ["updated_at", "2018-12-10 20:41:05.055017"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem est sequi ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.055985"], ["updated_at", "2018-12-10 20:41:05.055985"], ["app_id", 26], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Alias quis qui adipisci."]]
 (1.4ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnston.biz/herbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.060370"], ["updated_at", "2018-12-10 20:41:05.060370"], ["icon_id", "apple"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vandervort.io/sophia"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.062842"], ["updated_at", "2018-12-10 20:41:05.062842"], ["distributor_id", 13], ["app_id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil quidem in architecto."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.067082"], ["updated_at", "2018-12-10 20:41:05.067082"], ["app_id", 26], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Qui similique omnis odio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Neque quibusdam quis quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.074021"], ["updated_at", "2018-12-10 20:41:05.074021"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Soluta in fugit consequatur."], ["publish_date", "2018-12-09"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"5"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

 (0.3ms)  SELECT COUNT(*) FROM "testimonials"
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hellerlind.com/donald_kuhic"], ["description", "Assumenda aperiam asperiores sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.089353"], ["updated_at", "2018-12-10 20:41:05.089353"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam corrupti quam facere."], ["url", "http://blandadouglas.net/della"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.093553"], ["updated_at", "2018-12-10 20:41:05.093553"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut eos suscipit aut."], ["info_url", "http://miller.biz/williams.kautzer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.098117"], ["updated_at", "2018-12-10 20:41:05.098117"], ["developer_id", 27]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aperiam expedita quia rem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.099678"], ["updated_at", "2018-12-10 20:41:05.099678"], ["app_id", 27], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Dolorem aut est esse."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia provident laborum in."], ["url", "http://rutherford.biz/brett.okon"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.104467"], ["updated_at", "2018-12-10 20:41:05.104467"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officia deleniti doloremque dolor."], ["info_url", "http://heller.org/ciera_hayes"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.106953"], ["updated_at", "2018-12-10 20:41:05.106953"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rogahn.net/brett_nitzsche"], ["description", "Voluptatem veritatis enim sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.115923"], ["updated_at", "2018-12-10 20:41:05.115923"]]
SQL (3.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia eaque consequatur qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.117837"], ["updated_at", "2018-12-10 20:41:05.117837"], ["app_id", 28], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Nobis molestias ratione unde."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feeneyondricka.com/eda"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.126072"], ["updated_at", "2018-12-10 20:41:05.126072"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://konopelski.net/todd.corkery"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.127541"], ["updated_at", "2018-12-10 20:41:05.127541"], ["distributor_id", 14], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quaerat est et dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.131101"], ["updated_at", "2018-12-10 20:41:05.131101"], ["app_id", 28], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Magni voluptate quia atque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Est inventore fugiat consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.134705"], ["updated_at", "2018-12-10 20:41:05.134705"], ["works_with_id", 27], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nobis alias eos ut."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okon.name/tommie"], ["description", "Accusantium et sint earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.143871"], ["updated_at", "2018-12-10 20:41:05.143871"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur voluptatem error tenetur."], ["url", "http://dibbertferry.org/lyla.breitenberg"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.147896"], ["updated_at", "2018-12-10 20:41:05.147896"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime voluptatibus est voluptatem."], ["info_url", "http://zieme.co/eda"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.151605"], ["updated_at", "2018-12-10 20:41:05.151605"], ["developer_id", 29]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque quis ea sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.152732"], ["updated_at", "2018-12-10 20:41:05.152732"], ["app_id", 29], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Eveniet magnam asperiores voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugit eum a earum."], ["url", "http://labadieorn.info/greg"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.156656"], ["updated_at", "2018-12-10 20:41:05.156656"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto ab laborum a."], ["info_url", "http://boyle.name/patty"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.158528"], ["updated_at", "2018-12-10 20:41:05.158528"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://naderbailey.net/doretta"], ["description", "Explicabo nesciunt rerum ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.164002"], ["updated_at", "2018-12-10 20:41:05.164002"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum temporibus incidunt in."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.165156"], ["updated_at", "2018-12-10 20:41:05.165156"], ["app_id", 30], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Sit molestiae placeat suscipit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pollich.com/nicholas"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.168397"], ["updated_at", "2018-12-10 20:41:05.168397"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wiegand.info/blanche"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.169361"], ["updated_at", "2018-12-10 20:41:05.169361"], ["distributor_id", 15], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum et occaecati accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.172317"], ["updated_at", "2018-12-10 20:41:05.172317"], ["app_id", 30], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Autem sit accusamus provident."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fuga ut sunt esse."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.175440"], ["updated_at", "2018-12-10 20:41:05.175440"], ["works_with_id", 30], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quia hic est quo."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)

Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae nam vero delectus."], ["url", "http://lemke.io/abram"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.187367"], ["updated_at", "2018-12-10 20:41:05.187367"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia accusantium recusandae asperiores."], ["info_url", "http://dubuque.info/fausto"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.189368"], ["updated_at", "2018-12-10 20:41:05.189368"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dickens.com/roxanna"], ["description", "Dolores reprehenderit ut quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.194959"], ["updated_at", "2018-12-10 20:41:05.194959"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit quod fuga atque."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.196797"], ["updated_at", "2018-12-10 20:41:05.196797"], ["app_id", 31], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Nulla et explicabo fugit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kiehnfriesen.biz/tracey.wehner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.201670"], ["updated_at", "2018-12-10 20:41:05.201670"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bahringer.net/lynn_bauch"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.202798"], ["updated_at", "2018-12-10 20:41:05.202798"], ["distributor_id", 16], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"31"}
App Load (1.9ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 1.9ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Optio occaecati voluptatem quia."], ["url", "http://kertzmann.biz/imogene"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.234204"], ["updated_at", "2018-12-10 20:41:05.234204"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni quaerat fugit ad."], ["info_url", "http://bartoletti.biz/eric_krajcik"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.238124"], ["updated_at", "2018-12-10 20:41:05.238124"], ["developer_id", 32]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boyer.biz/trish_rau"], ["description", "Est qui enim repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.245491"], ["updated_at", "2018-12-10 20:41:05.245491"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus cum id distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.246666"], ["updated_at", "2018-12-10 20:41:05.246666"], ["app_id", 32], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Ab modi blanditiis minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wittinggutkowski.net/rocky"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.249857"], ["updated_at", "2018-12-10 20:41:05.249857"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schummlind.name/anthony_kunde"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.251433"], ["updated_at", "2018-12-10 20:41:05.251433"], ["distributor_id", 17], ["app_id", 32]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Ea quia quas non.", "info_url"=>"http://stokes.name/maria", "is_live"=>"true", "name"=>"app_name"}, "id"=>"32"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Ea quia quas non."], ["info_url", "http://stokes.name/maria"], ["updated_at", "2018-12-10 20:41:05.257763"], ["id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/32 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel corrupti quia sint."], ["url", "http://boehm.org/waneta"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.266755"], ["updated_at", "2018-12-10 20:41:05.266755"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et ea labore distinctio."], ["info_url", "http://parisian.com/roberta"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.271022"], ["updated_at", "2018-12-10 20:41:05.271022"], ["developer_id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runtejones.net/mollie_heaney"], ["description", "Necessitatibus inventore vel hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.282205"], ["updated_at", "2018-12-10 20:41:05.282205"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Mollitia numquam voluptates ullam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.283803"], ["updated_at", "2018-12-10 20:41:05.283803"], ["app_id", 33], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Reprehenderit dolorem est neque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mueller.org/hosea.huels"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.289459"], ["updated_at", "2018-12-10 20:41:05.289459"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beer.com/tonda"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.290775"], ["updated_at", "2018-12-10 20:41:05.290775"], ["distributor_id", 18], ["app_id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Eos error qui fugiat.", "info_url"=>"http://ullrichrosenbaum.info/trinity.nader", "is_live"=>"true", "name"=>"app_name"}, "id"=>"33"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Eos error qui fugiat."], ["info_url", "http://ullrichrosenbaum.info/trinity.nader"], ["updated_at", "2018-12-10 20:41:05.300361"], ["id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/33 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Modi maxime officiis sed."], ["url", "http://hahnreichert.info/geraldo"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.307792"], ["updated_at", "2018-12-10 20:41:05.307792"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime facilis ut quia."], ["info_url", "http://howe.co/eldora.lesch"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.312709"], ["updated_at", "2018-12-10 20:41:05.312709"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://morar.org/molly_batz"], ["description", "Commodi ut enim numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.320653"], ["updated_at", "2018-12-10 20:41:05.320653"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Labore impedit corporis libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.321826"], ["updated_at", "2018-12-10 20:41:05.321826"], ["app_id", 34], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Officia maiores fuga quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pagacbarrows.net/benny_ondricka"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.324880"], ["updated_at", "2018-12-10 20:41:05.324880"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://altenwerth.co/coral_dicki"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.326181"], ["updated_at", "2018-12-10 20:41:05.326181"], ["distributor_id", 19], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Asperiores ut voluptates ratione.", "info_url"=>"http://wintheiser.info/dena_runte", "is_live"=>"true", "name"=>"app_name"}, "id"=>"34"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Asperiores ut voluptates ratione."], ["info_url", "http://wintheiser.info/dena_runte"], ["updated_at", "2018-12-10 20:41:05.335906"], ["id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/34 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos veritatis minus illum."], ["url", "http://doyle.info/isaac_sauer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.343483"], ["updated_at", "2018-12-10 20:41:05.343483"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis facilis ut accusantium."], ["info_url", "http://goldner.biz/chuck.rippin"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.345638"], ["updated_at", "2018-12-10 20:41:05.345638"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beatty.co/reuben"], ["description", "Est officia qui aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.350808"], ["updated_at", "2018-12-10 20:41:05.350808"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellendus qui consequuntur architecto."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.351793"], ["updated_at", "2018-12-10 20:41:05.351793"], ["app_id", 35], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Labore sunt tempora rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://vonruedenturner.info/alexandria.pfannerstill"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.355192"], ["updated_at", "2018-12-10 20:41:05.355192"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fahey.com/roxana.anderson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.356753"], ["updated_at", "2018-12-10 20:41:05.356753"], ["distributor_id", 20], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)

App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi dolor autem aliquid."], ["url", "http://maggio.com/reda"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.374523"], ["updated_at", "2018-12-10 20:41:05.374523"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti exercitationem assumenda quia."], ["info_url", "http://daniel.io/alfred"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.377963"], ["updated_at", "2018-12-10 20:41:05.377963"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://osinski.org/garrett"], ["description", "Quia hic praesentium tempora."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.384598"], ["updated_at", "2018-12-10 20:41:05.384598"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum ullam non dicta."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.386016"], ["updated_at", "2018-12-10 20:41:05.386016"], ["app_id", 36], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Optio ad molestias et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oberbrunnerdach.biz/melvin.lakin"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.389925"], ["updated_at", "2018-12-10 20:41:05.389925"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://windlerromaguera.org/harold"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.390987"], ["updated_at", "2018-12-10 20:41:05.390987"], ["distributor_id", 21], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"36"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (2.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo repellat corporis voluptatum."], ["url", "http://wunsch.co/jamison"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.403477"], ["updated_at", "2018-12-10 20:41:05.403477"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est maiores sit aut."], ["info_url", "http://quitzon.co/herschel.marquardt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.407632"], ["updated_at", "2018-12-10 20:41:05.407632"], ["developer_id", 37]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okon.org/lincoln"], ["description", "Voluptate est et ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.416690"], ["updated_at", "2018-12-10 20:41:05.416690"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium voluptatem quam molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.418141"], ["updated_at", "2018-12-10 20:41:05.418141"], ["app_id", 37], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Sunt ab aut debitis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://flatleydamore.net/addie.stark"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.422395"], ["updated_at", "2018-12-10 20:41:05.422395"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://glover.name/keren"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.423401"], ["updated_at", "2018-12-10 20:41:05.423401"], ["distributor_id", 22], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"37"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://balistreri.io/genie"], ["description", "Repudiandae sint sunt dicta."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.450689"], ["updated_at", "2018-12-10 20:41:05.450689"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta dolores omnis a."], ["url", "http://kirlin.info/cathrine"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.454667"], ["updated_at", "2018-12-10 20:41:05.454667"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi aperiam non quia."], ["info_url", "http://rodriguez.biz/ariel_roberts"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.459127"], ["updated_at", "2018-12-10 20:41:05.459127"], ["developer_id", 38]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non sint eos tenetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.461276"], ["updated_at", "2018-12-10 20:41:05.461276"], ["app_id", 38], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Atque aliquam eaque illum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore quo quos voluptatum."], ["url", "http://ullrichjohnson.biz/betty_kemmer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.466539"], ["updated_at", "2018-12-10 20:41:05.466539"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officiis cupiditate voluptas ipsam."], ["info_url", "http://heaney.net/drucilla_moen"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.468541"], ["updated_at", "2018-12-10 20:41:05.468541"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leschkonopelski.net/tania"], ["description", "Dignissimos velit temporibus natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.473453"], ["updated_at", "2018-12-10 20:41:05.473453"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui autem sequi est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.474716"], ["updated_at", "2018-12-10 20:41:05.474716"], ["app_id", 39], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Esse unde quam dignissimos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://erdman.info/delbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.479371"], ["updated_at", "2018-12-10 20:41:05.479371"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://armstrong.net/caryl_schmeler"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.480632"], ["updated_at", "2018-12-10 20:41:05.480632"], ["distributor_id", 23], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis aut non voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.484088"], ["updated_at", "2018-12-10 20:41:05.484088"], ["app_id", 39], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Est unde modi nam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ex numquam molestias aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.487482"], ["updated_at", "2018-12-10 20:41:05.487482"], ["works_with_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Rerum voluptatem delectus qui.", "image_url"=>"http://spencer.name/porter.vandervort", "is_live"=>"true"}, "id"=>"1"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Rerum voluptatem delectus qui."], ["updated_at", "2018-12-10 20:41:05.500630"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunner.biz/toi"], ["description", "Est aut enim excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.507498"], ["updated_at", "2018-12-10 20:41:05.507498"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate alias quia ducimus."], ["url", "http://rogahnswaniawski.io/katrina_lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.511763"], ["updated_at", "2018-12-10 20:41:05.511763"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id ea doloribus temporibus."], ["info_url", "http://spencerharvey.name/cari_wehner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.515434"], ["updated_at", "2018-12-10 20:41:05.515434"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem harum corrupti repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.516534"], ["updated_at", "2018-12-10 20:41:05.516534"], ["app_id", 40], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "In qui est quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deleniti sunt dolorem similique."], ["url", "http://osinski.name/craig.schmitt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.520847"], ["updated_at", "2018-12-10 20:41:05.520847"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est veritatis ipsam maiores."], ["info_url", "http://howerau.io/james.tremblay"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.522827"], ["updated_at", "2018-12-10 20:41:05.522827"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://emard.biz/cruz"], ["description", "Qui dolores rerum quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.528510"], ["updated_at", "2018-12-10 20:41:05.528510"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae dicta rem nulla."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.530069"], ["updated_at", "2018-12-10 20:41:05.530069"], ["app_id", 41], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Minima eos itaque modi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://legros.net/kristel"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.533671"], ["updated_at", "2018-12-10 20:41:05.533671"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wisoky.org/georgine"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.534606"], ["updated_at", "2018-12-10 20:41:05.534606"], ["distributor_id", 24], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Esse qui ea blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.537229"], ["updated_at", "2018-12-10 20:41:05.537229"], ["app_id", 41], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Esse non molestiae dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Cumque ad sint velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.539305"], ["updated_at", "2018-12-10 20:41:05.539305"], ["works_with_id", 43]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Accusamus consectetur adipisci ipsum.", "image_url"=>"http://medhursthammes.io/ro", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Accusamus consectetur adipisci ipsum."], ["updated_at", "2018-12-10 20:41:05.550395"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hand.co/jacqueline"], ["description", "Id quos nemo est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.557772"], ["updated_at", "2018-12-10 20:41:05.557772"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consectetur perferendis impedit quibusdam."], ["url", "http://lueilwitz.org/otha_abbott"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.563454"], ["updated_at", "2018-12-10 20:41:05.563454"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Numquam autem soluta incidunt."], ["info_url", "http://stokeswisozk.org/hester"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.567741"], ["updated_at", "2018-12-10 20:41:05.567741"], ["developer_id", 42]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores laudantium labore earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.569045"], ["updated_at", "2018-12-10 20:41:05.569045"], ["app_id", 42], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Vel similique adipisci ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illum deserunt sint autem."], ["url", "http://kihn.com/matt.goldner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.574514"], ["updated_at", "2018-12-10 20:41:05.574514"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequuntur et in vel."], ["info_url", "http://cronin.info/in"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.576981"], ["updated_at", "2018-12-10 20:41:05.576981"], ["developer_id", 43]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcdermottlittle.info/kirk"], ["description", "Ut laudantium veniam eaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.582825"], ["updated_at", "2018-12-10 20:41:05.582825"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea et quidem ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.584012"], ["updated_at", "2018-12-10 20:41:05.584012"], ["app_id", 43], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Beatae non autem illum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kaulke.info/jon"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.587915"], ["updated_at", "2018-12-10 20:41:05.587915"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fadelgerhold.name/simonne_johnson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.589421"], ["updated_at", "2018-12-10 20:41:05.589421"], ["distributor_id", 25], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus qui saepe voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.592825"], ["updated_at", "2018-12-10 20:41:05.592825"], ["app_id", 43], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Debitis maiores non qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quis ipsum cupiditate inventore."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.595372"], ["updated_at", "2018-12-10 20:41:05.595372"], ["works_with_id", 46]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Assumenda voluptatem voluptas vel.", "image_url"=>"http://kirlin.name/connie_cremin", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Assumenda voluptatem voluptas vel."], ["updated_at", "2018-12-10 20:41:05.604789"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://breitenbergfadel.info/zena"], ["description", "Est quia quia harum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.612633"], ["updated_at", "2018-12-10 20:41:05.612633"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo aut nulla quia."], ["url", "http://schaefer.com/darron"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.616373"], ["updated_at", "2018-12-10 20:41:05.616373"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime corrupti commodi nulla."], ["info_url", "http://granthand.org/robert"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.620509"], ["updated_at", "2018-12-10 20:41:05.620509"], ["developer_id", 44]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio dignissimos laudantium sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.621716"], ["updated_at", "2018-12-10 20:41:05.621716"], ["app_id", 44], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Et dolore id dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur assumenda quia ducimus."], ["url", "http://harber.co/roland_feeney"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.625513"], ["updated_at", "2018-12-10 20:41:05.625513"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In laborum ut ex."], ["info_url", "http://schinner.info/leonia"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.627648"], ["updated_at", "2018-12-10 20:41:05.627648"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcclure.name/genia_swift"], ["description", "Cum sint dicta natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.632475"], ["updated_at", "2018-12-10 20:41:05.632475"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla omnis sapiente ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.633432"], ["updated_at", "2018-12-10 20:41:05.633432"], ["app_id", 45], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Soluta odio labore maiores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerhold.biz/era.swaniawski"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.636455"], ["updated_at", "2018-12-10 20:41:05.636455"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haneschinner.io/robbie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.637349"], ["updated_at", "2018-12-10 20:41:05.637349"], ["distributor_id", 26], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestias accusamus tenetur illo."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.640280"], ["updated_at", "2018-12-10 20:41:05.640280"], ["app_id", 45], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Illo consequatur cum est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Animi quisquam et error."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.642499"], ["updated_at", "2018-12-10 20:41:05.642499"], ["works_with_id", 49]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://toy.net/christiane"], ["description", "Praesentium ut et aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.669942"], ["updated_at", "2018-12-10 20:41:05.669942"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus at dolorem omnis."], ["url", "http://bruen.co/jee"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.674693"], ["updated_at", "2018-12-10 20:41:05.674693"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est enim autem aliquid."], ["info_url", "http://wolff.com/ramiro"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.678237"], ["updated_at", "2018-12-10 20:41:05.678237"], ["developer_id", 46]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit quas et assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.679412"], ["updated_at", "2018-12-10 20:41:05.679412"], ["app_id", 46], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Quia rerum vel ducimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque saepe accusamus sed."], ["url", "http://ruecker.info/kent"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.684437"], ["updated_at", "2018-12-10 20:41:05.684437"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem cupiditate sit maxime."], ["info_url", "http://marquardt.io/thaddeus"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.686474"], ["updated_at", "2018-12-10 20:41:05.686474"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pagaccrooks.net/tony_hand"], ["description", "Commodi maxime eos odio."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.691191"], ["updated_at", "2018-12-10 20:41:05.691191"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis debitis vel eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.692577"], ["updated_at", "2018-12-10 20:41:05.692577"], ["app_id", 47], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Dolorem minus autem laudantium."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schummgislason.com/lawerence_schmidt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.696701"], ["updated_at", "2018-12-10 20:41:05.696701"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leuschkecollins.info/rueben_yundt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.697723"], ["updated_at", "2018-12-10 20:41:05.697723"], ["distributor_id", 27], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt neque ut doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.700378"], ["updated_at", "2018-12-10 20:41:05.700378"], ["app_id", 47], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Impedit nihil quia facilis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quos id cupiditate nemo."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.703340"], ["updated_at", "2018-12-10 20:41:05.703340"], ["works_with_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sawayndenesik.biz/leatrice.schneider"], ["description", "Et tempore ut repellat."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.716197"], ["updated_at", "2018-12-10 20:41:05.716197"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deserunt delectus maxime a."], ["url", "http://ruellindgren.net/yer.klein"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.720197"], ["updated_at", "2018-12-10 20:41:05.720197"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni optio fugiat tempora."], ["info_url", "http://greenholt.co/darron_champlin"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.724032"], ["updated_at", "2018-12-10 20:41:05.724032"], ["developer_id", 48]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae ut error qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.725061"], ["updated_at", "2018-12-10 20:41:05.725061"], ["app_id", 48], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Tempora nostrum itaque beatae."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit repellat necessitatibus est."], ["url", "http://schimmel.org/jacques_quitzon"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.732365"], ["updated_at", "2018-12-10 20:41:05.732365"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque quas qui consequatur."], ["info_url", "http://goodwinokeefe.biz/holli_volkman"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.734481"], ["updated_at", "2018-12-10 20:41:05.734481"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gusikowskigleason.co/sandi"], ["description", "Sit nostrum vitae beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.739914"], ["updated_at", "2018-12-10 20:41:05.739914"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Suscipit laboriosam dolorum expedita."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.740894"], ["updated_at", "2018-12-10 20:41:05.740894"], ["app_id", 49], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Quis sit optio quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://zboncak.name/karyl_damore"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.743832"], ["updated_at", "2018-12-10 20:41:05.743832"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lebsack.info/sid_moriette"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.745642"], ["updated_at", "2018-12-10 20:41:05.745642"], ["distributor_id", 28], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim asperiores sit et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.749153"], ["updated_at", "2018-12-10 20:41:05.749153"], ["app_id", 49], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Eaque illo doloribus cumque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Culpa aut nam assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.751740"], ["updated_at", "2018-12-10 20:41:05.751740"], ["works_with_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnson.io/suellen"], ["description", "Voluptatem quae corrupti nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.761671"], ["updated_at", "2018-12-10 20:41:05.761671"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab temporibus rerum quas."], ["url", "http://greenjohns.net/gilberto"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.765566"], ["updated_at", "2018-12-10 20:41:05.765566"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Distinctio fuga qui deserunt."], ["info_url", "http://keebler.org/reanna"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.769480"], ["updated_at", "2018-12-10 20:41:05.769480"], ["developer_id", 50]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et qui aut porro."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.770811"], ["updated_at", "2018-12-10 20:41:05.770811"], ["app_id", 50], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Aperiam cupiditate est ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil molestiae ut et."], ["url", "http://bernhardbayer.biz/linwood"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.775230"], ["updated_at", "2018-12-10 20:41:05.775230"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur nisi tempore officia."], ["info_url", "http://beer.net/nery_bechtelar"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.778358"], ["updated_at", "2018-12-10 20:41:05.778358"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://emmerichboyle.com/christa"], ["description", "Qui voluptate asperiores porro."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.784047"], ["updated_at", "2018-12-10 20:41:05.784047"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam quasi quia libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.785079"], ["updated_at", "2018-12-10 20:41:05.785079"], ["app_id", 51], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Aut id quos optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lindgren.org/elden_hamill"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.788356"], ["updated_at", "2018-12-10 20:41:05.788356"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brown.net/leeanne.bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.789447"], ["updated_at", "2018-12-10 20:41:05.789447"], ["distributor_id", 29], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At harum velit laborum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.792848"], ["updated_at", "2018-12-10 20:41:05.792848"], ["app_id", 51], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Voluptatibus iste nulla sit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sed laborum suscipit aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.796420"], ["updated_at", "2018-12-10 20:41:05.796420"], ["works_with_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://daresteuber.io/curtis"], ["description", "Harum cupiditate sunt sequi."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.806861"], ["updated_at", "2018-12-10 20:41:05.806861"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt et labore provident."], ["url", "http://wisoky.org/tabitha_schroeder"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.812106"], ["updated_at", "2018-12-10 20:41:05.812106"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos quo voluptas magni."], ["info_url", "http://klocko.net/synthia"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.816401"], ["updated_at", "2018-12-10 20:41:05.816401"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed ipsam dolorem fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.817621"], ["updated_at", "2018-12-10 20:41:05.817621"], ["app_id", 52], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Sunt reiciendis sequi numquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut voluptatum quia nostrum."], ["url", "http://rippin.biz/william.fisher"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.822442"], ["updated_at", "2018-12-10 20:41:05.822442"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis et eos non."], ["info_url", "http://witting.info/rupert"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.824658"], ["updated_at", "2018-12-10 20:41:05.824658"], ["developer_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brekkedach.name/agnes"], ["description", "Odit quae eligendi sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.830381"], ["updated_at", "2018-12-10 20:41:05.830381"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum sunt ad consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.832043"], ["updated_at", "2018-12-10 20:41:05.832043"], ["app_id", 53], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Corporis quis quidem voluptates."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://thiel.co/doug"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.835675"], ["updated_at", "2018-12-10 20:41:05.835675"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heathcote.biz/gena_skiles"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.836669"], ["updated_at", "2018-12-10 20:41:05.836669"], ["distributor_id", 30], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur facere quos repellat."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.839799"], ["updated_at", "2018-12-10 20:41:05.839799"], ["app_id", 53], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Occaecati et voluptatum eum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"61"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 61]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mertz.co/elwood"], ["description", "Possimus reprehenderit iure et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.855656"], ["updated_at", "2018-12-10 20:41:05.855656"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem debitis doloremque maiores."], ["url", "http://ortiz.net/amira"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.859798"], ["updated_at", "2018-12-10 20:41:05.859798"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit aspernatur qui molestias."], ["info_url", "http://hartmann.name/clemente"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.866023"], ["updated_at", "2018-12-10 20:41:05.866023"], ["developer_id", 54]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum velit excepturi tempore."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.867568"], ["updated_at", "2018-12-10 20:41:05.867568"], ["app_id", 54], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Velit unde atque dolore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi sed nulla sunt."], ["url", "http://fahey.name/armando"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.871723"], ["updated_at", "2018-12-10 20:41:05.871723"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum animi est cumque."], ["info_url", "http://fadelgrimes.biz/erasmo.bode"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.874298"], ["updated_at", "2018-12-10 20:41:05.874298"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://towneemmerich.name/larraine.wolf"], ["description", "Iure tempore animi ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.880090"], ["updated_at", "2018-12-10 20:41:05.880090"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Occaecati consectetur sed amet."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.881229"], ["updated_at", "2018-12-10 20:41:05.881229"], ["app_id", 55], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Dolores rem delectus numquam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://welch.net/diann"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.884428"], ["updated_at", "2018-12-10 20:41:05.884428"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://heaneywolf.biz/hermine_leffler"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.885524"], ["updated_at", "2018-12-10 20:41:05.885524"], ["distributor_id", 31], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis aut dolores in."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.888353"], ["updated_at", "2018-12-10 20:41:05.888353"], ["app_id", 55], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Beatae ut qui aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"64"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.4ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murray.info/willette"], ["description", "Nulla in molestias qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.899349"], ["updated_at", "2018-12-10 20:41:05.899349"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint ex perferendis maxime."], ["url", "http://orn.io/fausto"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.904637"], ["updated_at", "2018-12-10 20:41:05.904637"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis accusamus occaecati aperiam."], ["info_url", "http://ledner.net/sydney"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.910291"], ["updated_at", "2018-12-10 20:41:05.910291"], ["developer_id", 56]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Optio unde repellendus ratione."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.911616"], ["updated_at", "2018-12-10 20:41:05.911616"], ["app_id", 56], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Pariatur vero ipsum cupiditate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nam est impedit porro."], ["url", "http://goldner.net/myron.blanda"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.915487"], ["updated_at", "2018-12-10 20:41:05.915487"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non tenetur placeat atque."], ["info_url", "http://willhackett.biz/gerry"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.918243"], ["updated_at", "2018-12-10 20:41:05.918243"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunzebradtke.org/fredrick"], ["description", "Et voluptatibus enim minus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.923221"], ["updated_at", "2018-12-10 20:41:05.923221"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum iste eum voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.924449"], ["updated_at", "2018-12-10 20:41:05.924449"], ["app_id", 57], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Non fuga quis deleniti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sauer.org/lionel.braun"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.927568"], ["updated_at", "2018-12-10 20:41:05.927568"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nicolas.com/fred"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.928491"], ["updated_at", "2018-12-10 20:41:05.928491"], ["distributor_id", 32], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit voluptatem tenetur blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.931842"], ["updated_at", "2018-12-10 20:41:05.931842"], ["app_id", 57], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Rerum porro exercitationem quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Ut vel aspernatur neque.", "is_live"=>"true", "promo_image_url"=>"http://heller.name/stefanie", "promo_text"=>"Ut placeat aut asperiores.", "title"=>"works_with_title"}, "id"=>"67"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Ut vel aspernatur neque."], ["promo_image_url", nil], ["promo_text", "Ut placeat aut asperiores."], ["updated_at", "2018-12-10 20:41:05.940150"], ["id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/67 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfefferbradtke.net/kenya.kuvalis"], ["description", "Quidem unde laudantium aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.948146"], ["updated_at", "2018-12-10 20:41:05.948146"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem rerum dignissimos ut."], ["url", "http://goodwin.info/carl"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.952910"], ["updated_at", "2018-12-10 20:41:05.952910"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ut aliquam at."], ["info_url", "http://treutelfeest.biz/del_funk"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.956524"], ["updated_at", "2018-12-10 20:41:05.956524"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae eligendi culpa similique."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.957571"], ["updated_at", "2018-12-10 20:41:05.957571"], ["app_id", 58], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Dignissimos animi ab laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias aspernatur laboriosam at."], ["url", "http://renner.name/rheba.moriette"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.961673"], ["updated_at", "2018-12-10 20:41:05.961673"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et dolores sunt tenetur."], ["info_url", "http://lindgren.com/george_turcotte"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.964120"], ["updated_at", "2018-12-10 20:41:05.964120"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kerluke.org/shirley_rolfson"], ["description", "In eum vitae provident."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.969236"], ["updated_at", "2018-12-10 20:41:05.969236"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut mollitia et dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.970437"], ["updated_at", "2018-12-10 20:41:05.970437"], ["app_id", 59], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Neque iure molestias aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://west.org/debera"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.973506"], ["updated_at", "2018-12-10 20:41:05.973506"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blandagrimes.io/kesha"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.974597"], ["updated_at", "2018-12-10 20:41:05.974597"], ["distributor_id", 33], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At sequi exercitationem rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.977861"], ["updated_at", "2018-12-10 20:41:05.977861"], ["app_id", 59], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Excepturi quos at sunt."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Perspiciatis laudantium aut ea.", "is_live"=>"true", "promo_image_url"=>"http://schultz.org/lena.stiedemann", "promo_text"=>"Commodi amet nesciunt provident.", "title"=>"works_with_title"}, "id"=>"70"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Perspiciatis laudantium aut ea."], ["promo_image_url", nil], ["promo_text", "Commodi amet nesciunt provident."], ["updated_at", "2018-12-10 20:41:05.987450"], ["id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/70 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weinat.co/kaley"], ["description", "Deserunt et temporibus reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.993725"], ["updated_at", "2018-12-10 20:41:05.993725"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut alias aut quia."], ["url", "http://bogancarroll.name/burl_connelly"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:05.998141"], ["updated_at", "2018-12-10 20:41:05.998141"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe eveniet reiciendis voluptatum."], ["info_url", "http://nitzschemertz.org/humberto.lynch"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.001870"], ["updated_at", "2018-12-10 20:41:06.001870"], ["developer_id", 60]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In provident est sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.002993"], ["updated_at", "2018-12-10 20:41:06.002993"], ["app_id", 60], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Id minima velit dicta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta dolorem a dolores."], ["url", "http://kohlerdonnelly.biz/concepcion.raynor"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.007253"], ["updated_at", "2018-12-10 20:41:06.007253"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et consequatur ipsam voluptates."], ["info_url", "http://gleichner.name/karine.ankunding"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.009508"], ["updated_at", "2018-12-10 20:41:06.009508"], ["developer_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pollich.net/frida.greenfelder"], ["description", "Quaerat aliquid perferendis aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.014438"], ["updated_at", "2018-12-10 20:41:06.014438"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Soluta maxime aut dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.015418"], ["updated_at", "2018-12-10 20:41:06.015418"], ["app_id", 61], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Impedit voluptas id commodi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lang.io/edelmira"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.018392"], ["updated_at", "2018-12-10 20:41:06.018392"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stracke.info/otha"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.019374"], ["updated_at", "2018-12-10 20:41:06.019374"], ["distributor_id", 34], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus ea rerum laborum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.021953"], ["updated_at", "2018-12-10 20:41:06.021953"], ["app_id", 61], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Et placeat ullam illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Omnis laudantium asperiores nostrum.", "is_live"=>"true", "promo_image_url"=>"http://jaskolski.name/juliet_kshlerin", "promo_text"=>"Laudantium quas et iusto.", "title"=>"works_with_title"}, "id"=>"73"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Omnis laudantium asperiores nostrum."], ["promo_image_url", nil], ["promo_text", "Laudantium quas et iusto."], ["updated_at", "2018-12-10 20:41:06.031593"], ["id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/73 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reilly.biz/yuri.hermiston"], ["description", "Est accusantium explicabo maiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.037874"], ["updated_at", "2018-12-10 20:41:06.037874"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cupiditate et repudiandae veniam."], ["url", "http://powlowski.com/brendon.wilkinson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.042183"], ["updated_at", "2018-12-10 20:41:06.042183"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt exercitationem accusantium esse."], ["info_url", "http://renner.name/maryam_vonrueden"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.046509"], ["updated_at", "2018-12-10 20:41:06.046509"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit quidem aliquid et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.047641"], ["updated_at", "2018-12-10 20:41:06.047641"], ["app_id", 62], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Illo at enim est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo deserunt id distinctio."], ["url", "http://ernsertromp.co/fredrick"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.051866"], ["updated_at", "2018-12-10 20:41:06.051866"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nisi nam fugiat voluptate."], ["info_url", "http://considine.biz/kathline_weimann"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.054253"], ["updated_at", "2018-12-10 20:41:06.054253"], ["developer_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://prohaska.name/loyd"], ["description", "Aperiam excepturi doloribus sequi."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.058516"], ["updated_at", "2018-12-10 20:41:06.058516"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae ea perspiciatis a."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.060107"], ["updated_at", "2018-12-10 20:41:06.060107"], ["app_id", 63], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Aut ut dolores cumque."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://millerrice.io/margene"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.064469"], ["updated_at", "2018-12-10 20:41:06.064469"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://caingreenfelder.org/kendra"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.065729"], ["updated_at", "2018-12-10 20:41:06.065729"], ["distributor_id", 35], ["app_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel quis aspernatur in."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.069063"], ["updated_at", "2018-12-10 20:41:06.069063"], ["app_id", 63], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Numquam necessitatibus consequuntur minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"76"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 76], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://considine.info/jordan.conroy"], ["description", "Modi cupiditate quis non."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.116730"], ["updated_at", "2018-12-10 20:41:06.116730"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut molestiae omnis delectus."], ["url", "http://rowe.io/boyd"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.121078"], ["updated_at", "2018-12-10 20:41:06.121078"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut optio pariatur iusto."], ["info_url", "http://mohr.biz/jarred_corkery"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.124986"], ["updated_at", "2018-12-10 20:41:06.124986"], ["developer_id", 64]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt quos cum labore."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.126062"], ["updated_at", "2018-12-10 20:41:06.126062"], ["app_id", 64], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Tenetur aliquid veniam commodi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta dolores alias enim."], ["url", "http://fadel.com/andreas.weinat"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.130455"], ["updated_at", "2018-12-10 20:41:06.130455"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae accusamus quo odio."], ["info_url", "http://kulas.name/pedro_murphy"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.132815"], ["updated_at", "2018-12-10 20:41:06.132815"], ["developer_id", 65]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhlman.co/else_moore"], ["description", "Earum dolor laudantium nulla."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.138089"], ["updated_at", "2018-12-10 20:41:06.138089"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor aut qui qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.138999"], ["updated_at", "2018-12-10 20:41:06.138999"], ["app_id", 65], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Neque maiores quidem consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herman.com/minna_oconner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.141812"], ["updated_at", "2018-12-10 20:41:06.141812"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://buckridge.org/nana"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.143072"], ["updated_at", "2018-12-10 20:41:06.143072"], ["distributor_id", 36], ["app_id", 65]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque est enim possimus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.147031"], ["updated_at", "2018-12-10 20:41:06.147031"], ["app_id", 65], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Ut nemo est velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (3.7ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wittingmcclure.biz/fermin_pfeffer"], ["description", "Voluptatem dolores exercitationem qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.214558"], ["updated_at", "2018-12-10 20:41:06.214558"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et sit aspernatur dolores."], ["url", "http://will.com/edwina_hoppe"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.219150"], ["updated_at", "2018-12-10 20:41:06.219150"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione et est qui."], ["info_url", "http://price.name/shizue_nolan"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.226440"], ["updated_at", "2018-12-10 20:41:06.226440"], ["developer_id", 66]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum aperiam vitae exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.228971"], ["updated_at", "2018-12-10 20:41:06.228971"], ["app_id", 66], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Necessitatibus aspernatur iusto ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dicta in qui libero."], ["url", "http://fay.com/lane.kerluke"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.233789"], ["updated_at", "2018-12-10 20:41:06.233789"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ullam cumque voluptatum et."], ["info_url", "http://framihane.net/kent_mitchell"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.236410"], ["updated_at", "2018-12-10 20:41:06.236410"], ["developer_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuvalis.name/dwayne"], ["description", "Sed ex blanditiis beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.241781"], ["updated_at", "2018-12-10 20:41:06.241781"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex praesentium hic at."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.242957"], ["updated_at", "2018-12-10 20:41:06.242957"], ["app_id", 67], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Ratione quisquam dicta iusto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriettegibson.co/amiee.doyle"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.246640"], ["updated_at", "2018-12-10 20:41:06.246640"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://armstrong.net/kaila"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.247727"], ["updated_at", "2018-12-10 20:41:06.247727"], ["distributor_id", 37], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (3.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores maxime architecto quas."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.252003"], ["updated_at", "2018-12-10 20:41:06.252003"], ["app_id", 67], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Saepe laudantium magnam quae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Laudantium ipsa adipisci molestias."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.258643"], ["updated_at", "2018-12-10 20:41:06.258643"], ["works_with_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "use_cases"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ernser.biz/wendie_brekke"], ["description", "Sunt explicabo accusamus iure."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.270598"], ["updated_at", "2018-12-10 20:41:06.270598"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem facilis optio iste."], ["url", "http://kuphalstrosin.biz/jackie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.274292"], ["updated_at", "2018-12-10 20:41:06.274292"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse deserunt tempora ratione."], ["info_url", "http://von.org/sandie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.279545"], ["updated_at", "2018-12-10 20:41:06.279545"], ["developer_id", 68]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae sit distinctio fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.281123"], ["updated_at", "2018-12-10 20:41:06.281123"], ["app_id", 68], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Repellat molestiae provident sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut sit qui minus."], ["url", "http://heathcoterohan.name/tommy"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.285986"], ["updated_at", "2018-12-10 20:41:06.285986"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda dolorem aspernatur aliquam."], ["info_url", "http://millerritchie.biz/kristian"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.288127"], ["updated_at", "2018-12-10 20:41:06.288127"], ["developer_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keler.com/sammy"], ["description", "Aut modi minima mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.293187"], ["updated_at", "2018-12-10 20:41:06.293187"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non neque quod quae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.294616"], ["updated_at", "2018-12-10 20:41:06.294616"], ["app_id", 69], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Earum ea voluptas omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://williamson.io/dian"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.297695"], ["updated_at", "2018-12-10 20:41:06.297695"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://will.io/astrid"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.298733"], ["updated_at", "2018-12-10 20:41:06.298733"], ["distributor_id", 38], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non voluptas possimus nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.301533"], ["updated_at", "2018-12-10 20:41:06.301533"], ["app_id", 69], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Dolor qui eos optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sit sunt fugit dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.303876"], ["updated_at", "2018-12-10 20:41:06.303876"], ["works_with_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://macejkovic.info/esteban.heel"], ["description", "Atque reiciendis voluptatibus iste."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.314018"], ["updated_at", "2018-12-10 20:41:06.314018"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit inventore qui ea."], ["url", "http://pauceknitzsche.co/jamal"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.318699"], ["updated_at", "2018-12-10 20:41:06.318699"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque dolorem aut quidem."], ["info_url", "http://okunevapouros.name/nadene"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.322660"], ["updated_at", "2018-12-10 20:41:06.322660"], ["developer_id", 70]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur quaerat nesciunt optio."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.323911"], ["updated_at", "2018-12-10 20:41:06.323911"], ["app_id", 70], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Voluptatem sit occaecati illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt cupiditate non totam."], ["url", "http://sanfordroberts.io/suzette_trantow"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.328134"], ["updated_at", "2018-12-10 20:41:06.328134"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem vel omnis vel."], ["info_url", "http://grimes.net/guy_pagac"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.330385"], ["updated_at", "2018-12-10 20:41:06.330385"], ["developer_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tremblaymosciski.io/isidro_homenick"], ["description", "Quia fugit asperiores vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.336451"], ["updated_at", "2018-12-10 20:41:06.336451"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Beatae saepe ad officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.337566"], ["updated_at", "2018-12-10 20:41:06.337566"], ["app_id", 71], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Tenetur est porro ullam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmeler.net/jerald.dubuque"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.340344"], ["updated_at", "2018-12-10 20:41:06.340344"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://doyle.co/mana"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.341275"], ["updated_at", "2018-12-10 20:41:06.341275"], ["distributor_id", 39], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero molestiae debitis earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.343947"], ["updated_at", "2018-12-10 20:41:06.343947"], ["app_id", 71], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Adipisci iste hic praesentium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Provident fugiat voluptates unde."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.346053"], ["updated_at", "2018-12-10 20:41:06.346053"], ["works_with_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Doloremque provident consectetur illum.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"3"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Developer Load (2.0ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
SQL (1.7ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Doloremque provident consectetur illum."], ["updated_at", "2018-12-10 20:41:06.355960"], ["id", 3]]
 (1.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/3 Completed 302 Found in 12ms (ActiveRecord: 5.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murray.name/lala_harris"], ["description", "Qui quis magni dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.368014"], ["updated_at", "2018-12-10 20:41:06.368014"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Mollitia rerum eaque soluta."], ["url", "http://brekke.biz/clark_quigley"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.372536"], ["updated_at", "2018-12-10 20:41:06.372536"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Error placeat quia impedit."], ["info_url", "http://jones.io/cortney.aufderhar"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.377056"], ["updated_at", "2018-12-10 20:41:06.377056"], ["developer_id", 72]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam accusantium nisi autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.379473"], ["updated_at", "2018-12-10 20:41:06.379473"], ["app_id", 72], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "In non consequatur aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla voluptatum sequi vel."], ["url", "http://jenkins.biz/lovetta.howell"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.383795"], ["updated_at", "2018-12-10 20:41:06.383795"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui ut omnis ut."], ["info_url", "http://rice.org/kasey_smith"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.385880"], ["updated_at", "2018-12-10 20:41:06.385880"], ["developer_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carterlueilwitz.info/everette_runte"], ["description", "Rem rerum esse tempore."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.390329"], ["updated_at", "2018-12-10 20:41:06.390329"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui nemo accusamus qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.391424"], ["updated_at", "2018-12-10 20:41:06.391424"], ["app_id", 73], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Ipsum eos fuga provident."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bergemoen.com/santo"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.394925"], ["updated_at", "2018-12-10 20:41:06.394925"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dickinson.info/edmund"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.396558"], ["updated_at", "2018-12-10 20:41:06.396558"], ["distributor_id", 40], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim modi non ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.399668"], ["updated_at", "2018-12-10 20:41:06.399668"], ["app_id", 73], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Nihil voluptates tenetur nisi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Iusto non magni officia."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.402412"], ["updated_at", "2018-12-10 20:41:06.402412"], ["works_with_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Quo quam id ex.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"4"}
UseCase Load (3.5ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Quo quam id ex."], ["updated_at", "2018-12-10 20:41:06.416964"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/4 Completed 302 Found in 14ms (ActiveRecord: 5.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://halvorsonkutch.info/alona_von"], ["description", "Amet similique et corporis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.423694"], ["updated_at", "2018-12-10 20:41:06.423694"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Porro dignissimos sed est."], ["url", "http://mosciskijakubowski.org/toby"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.429039"], ["updated_at", "2018-12-10 20:41:06.429039"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor illo consectetur voluptate."], ["info_url", "http://carroll.io/gilbert.mcglynn"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.434292"], ["updated_at", "2018-12-10 20:41:06.434292"], ["developer_id", 74]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae sint qui excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.435690"], ["updated_at", "2018-12-10 20:41:06.435690"], ["app_id", 74], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Explicabo molestias totam minus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas nisi quaerat veritatis."], ["url", "http://green.org/foster.swaniawski"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.440279"], ["updated_at", "2018-12-10 20:41:06.440279"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum quia delectus qui."], ["info_url", "http://king.biz/qiana.lehner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.442428"], ["updated_at", "2018-12-10 20:41:06.442428"], ["developer_id", 75]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://smitham.org/randell"], ["description", "Ab praesentium doloribus expedita."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.449701"], ["updated_at", "2018-12-10 20:41:06.449701"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iure sunt eum asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.451031"], ["updated_at", "2018-12-10 20:41:06.451031"], ["app_id", 75], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Odit culpa et amet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://medhurstgibson.net/argelia"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.454056"], ["updated_at", "2018-12-10 20:41:06.454056"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://waters.io/harris"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.455031"], ["updated_at", "2018-12-10 20:41:06.455031"], ["distributor_id", 41], ["app_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt est perspiciatis expedita."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.457988"], ["updated_at", "2018-12-10 20:41:06.457988"], ["app_id", 75], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Reprehenderit numquam aperiam tempore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sapiente quia aut est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.460795"], ["updated_at", "2018-12-10 20:41:06.460795"], ["works_with_id", 94]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Animi praesentium atque id.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 67], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Animi praesentium atque id."], ["updated_at", "2018-12-10 20:41:06.472472"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 11ms (ActiveRecord: 2.0ms)

UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.6ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://satterfieldcummerata.biz/kieth_emmerich"], ["description", "Facilis sed non eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.481634"], ["updated_at", "2018-12-10 20:41:06.481634"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Similique facilis eveniet sit."], ["url", "http://homenick.info/veola"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.485616"], ["updated_at", "2018-12-10 20:41:06.485616"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur iusto quasi deserunt."], ["info_url", "http://blockolson.name/darci"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.489329"], ["updated_at", "2018-12-10 20:41:06.489329"], ["developer_id", 76]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum voluptatem voluptate quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.490480"], ["updated_at", "2018-12-10 20:41:06.490480"], ["app_id", 76], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Qui sed numquam iure."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae eum sed voluptate."], ["url", "http://langosh.net/lonnie.krajcik"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.495469"], ["updated_at", "2018-12-10 20:41:06.495469"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In id quo harum."], ["info_url", "http://gerlach.co/merna"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.497512"], ["updated_at", "2018-12-10 20:41:06.497512"], ["developer_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://langosh.co/elwood.franecki"], ["description", "Nulla voluptatem recusandae officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.502365"], ["updated_at", "2018-12-10 20:41:06.502365"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est natus beatae repellat."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.503328"], ["updated_at", "2018-12-10 20:41:06.503328"], ["app_id", 77], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Dolorum sit temporibus officia."]]
 (1.5ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collier.com/gerald_nolan"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.507740"], ["updated_at", "2018-12-10 20:41:06.507740"], ["icon_id", "apple"]]
SQL (1.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rice.org/peter"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.509367"], ["updated_at", "2018-12-10 20:41:06.509367"], ["distributor_id", 42], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est velit et qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.513614"], ["updated_at", "2018-12-10 20:41:06.513614"], ["app_id", 77], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Assumenda sapiente fugiat est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (2.6ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Eaque vero tenetur ex."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.516079"], ["updated_at", "2018-12-10 20:41:06.516079"], ["works_with_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"6"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfefferondricka.com/ngoc_bechtelar"], ["description", "Modi ut deserunt ullam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.544040"], ["updated_at", "2018-12-10 20:41:06.544040"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error nobis illo ab."], ["url", "http://stiedemann.co/lanny.bahringer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.548399"], ["updated_at", "2018-12-10 20:41:06.548399"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odit quam et fugiat."], ["info_url", "http://parker.co/enrique"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.552069"], ["updated_at", "2018-12-10 20:41:06.552069"], ["developer_id", 78]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam dicta necessitatibus quaerat."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.553264"], ["updated_at", "2018-12-10 20:41:06.553264"], ["app_id", 78], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Sequi eos iste in."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (3.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi et error explicabo."], ["url", "http://grimechmeler.name/rueben.dach"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.558571"], ["updated_at", "2018-12-10 20:41:06.558571"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga culpa odit distinctio."], ["info_url", "http://zieme.info/willy.abbott"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.567166"], ["updated_at", "2018-12-10 20:41:06.567166"], ["developer_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunner.net/eladia"], ["description", "Laudantium aperiam magnam beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.574252"], ["updated_at", "2018-12-10 20:41:06.574252"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim rerum nisi non."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.575797"], ["updated_at", "2018-12-10 20:41:06.575797"], ["app_id", 79], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Fugit reprehenderit quo ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://welch.org/luis_hyatt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.579538"], ["updated_at", "2018-12-10 20:41:06.579538"], ["icon_id", "apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://prohaskapagac.co/bobbie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.580787"], ["updated_at", "2018-12-10 20:41:06.580787"], ["distributor_id", 43], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis aspernatur maiores veniam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.584444"], ["updated_at", "2018-12-10 20:41:06.584444"], ["app_id", 79], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Eos repellendus facere et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Dolores explicabo sint omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.587205"], ["updated_at", "2018-12-10 20:41:06.587205"], ["works_with_id", 100]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beier.co/devin"], ["description", "Rerum repudiandae eum earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.600958"], ["updated_at", "2018-12-10 20:41:06.600958"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae quos dolore et."], ["url", "http://kshlerin.info/isaias_mayer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.605568"], ["updated_at", "2018-12-10 20:41:06.605568"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis suscipit ut debitis."], ["info_url", "http://fadelkohler.biz/adolfo"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.610107"], ["updated_at", "2018-12-10 20:41:06.610107"], ["developer_id", 80]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo voluptatem blanditiis quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.612072"], ["updated_at", "2018-12-10 20:41:06.612072"], ["app_id", 80], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Nulla cum sit temporibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Amet aliquam officiis exercitationem."], ["url", "http://collins.io/neal_kiehn"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.617262"], ["updated_at", "2018-12-10 20:41:06.617262"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum ea et vel."], ["info_url", "http://rutherford.org/roland"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.619392"], ["updated_at", "2018-12-10 20:41:06.619392"], ["developer_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://blick.com/adan.hackett"], ["description", "Perspiciatis exercitationem esse aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.624413"], ["updated_at", "2018-12-10 20:41:06.624413"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius aut maiores quod."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.625540"], ["updated_at", "2018-12-10 20:41:06.625540"], ["app_id", 81], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Expedita inventore adipisci et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://padberg.info/claire"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.629268"], ["updated_at", "2018-12-10 20:41:06.629268"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beattyfarrell.org/mohammad.hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.630311"], ["updated_at", "2018-12-10 20:41:06.630311"], ["distributor_id", 44], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Atque architecto nostrum qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.633354"], ["updated_at", "2018-12-10 20:41:06.633354"], ["app_id", 81], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Voluptatem voluptates ipsum dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://adams.net/larhonda.haag"], ["description", "Eos mollitia aut velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.647529"], ["updated_at", "2018-12-10 20:41:06.647529"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis distinctio earum enim."], ["url", "http://lind.info/dusty"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.652039"], ["updated_at", "2018-12-10 20:41:06.652039"], ["logo_image_url", nil]]
 (1.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellat dolore et voluptatibus."], ["info_url", "http://doylehartmann.io/donn"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.657331"], ["updated_at", "2018-12-10 20:41:06.657331"], ["developer_id", 82]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et deleniti ipsam dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.658473"], ["updated_at", "2018-12-10 20:41:06.658473"], ["app_id", 82], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Magnam nostrum dicta reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum numquam nostrum qui."], ["url", "http://pouroscrist.name/ami_kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.666225"], ["updated_at", "2018-12-10 20:41:06.666225"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod non laudantium quia."], ["info_url", "http://mcdermott.org/len"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.668672"], ["updated_at", "2018-12-10 20:41:06.668672"], ["developer_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dickenshills.co/trent"], ["description", "Excepturi dolorem sapiente est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.673725"], ["updated_at", "2018-12-10 20:41:06.673725"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut et non molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.674875"], ["updated_at", "2018-12-10 20:41:06.674875"], ["app_id", 83], ["offering_id", 76], ["promo_image_url", nil], ["promo_text", "Placeat provident nemo omnis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hoppelemke.name/maria"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.684257"], ["updated_at", "2018-12-10 20:41:06.684257"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beier.name/windy"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.685383"], ["updated_at", "2018-12-10 20:41:06.685383"], ["distributor_id", 45], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur exercitationem ipsa fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.688184"], ["updated_at", "2018-12-10 20:41:06.688184"], ["app_id", 83], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Et quibusdam suscipit autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 15:41:06 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kiehnhackett.name/nicolas"], ["description", "Aliquam tenetur cupiditate fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.710005"], ["updated_at", "2018-12-10 20:41:06.710005"]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi est labore ex."], ["url", "http://gutkowski.org/toney"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.717652"], ["updated_at", "2018-12-10 20:41:06.717652"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (2.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate et id minima."], ["info_url", "http://beier.io/george.collins"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.725049"], ["updated_at", "2018-12-10 20:41:06.725049"], ["developer_id", 84]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nulla voluptatem recusandae ullam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.729667"], ["updated_at", "2018-12-10 20:41:06.729667"], ["app_id", 84], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Ipsa incidunt quibusdam soluta."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Mollitia numquam sed suscipit."], ["url", "http://turcotte.com/maribeth"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.737924"], ["updated_at", "2018-12-10 20:41:06.737924"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ducimus illum quae."], ["info_url", "http://runte.info/reginald"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.741268"], ["updated_at", "2018-12-10 20:41:06.741268"], ["developer_id", 85]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sanford.co/sharita_rau"], ["description", "Vitae aliquid ducimus voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.749875"], ["updated_at", "2018-12-10 20:41:06.749875"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint iste veniam debitis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.751441"], ["updated_at", "2018-12-10 20:41:06.751441"], ["app_id", 85], ["offering_id", 78], ["promo_image_url", nil], ["promo_text", "Ut et quia est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://friesen.com/carmina"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.755568"], ["updated_at", "2018-12-10 20:41:06.755568"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerlachspencer.io/daryl"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.756608"], ["updated_at", "2018-12-10 20:41:06.756608"], ["distributor_id", 46], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta sunt velit ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.759502"], ["updated_at", "2018-12-10 20:41:06.759502"], ["app_id", 85], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "At quos esse eum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Velit est esse et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.763302"], ["updated_at", "2018-12-10 20:41:06.763302"], ["works_with_id", 109], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Facere facilis dolor voluptatem."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem nihil voluptatum rerum."], ["url", "http://moen.co/kendrick"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.789214"], ["updated_at", "2018-12-10 20:41:06.789214"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (1.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit ut numquam et."], ["url", "http://crona.biz/catheryn_marvin"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.817801"], ["updated_at", "2018-12-10 20:41:06.817801"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"87"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae ipsum expedita architecto."], ["url", "http://ankunding.io/kenneth_brekke"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.830863"], ["updated_at", "2018-12-10 20:41:06.830863"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"88"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.4ms)  SELECT COUNT(*) FROM "developers"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum enim blanditiis aliquid."], ["url", "http://mclaughlin.biz/dane"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.845017"], ["updated_at", "2018-12-10 20:41:06.845017"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"89"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 89]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 5.7ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (1.9ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis molestiae ipsa ut."], ["url", "http://mcdermottveum.co/emery"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.871301"], ["updated_at", "2018-12-10 20:41:06.871301"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Ut debitis occaecati totam.", "is_live"=>"true", "logo_image_url"=>"http://gerlach.org/phillip", "name"=>"developer_name", "url"=>"http://murray.net/wei.welch"}, "id"=>"90"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 90], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Ut debitis occaecati totam."], ["url", "http://murray.net/wei.welch"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:41:06.880309"], ["id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/90 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim consequatur tenetur ut."], ["url", "http://murphy.name/darrin"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.889046"], ["updated_at", "2018-12-10 20:41:06.889046"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Voluptas impedit et consectetur.", "is_live"=>"true", "logo_image_url"=>"http://harber.biz/lloyd", "name"=>"developer_name", "url"=>"http://langosh.io/michal.hayes"}, "id"=>"91"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Voluptas impedit et consectetur."], ["url", "http://langosh.io/michal.hayes"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:41:06.896361"], ["id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/91 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint dolor quibusdam aperiam."], ["url", "http://bahringer.name/rolando_tillman"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.904051"], ["updated_at", "2018-12-10 20:41:06.904051"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Est placeat rerum pariatur.", "is_live"=>"true", "logo_image_url"=>"http://collier.co/jacinto.rau", "name"=>"developer_name", "url"=>"http://gerlach.co/graciela.hand"}, "id"=>"92"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Est placeat rerum pariatur."], ["url", "http://gerlach.co/graciela.hand"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:41:06.910273"], ["id", 92]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/92 Completed 302 Found in 6ms (ActiveRecord: 1.0ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bergstrom.co/rosalee"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.919335"], ["updated_at", "2018-12-10 20:41:06.919335"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos et placeat nihil."], ["url", "http://nienow.net/shalon"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.923525"], ["updated_at", "2018-12-10 20:41:06.923525"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi repellat maiores animi."], ["info_url", "http://bins.info/federico"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.927613"], ["updated_at", "2018-12-10 20:41:06.927613"], ["developer_id", 93]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://breitenberg.biz/raymon"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.929179"], ["updated_at", "2018-12-10 20:41:06.929179"], ["distributor_id", 47], ["app_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae aut corrupti suscipit."], ["url", "http://bashirian.io/allegra"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.933174"], ["updated_at", "2018-12-10 20:41:06.933174"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Debitis sit possimus impedit."], ["info_url", "http://trompkulas.co/michel_balistreri"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.935404"], ["updated_at", "2018-12-10 20:41:06.935404"], ["developer_id", 94]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://witting.org/millard"], ["description", "Cum ut corrupti quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.940131"], ["updated_at", "2018-12-10 20:41:06.940131"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius voluptas minima quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.941268"], ["updated_at", "2018-12-10 20:41:06.941268"], ["app_id", 87], ["offering_id", 79], ["promo_image_url", nil], ["promo_text", "Laborum consequatur nisi accusamus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://thiel.net/lucille_okeefe"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.946073"], ["updated_at", "2018-12-10 20:41:06.946073"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mohrheller.name/markita"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.947151"], ["updated_at", "2018-12-10 20:41:06.947151"], ["distributor_id", 48], ["app_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://frami.co/jerilyn.sporer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.948993"], ["updated_at", "2018-12-10 20:41:06.948993"], ["distributor_id", 47], ["app_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"49"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rathbednar.name/charline"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.959678"], ["updated_at", "2018-12-10 20:41:06.959678"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut iure aperiam quisquam."], ["url", "http://dach.info/shin"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.964366"], ["updated_at", "2018-12-10 20:41:06.964366"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos maiores temporibus ut."], ["info_url", "http://herzogparker.name/su_funk"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.968576"], ["updated_at", "2018-12-10 20:41:06.968576"], ["developer_id", 95]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zboncakborer.com/lesa.zulauf"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.970051"], ["updated_at", "2018-12-10 20:41:06.970051"], ["distributor_id", 49], ["app_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magni laboriosam consequatur inventore."], ["url", "http://satterfield.org/delois"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.973883"], ["updated_at", "2018-12-10 20:41:06.973883"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem velit et vitae."], ["info_url", "http://altenwerth.io/kellee_moore"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.979466"], ["updated_at", "2018-12-10 20:41:06.979466"], ["developer_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://littlebuckridge.com/leslie_kulas"], ["description", "Aut alias architecto adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.986183"], ["updated_at", "2018-12-10 20:41:06.986183"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis voluptatibus cupiditate excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.987285"], ["updated_at", "2018-12-10 20:41:06.987285"], ["app_id", 89], ["offering_id", 80], ["promo_image_url", nil], ["promo_text", "Dolorem dolorum aut sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walterbraun.com/edyth"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.990439"], ["updated_at", "2018-12-10 20:41:06.990439"], ["icon_id", "apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pollichernser.com/audra"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.992064"], ["updated_at", "2018-12-10 20:41:06.992064"], ["distributor_id", 50], ["app_id", 89]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reilly.biz/darci"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:06.996655"], ["updated_at", "2018-12-10 20:41:06.996655"], ["distributor_id", 49], ["app_id", 89]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"52"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://weber.co/carson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.005473"], ["updated_at", "2018-12-10 20:41:07.005473"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis iusto necessitatibus neque."], ["url", "http://fisherbatz.org/wyatt.will"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.009279"], ["updated_at", "2018-12-10 20:41:07.009279"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt repudiandae laborum rerum."], ["info_url", "http://bartoletti.com/muoi"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.012574"], ["updated_at", "2018-12-10 20:41:07.012574"], ["developer_id", 97]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rolfson.com/alec_howell"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.013796"], ["updated_at", "2018-12-10 20:41:07.013796"], ["distributor_id", 51], ["app_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut numquam id consequatur."], ["url", "http://rice.name/pearlie_howell"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.018214"], ["updated_at", "2018-12-10 20:41:07.018214"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi quod distinctio et."], ["info_url", "http://prosacco.biz/marcellus_stanton"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.020669"], ["updated_at", "2018-12-10 20:41:07.020669"], ["developer_id", 98]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://white.net/lesley"], ["description", "Perspiciatis reprehenderit minus temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.029116"], ["updated_at", "2018-12-10 20:41:07.029116"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius qui doloremque nobis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.030888"], ["updated_at", "2018-12-10 20:41:07.030888"], ["app_id", 91], ["offering_id", 81], ["promo_image_url", nil], ["promo_text", "Nesciunt ullam harum eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcclurestiedemann.io/cole"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.035168"], ["updated_at", "2018-12-10 20:41:07.035168"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boscobarton.biz/zena_oberbrunner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.036608"], ["updated_at", "2018-12-10 20:41:07.036608"], ["distributor_id", 52], ["app_id", 91]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://smitham.co/antony"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.039646"], ["updated_at", "2018-12-10 20:41:07.039646"], ["distributor_id", 51], ["app_id", 91]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"55"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.3ms)

 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://deckowgoodwin.info/daphine_hauck"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.067000"], ["updated_at", "2018-12-10 20:41:07.067000"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Libero sunt maxime sed."], ["url", "http://hermiston.com/nakesha"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.071703"], ["updated_at", "2018-12-10 20:41:07.071703"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum ea et aut."], ["info_url", "http://runtebins.co/noriko_grady"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.076332"], ["updated_at", "2018-12-10 20:41:07.076332"], ["developer_id", 99]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bergstrom.net/lynwood"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.077859"], ["updated_at", "2018-12-10 20:41:07.077859"], ["distributor_id", 53], ["app_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt sed officiis deleniti."], ["url", "http://wymanwelch.org/ronnie_shanahan"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.082368"], ["updated_at", "2018-12-10 20:41:07.082368"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem et in reiciendis."], ["info_url", "http://legros.net/nikia.jones"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.084305"], ["updated_at", "2018-12-10 20:41:07.084305"], ["developer_id", 100]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lemke.co/joan"], ["description", "Nemo quas ipsa voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.088755"], ["updated_at", "2018-12-10 20:41:07.088755"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rem aut possimus optio."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.089620"], ["updated_at", "2018-12-10 20:41:07.089620"], ["app_id", 93], ["offering_id", 82], ["promo_image_url", nil], ["promo_text", "Quia non adipisci sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://corwintrantow.info/stephine.block"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.092374"], ["updated_at", "2018-12-10 20:41:07.092374"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hyatt.org/janie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.093257"], ["updated_at", "2018-12-10 20:41:07.093257"], ["distributor_id", 54], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://harvey.net/geoffrey"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.094843"], ["updated_at", "2018-12-10 20:41:07.094843"], ["distributor_id", 53], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://kerluke.co/walton"}, "id"=>"58"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 100], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://kerluke.co/walton"], ["updated_at", "2018-12-10 20:41:07.102529"], ["id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/58 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://okeefe.net/mose.metz"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.107740"], ["updated_at", "2018-12-10 20:41:07.107740"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Neque consequatur aut error."], ["url", "http://ritchie.name/cari_glover"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.112127"], ["updated_at", "2018-12-10 20:41:07.112127"], ["logo_image_url", nil]]
 (1.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore possimus minus quo."], ["info_url", "http://ortiz.info/iva_jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.117390"], ["updated_at", "2018-12-10 20:41:07.117390"], ["developer_id", 101]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dicki.biz/mohammad.torphy"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.118881"], ["updated_at", "2018-12-10 20:41:07.118881"], ["distributor_id", 55], ["app_id", 94]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquid non numquam ut."], ["url", "http://reilly.co/natalie_barton"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.125358"], ["updated_at", "2018-12-10 20:41:07.125358"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed accusamus rerum distinctio."], ["info_url", "http://bradtkehowell.info/audra.bogisich"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.128150"], ["updated_at", "2018-12-10 20:41:07.128150"], ["developer_id", 102]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keeblerstamm.name/berry"], ["description", "Omnis dolore tenetur nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.132966"], ["updated_at", "2018-12-10 20:41:07.132966"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit a eum cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.134916"], ["updated_at", "2018-12-10 20:41:07.134916"], ["app_id", 95], ["offering_id", 83], ["promo_image_url", nil], ["promo_text", "Provident quia sit veritatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bergstrom.co/loren_bashirian"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.138547"], ["updated_at", "2018-12-10 20:41:07.138547"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://roob.org/jarrod_lehner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.139891"], ["updated_at", "2018-12-10 20:41:07.139891"], ["distributor_id", 56], ["app_id", 95]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (3.9ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dach.name/suzi"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.142523"], ["updated_at", "2018-12-10 20:41:07.142523"], ["distributor_id", 55], ["app_id", 95]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://walker.net/keith.kozey"}, "id"=>"61"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 95], ["LIMIT", 1]]
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 102], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://walker.net/keith.kozey"], ["updated_at", "2018-12-10 20:41:07.156858"], ["id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/61 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herman.info/dewey.ernser"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.163721"], ["updated_at", "2018-12-10 20:41:07.163721"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis possimus et occaecati."], ["url", "http://kihnkling.com/azzie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.168416"], ["updated_at", "2018-12-10 20:41:07.168416"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (4.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sequi veniam sint iure."], ["info_url", "http://parkerlynch.net/andera"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.172577"], ["updated_at", "2018-12-10 20:41:07.172577"], ["developer_id", 103]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://considineheller.net/jayson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.178035"], ["updated_at", "2018-12-10 20:41:07.178035"], ["distributor_id", 57], ["app_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum molestiae debitis accusantium."], ["url", "http://heel.io/johnson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.182875"], ["updated_at", "2018-12-10 20:41:07.182875"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem non et sunt."], ["info_url", "http://kub.info/allegra_ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.185884"], ["updated_at", "2018-12-10 20:41:07.185884"], ["developer_id", 104]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (4.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lowe.net/eneida.macejkovic"], ["description", "Aspernatur molestiae et et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.193141"], ["updated_at", "2018-12-10 20:41:07.193141"]]
SQL (2.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cumque voluptatem sit nam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.199035"], ["updated_at", "2018-12-10 20:41:07.199035"], ["app_id", 97], ["offering_id", 84], ["promo_image_url", nil], ["promo_text", "Adipisci in harum totam."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://frami.info/viola.johns"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.206648"], ["updated_at", "2018-12-10 20:41:07.206648"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://walsh.org/brady"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.207996"], ["updated_at", "2018-12-10 20:41:07.207996"], ["distributor_id", 58], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://feeneyboehm.name/tilda"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:07.210564"], ["updated_at", "2018-12-10 20:41:07.210564"], ["distributor_id", 57], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://kofarrell.org/felix_rippin"}, "id"=>"64"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 64], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 104], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://kofarrell.org/felix_rippin"], ["updated_at", "2018-12-10 20:41:07.218769"], ["id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/64 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 15:41:07 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (12.5ms)
Rendered components/_navigation.html.haml (20.4ms)
Rendered components/_footer.html.haml (6.2ms)

Completed 200 OK in 6776ms (Views: 6765.5ms | ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 15:41:14 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.1ms)
Rendered components/_navigation.html.haml (2.5ms)
Rendered components/_footer.html.haml (1.4ms)

Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam eum temporibus tenetur."], ["url", "http://schaden.net/lindsy"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.018655"], ["updated_at", "2018-12-10 20:41:14.018655"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lehner.net/anthony_bayer"], ["description", "Quia consequatur laudantium consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.026598"], ["updated_at", "2018-12-10 20:41:14.026598"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto atque reprehenderit inventore."], ["url", "http://moen.io/marc.gibson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.030899"], ["updated_at", "2018-12-10 20:41:14.030899"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim facilis fugit voluptatem."], ["info_url", "http://fisher.name/bo"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.034520"], ["updated_at", "2018-12-10 20:41:14.034520"], ["developer_id", 106]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni consequatur temporibus et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.035584"], ["updated_at", "2018-12-10 20:41:14.035584"], ["app_id", 98], ["offering_id", 85], ["promo_image_url", nil], ["promo_text", "Excepturi tenetur vero saepe."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deleniti sed veniam quisquam."], ["url", "http://kuhlmanrath.co/kala.nienow"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.039019"], ["updated_at", "2018-12-10 20:41:14.039019"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore est aut dignissimos."], ["info_url", "http://leschcronin.co/miesha_howell"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.040663"], ["updated_at", "2018-12-10 20:41:14.040663"], ["developer_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bosco.info/nickole_ratke"], ["description", "Nihil quibusdam minus labore."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.045279"], ["updated_at", "2018-12-10 20:41:14.045279"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis doloremque esse cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.046172"], ["updated_at", "2018-12-10 20:41:14.046172"], ["app_id", 99], ["offering_id", 86], ["promo_image_url", nil], ["promo_text", "Quia at suscipit alias."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herzog.biz/madeline"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.048681"], ["updated_at", "2018-12-10 20:41:14.048681"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cronin.co/dominque.blick"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.049663"], ["updated_at", "2018-12-10 20:41:14.049663"], ["distributor_id", 59], ["app_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor rerum voluptatum maiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.051934"], ["updated_at", "2018-12-10 20:41:14.051934"], ["app_id", 99], ["offering_id", 85], ["promo_image_url", nil], ["promo_text", "Magni qui sed similique."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Dolor et hic est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.054510"], ["updated_at", "2018-12-10 20:41:14.054510"], ["works_with_id", 118], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptas et consequatur excepturi."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (3.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Tenetur veniam sint esse."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:41:14.056470"], ["updated_at", "2018-12-10 20:41:14.056470"], ["testimonial_id", 9]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rodriguezgusikowski.co/carolee"], ["description", "Asperiores cum qui itaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.084894"], ["updated_at", "2018-12-10 20:41:14.084894"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum voluptatum tenetur est."], ["url", "http://cartwright.com/carl"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.088397"], ["updated_at", "2018-12-10 20:41:14.088397"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur aperiam nihil qui."], ["info_url", "http://balistreri.org/wyatt_klocko"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.091568"], ["updated_at", "2018-12-10 20:41:14.091568"], ["developer_id", 108]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde et quas qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.092673"], ["updated_at", "2018-12-10 20:41:14.092673"], ["app_id", 100], ["offering_id", 87], ["promo_image_url", nil], ["promo_text", "Quia quia dolore et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Saepe modi placeat animi."], ["url", "http://dibbert.com/mikaela"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.097071"], ["updated_at", "2018-12-10 20:41:14.097071"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At quisquam accusantium recusandae."], ["info_url", "http://muller.com/quentin.auer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.099170"], ["updated_at", "2018-12-10 20:41:14.099170"], ["developer_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cormier.org/juliette"], ["description", "Fugiat voluptas culpa cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.103781"], ["updated_at", "2018-12-10 20:41:14.103781"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis numquam qui ullam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.104741"], ["updated_at", "2018-12-10 20:41:14.104741"], ["app_id", 101], ["offering_id", 88], ["promo_image_url", nil], ["promo_text", "Et sunt omnis ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hettinger.info/quentin"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.107493"], ["updated_at", "2018-12-10 20:41:14.107493"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://altenwerth.co/chaidy.predovic"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.108290"], ["updated_at", "2018-12-10 20:41:14.108290"], ["distributor_id", 60], ["app_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsam et quasi fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.111397"], ["updated_at", "2018-12-10 20:41:14.111397"], ["app_id", 101], ["offering_id", 87], ["promo_image_url", nil], ["promo_text", "Non nesciunt qui inventore."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Iusto rerum excepturi earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.114765"], ["updated_at", "2018-12-10 20:41:14.114765"], ["works_with_id", 121], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Inventore repellat magnam commodi."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Debitis totam nisi ipsum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:41:14.117304"], ["updated_at", "2018-12-10 20:41:14.117304"], ["testimonial_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfon.name/glenna"], ["description", "Deleniti ex alias autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.129728"], ["updated_at", "2018-12-10 20:41:14.129728"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia non sit cupiditate."], ["url", "http://nolanbeahan.net/deie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.133582"], ["updated_at", "2018-12-10 20:41:14.133582"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti itaque et at."], ["info_url", "http://beahan.com/alfonzo"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.137013"], ["updated_at", "2018-12-10 20:41:14.137013"], ["developer_id", 110]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus odit vel aliquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.138143"], ["updated_at", "2018-12-10 20:41:14.138143"], ["app_id", 102], ["offering_id", 89], ["promo_image_url", nil], ["promo_text", "Quos voluptas doloribus illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos omnis dolorum eum."], ["url", "http://schamberger.biz/daniel_homenick"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.141782"], ["updated_at", "2018-12-10 20:41:14.141782"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum et dolor impedit."], ["info_url", "http://padbergluettgen.io/ivan.hintz"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.144031"], ["updated_at", "2018-12-10 20:41:14.144031"], ["developer_id", 111]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.com/latina_boyle"], ["description", "Est autem tempore quae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.148956"], ["updated_at", "2018-12-10 20:41:14.148956"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam nesciunt sed deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.149946"], ["updated_at", "2018-12-10 20:41:14.149946"], ["app_id", 103], ["offering_id", 90], ["promo_image_url", nil], ["promo_text", "Esse molestiae sed illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kulasyost.io/taylor"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.152959"], ["updated_at", "2018-12-10 20:41:14.152959"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haleychristiansen.name/cortez_boehm"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.153901"], ["updated_at", "2018-12-10 20:41:14.153901"], ["distributor_id", 61], ["app_id", 103]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et corrupti sed distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.156617"], ["updated_at", "2018-12-10 20:41:14.156617"], ["app_id", 103], ["offering_id", 89], ["promo_image_url", nil], ["promo_text", "Aut aspernatur possimus veritatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Deserunt facere sapiente ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.159755"], ["updated_at", "2018-12-10 20:41:14.159755"], ["works_with_id", 124], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eius numquam non velit."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ex animi magni minus."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:41:14.162258"], ["updated_at", "2018-12-10 20:41:14.162258"], ["testimonial_id", 11]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Omnis dolore doloribus autem.", "image_url"=>"http://kundezulauf.org/lacy_fritsch", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 124], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 103], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 111], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Omnis dolore doloribus autem."], ["updated_at", "2018-12-10 20:41:14.173859"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 9ms (ActiveRecord: 1.6ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stark.org/jaye_runte"], ["description", "Et eum nam enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.181593"], ["updated_at", "2018-12-10 20:41:14.181593"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia et excepturi ipsum."], ["url", "http://carterboyer.org/norbert.davis"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.185309"], ["updated_at", "2018-12-10 20:41:14.185309"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis ipsam illo voluptatum."], ["info_url", "http://cronin.name/oliva_wilkinson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.189486"], ["updated_at", "2018-12-10 20:41:14.189486"], ["developer_id", 112]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum aperiam impedit ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.190699"], ["updated_at", "2018-12-10 20:41:14.190699"], ["app_id", 104], ["offering_id", 91], ["promo_image_url", nil], ["promo_text", "Nemo aspernatur esse et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit autem nobis blanditiis."], ["url", "http://hagenes.info/audry"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.194602"], ["updated_at", "2018-12-10 20:41:14.194602"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dignissimos eaque atque adipisci."], ["info_url", "http://kohler.biz/wendell_block"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.196489"], ["updated_at", "2018-12-10 20:41:14.196489"], ["developer_id", 113]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pollich.net/valentin.gerhold"], ["description", "Blanditiis ut quia et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.202119"], ["updated_at", "2018-12-10 20:41:14.202119"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Asperiores nobis unde voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.203316"], ["updated_at", "2018-12-10 20:41:14.203316"], ["app_id", 105], ["offering_id", 92], ["promo_image_url", nil], ["promo_text", "Nulla placeat est quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://west.io/lyndon"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.206952"], ["updated_at", "2018-12-10 20:41:14.206952"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rennercronin.info/frankie"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.207938"], ["updated_at", "2018-12-10 20:41:14.207938"], ["distributor_id", 62], ["app_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis quis quos quasi."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.210885"], ["updated_at", "2018-12-10 20:41:14.210885"], ["app_id", 105], ["offering_id", 91], ["promo_image_url", nil], ["promo_text", "Distinctio ducimus sit quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sint non pariatur quisquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.214279"], ["updated_at", "2018-12-10 20:41:14.214279"], ["works_with_id", 127], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est ipsum consequatur ut."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Aspernatur rerum reprehenderit et."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:41:14.217039"], ["updated_at", "2018-12-10 20:41:14.217039"], ["testimonial_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Tenetur doloribus pariatur consequuntur.", "image_url"=>"http://gleason.com/glenn_gleason", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 127], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 105], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 113], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Tenetur doloribus pariatur consequuntur."], ["updated_at", "2018-12-10 20:41:14.227113"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://millauer.co/lynwood.schaefer"], ["description", "Doloremque dicta saepe possimus."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.235973"], ["updated_at", "2018-12-10 20:41:14.235973"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia est ex laborum."], ["url", "http://blickgusikowski.org/jermaine.turner"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.239864"], ["updated_at", "2018-12-10 20:41:14.239864"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas temporibus qui distinctio."], ["info_url", "http://runtestoltenberg.biz/winford_greenholt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.243194"], ["updated_at", "2018-12-10 20:41:14.243194"], ["developer_id", 114]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis est sit velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.244245"], ["updated_at", "2018-12-10 20:41:14.244245"], ["app_id", 106], ["offering_id", 93], ["promo_image_url", nil], ["promo_text", "Officia assumenda reiciendis saepe."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laborum labore temporibus quis."], ["url", "http://nolan.name/hoyt"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.247799"], ["updated_at", "2018-12-10 20:41:14.247799"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed id odio eos."], ["info_url", "http://boehm.biz/grace"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.249689"], ["updated_at", "2018-12-10 20:41:14.249689"], ["developer_id", 115]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://littel.com/luisa_casper"], ["description", "Consequatur exercitationem repellat similique."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.254425"], ["updated_at", "2018-12-10 20:41:14.254425"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex similique enim odio."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.255441"], ["updated_at", "2018-12-10 20:41:14.255441"], ["app_id", 107], ["offering_id", 94], ["promo_image_url", nil], ["promo_text", "Architecto eveniet unde illo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kovacek.name/amal"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.258255"], ["updated_at", "2018-12-10 20:41:14.258255"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mantedavis.info/roscoe"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.259179"], ["updated_at", "2018-12-10 20:41:14.259179"], ["distributor_id", 63], ["app_id", 107]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea vel assumenda facilis."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.262260"], ["updated_at", "2018-12-10 20:41:14.262260"], ["app_id", 107], ["offering_id", 93], ["promo_image_url", nil], ["promo_text", "Delectus omnis autem unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Odit et et praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.265630"], ["updated_at", "2018-12-10 20:41:14.265630"], ["works_with_id", 130], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cupiditate illum et saepe."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Iste vel cumque sed."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:41:14.268204"], ["updated_at", "2018-12-10 20:41:14.268204"], ["testimonial_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Qui quis eos molestias.", "image_url"=>"http://rodriguez.io/jeanette", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 130], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 115], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Qui quis eos molestias."], ["updated_at", "2018-12-10 20:41:14.278131"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wilkinsonmacejkovic.com/gerard_ruel"], ["description", "Eligendi explicabo qui est."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.285046"], ["updated_at", "2018-12-10 20:41:14.285046"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque cupiditate veritatis ut."], ["url", "http://bosco.biz/augustine"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.288513"], ["updated_at", "2018-12-10 20:41:14.288513"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Optio praesentium voluptate ut."], ["info_url", "http://sanfordaltenwerth.com/douglas.towne"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.292007"], ["updated_at", "2018-12-10 20:41:14.292007"], ["developer_id", 116]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod illum autem vitae."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.293574"], ["updated_at", "2018-12-10 20:41:14.293574"], ["app_id", 108], ["offering_id", 95], ["promo_image_url", nil], ["promo_text", "Aut saepe laborum sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur deserunt eum aut."], ["url", "http://carroll.co/tanner.barrows"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.297863"], ["updated_at", "2018-12-10 20:41:14.297863"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda ducimus itaque vel."], ["info_url", "http://legros.name/freddy"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.299762"], ["updated_at", "2018-12-10 20:41:14.299762"], ["developer_id", 117]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hackett.info/harold_cronin"], ["description", "Odio debitis officiis rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.304113"], ["updated_at", "2018-12-10 20:41:14.304113"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione laudantium voluptas sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.305071"], ["updated_at", "2018-12-10 20:41:14.305071"], ["app_id", 109], ["offering_id", 96], ["promo_image_url", nil], ["promo_text", "Eos cum repellendus itaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mertzcrooks.co/shala.becker"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.307807"], ["updated_at", "2018-12-10 20:41:14.307807"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://osinskitillman.biz/wilson"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.308713"], ["updated_at", "2018-12-10 20:41:14.308713"], ["distributor_id", 64], ["app_id", 109]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas maxime natus et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.311564"], ["updated_at", "2018-12-10 20:41:14.311564"], ["app_id", 109], ["offering_id", 95], ["promo_image_url", nil], ["promo_text", "Consequatur quidem sapiente ullam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Velit et fugit fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.315063"], ["updated_at", "2018-12-10 20:41:14.315063"], ["works_with_id", 133], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Est nulla quis voluptatem."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quis omnis enim corporis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:41:14.317464"], ["updated_at", "2018-12-10 20:41:14.317464"], ["testimonial_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okeefeconnelly.net/bryan.howe"], ["description", "Sed asperiores quas et."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.327482"], ["updated_at", "2018-12-10 20:41:14.327482"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Atque et ut nihil."], ["url", "http://rempelwaters.net/maximo.mosciski"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.331014"], ["updated_at", "2018-12-10 20:41:14.331014"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Labore et sit totam."], ["info_url", "http://walsh.io/tamra"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.335074"], ["updated_at", "2018-12-10 20:41:14.335074"], ["developer_id", 118]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iure sequi dicta earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.336189"], ["updated_at", "2018-12-10 20:41:14.336189"], ["app_id", 110], ["offering_id", 97], ["promo_image_url", nil], ["promo_text", "Recusandae temporibus ut aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi quos nisi eos."], ["url", "http://darefeeney.co/kraig"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.339761"], ["updated_at", "2018-12-10 20:41:14.339761"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis deserunt quas ut."], ["info_url", "http://metz.info/betsey_reynolds"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.341533"], ["updated_at", "2018-12-10 20:41:14.341533"], ["developer_id", 119]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://davis.com/verdell.mayert"], ["description", "Dolores a minima vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.345688"], ["updated_at", "2018-12-10 20:41:14.345688"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia labore rem ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.346640"], ["updated_at", "2018-12-10 20:41:14.346640"], ["app_id", 111], ["offering_id", 98], ["promo_image_url", nil], ["promo_text", "Dignissimos occaecati qui et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lockman.biz/aileen"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.349225"], ["updated_at", "2018-12-10 20:41:14.349225"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schroederschroeder.co/bunny.mcdermott"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.350079"], ["updated_at", "2018-12-10 20:41:14.350079"], ["distributor_id", 65], ["app_id", 111]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor quisquam ratione autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.352761"], ["updated_at", "2018-12-10 20:41:14.352761"], ["app_id", 111], ["offering_id", 97], ["promo_image_url", nil], ["promo_text", "Rem laborum assumenda non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Temporibus vitae corporis porro."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.355712"], ["updated_at", "2018-12-10 20:41:14.355712"], ["works_with_id", 136], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ab libero animi provident."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Laboriosam eligendi eos enim."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:41:14.357947"], ["updated_at", "2018-12-10 20:41:14.357947"], ["testimonial_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nikolaus.net/isreal_krajcik"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.366111"], ["updated_at", "2018-12-10 20:41:14.366111"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Asperiores voluptatem repellendus nobis."], ["url", "http://miller.co/alida"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.369571"], ["updated_at", "2018-12-10 20:41:14.369571"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est perferendis facilis a."], ["info_url", "http://funkhauck.info/ryan"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.372147"], ["updated_at", "2018-12-10 20:41:14.372147"], ["developer_id", 120]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jaskolskikoch.io/michell.dare"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.373146"], ["updated_at", "2018-12-10 20:41:14.373146"], ["distributor_id", 66], ["app_id", 112]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut fuga soluta aperiam."], ["url", "http://jacobson.info/breana"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.376210"], ["updated_at", "2018-12-10 20:41:14.376210"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis aut maxime qui."], ["info_url", "http://carroll.co/elden.brakus"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.377872"], ["updated_at", "2018-12-10 20:41:14.377872"], ["developer_id", 121]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turner.info/daron"], ["description", "Qui ad quaerat dicta."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.382482"], ["updated_at", "2018-12-10 20:41:14.382482"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum est cum dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.383695"], ["updated_at", "2018-12-10 20:41:14.383695"], ["app_id", 113], ["offering_id", 99], ["promo_image_url", nil], ["promo_text", "Inventore et ipsam eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcglynn.org/jarod_sauer"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.386680"], ["updated_at", "2018-12-10 20:41:14.386680"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://collier.info/blaine.stehr"], ["is_live", "t"], ["created_at", "2018-12-10 20:41:14.387537"], ["updated_at", "2018-12-10 20:41:14.387537"], ["distributor_id", 67], ["app_id", 113]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 15:41:17 -0500 Processing by HomeController#index as HTML

Testimonial Load (2.0ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.8ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.6ms)
Rendered components/_navigation.html.haml (3.6ms)
Rendered components/_footer.html.haml (2.0ms)

Completed 200 OK in 141ms (Views: 8.3ms | ActiveRecord: 13.5ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-10 15:41:17 -0500

 (0.3ms)  BEGIN
 (1.5ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (91.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (36.8ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 15:41:18 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.6ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.3ms)
Rendered components/_navigation.html.haml (2.7ms)
Rendered components/_footer.html.haml (1.0ms)

Completed 200 OK in 10ms (Views: 6.2ms | ActiveRecord: 1.2ms)

 (0.2ms)  BEGIN
 (1.7ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (3.2ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (2.8ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (52.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.6ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.4ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (2.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (1.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.5ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (61.2ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (3.3ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (55.1ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (2.0ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://keebler.net/norbert"], ["description", "Tenetur vitae ut ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.809312"], ["updated_at", "2018-12-10 20:42:09.809312"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odio ut quo nam."], ["url", "http://waelchischaden.org/henry"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.832992"], ["updated_at", "2018-12-10 20:42:09.832992"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur velit minus tempora."], ["info_url", "http://murray.net/lucas.herzog"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.859811"], ["updated_at", "2018-12-10 20:42:09.859811"], ["developer_id", 1]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In ad aut nobis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.862619"], ["updated_at", "2018-12-10 20:42:09.862619"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Ipsam in commodi est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"1"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 0.5ms)

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://orn.info/leon"], ["description", "Facilis voluptatem earum porro."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.902471"], ["updated_at", "2018-12-10 20:42:09.902471"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates odio qui quo."], ["url", "http://oconnell.com/dominic.becker"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.906426"], ["updated_at", "2018-12-10 20:42:09.906426"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est reiciendis itaque non."], ["info_url", "http://hills.org/un"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.910135"], ["updated_at", "2018-12-10 20:42:09.910135"], ["developer_id", 2]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem exercitationem distinctio aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.911680"], ["updated_at", "2018-12-10 20:42:09.911680"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Consequatur architecto sequi quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"2"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cruickshank.co/alphonso"], ["description", "Suscipit sint et corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.929090"], ["updated_at", "2018-12-10 20:42:09.929090"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores nobis modi quod."], ["url", "http://cormier.biz/carmina.mckenzie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.932394"], ["updated_at", "2018-12-10 20:42:09.932394"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium error quis culpa."], ["info_url", "http://gerholdstanton.info/danika.mohr"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.935380"], ["updated_at", "2018-12-10 20:42:09.935380"], ["developer_id", 3]]
SQL (46.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit rerum veritatis dicta."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.936341"], ["updated_at", "2018-12-10 20:42:09.936341"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Distinctio atque qui praesentium."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"3"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zulauf.net/silas_buckridge"], ["description", "Cupiditate quae et quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:09.997442"], ["updated_at", "2018-12-10 20:42:09.997442"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur et aut ad."], ["url", "http://keler.co/june_reilly"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.001825"], ["updated_at", "2018-12-10 20:42:10.001825"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Excepturi eos quae dolor."], ["info_url", "http://kautzer.info/anibal_bernier"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.006456"], ["updated_at", "2018-12-10 20:42:10.006456"], ["developer_id", 4]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit praesentium est dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.007820"], ["updated_at", "2018-12-10 20:42:10.007820"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Autem iste optio nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pouros.org/jong_mante"], ["description", "Debitis blanditiis iure quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.019661"], ["updated_at", "2018-12-10 20:42:10.019661"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt doloribus accusantium sit."], ["url", "http://keler.co/phil.runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.022477"], ["updated_at", "2018-12-10 20:42:10.022477"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores animi voluptas minima."], ["info_url", "http://cremin.name/mauro"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.025686"], ["updated_at", "2018-12-10 20:42:10.025686"], ["developer_id", 5]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iusto voluptatem quis pariatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.027654"], ["updated_at", "2018-12-10 20:42:10.027654"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Eum non rerum quae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Sunt ipsam aut est.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://bergstrom.io/sandra"}, "id"=>"5"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Sunt ipsam aut est."], ["shop_link", "http://bergstrom.io/sandra"], ["updated_at", "2018-12-10 20:42:10.032208"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/5 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sawayn.org/derick"], ["description", "Explicabo omnis quidem molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.038287"], ["updated_at", "2018-12-10 20:42:10.038287"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fuga inventore et tempore."], ["url", "http://cummerata.name/nickolas"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.041657"], ["updated_at", "2018-12-10 20:42:10.041657"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis reiciendis facere culpa."], ["info_url", "http://ferry.biz/elwood.renner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.045851"], ["updated_at", "2018-12-10 20:42:10.045851"], ["developer_id", 6]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi exercitationem non maxime."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.046866"], ["updated_at", "2018-12-10 20:42:10.046866"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Eum et voluptatem eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Natus delectus dolores quasi.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://jenkinsgreenfelder.io/ethan"}, "id"=>"6"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Natus delectus dolores quasi."], ["shop_link", "http://jenkinsgreenfelder.io/ethan"], ["updated_at", "2018-12-10 20:42:10.050971"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/6 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcglynn.com/chuck"], ["description", "Sapiente dignissimos quis qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.055860"], ["updated_at", "2018-12-10 20:42:10.055860"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos consectetur adipisci aliquam."], ["url", "http://turner.org/thora_gislason"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.059868"], ["updated_at", "2018-12-10 20:42:10.059868"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non in asperiores assumenda."], ["info_url", "http://pagacbergnaum.name/beryl"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.064257"], ["updated_at", "2018-12-10 20:42:10.064257"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloribus odit quo minus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.065195"], ["updated_at", "2018-12-10 20:42:10.065195"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Dolorum animi consequatur voluptatem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Minus numquam omnis saepe.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://bernhardkunze.co/mellia"}, "id"=>"7"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Minus numquam omnis saepe."], ["shop_link", "http://bernhardkunze.co/mellia"], ["updated_at", "2018-12-10 20:42:10.069711"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/7 Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rippincollier.info/bettina"], ["description", "Officiis qui cum neque."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.085115"], ["updated_at", "2018-12-10 20:42:10.085115"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex architecto quis perferendis."], ["url", "http://gulgowski.org/donnell"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.088891"], ["updated_at", "2018-12-10 20:42:10.088891"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Alias exercitationem voluptas aliquid."], ["info_url", "http://murraymarquardt.name/terrence"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.092431"], ["updated_at", "2018-12-10 20:42:10.092431"], ["developer_id", 8]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Provident cumque voluptate consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.093883"], ["updated_at", "2018-12-10 20:42:10.093883"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Exercitationem sint voluptatum fugiat."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deleniti perspiciatis tempora dolorem."], ["url", "http://wintheiser.name/genoveva"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.098532"], ["updated_at", "2018-12-10 20:42:10.098532"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut impedit et dolores."], ["info_url", "http://walter.net/krystin_olson"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.100537"], ["updated_at", "2018-12-10 20:42:10.100537"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dicki.co/patrina_leuschke"], ["description", "Laboriosam ab illum amet."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.114584"], ["updated_at", "2018-12-10 20:42:10.114584"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui dolorem et est."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.115723"], ["updated_at", "2018-12-10 20:42:10.115723"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Suscipit dolorem aperiam nobis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmeler.net/gigi_oconnell"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.129323"], ["updated_at", "2018-12-10 20:42:10.129323"], ["icon_id", "apple"]]
SQL (0.9ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bernier.com/tyrone.williamson"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.130855"], ["updated_at", "2018-12-10 20:42:10.130855"], ["distributor_id", 1], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Mollitia et ut quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.134521"], ["updated_at", "2018-12-10 20:42:10.134521"], ["app_id", 9], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Dolorem reiciendis architecto et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Dolor sit dolores accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.137659"], ["updated_at", "2018-12-10 20:42:10.137659"], ["works_with_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunnerblock.info/william.veum"], ["description", "Ut et eos autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.162561"], ["updated_at", "2018-12-10 20:42:10.162561"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odit suscipit consequatur reprehenderit."], ["url", "http://hickleemmerich.co/conrad"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.167985"], ["updated_at", "2018-12-10 20:42:10.167985"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut non iste iure."], ["info_url", "http://rutherford.org/osvaldo"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.171813"], ["updated_at", "2018-12-10 20:42:10.171813"], ["developer_id", 10]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis soluta ipsam impedit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.172999"], ["updated_at", "2018-12-10 20:42:10.172999"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Modi dolore quia ab."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas quo et qui."], ["url", "http://schroeder.org/archie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.177522"], ["updated_at", "2018-12-10 20:42:10.177522"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut molestiae culpa dolorum."], ["info_url", "http://beahan.co/sid"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.179775"], ["updated_at", "2018-12-10 20:42:10.179775"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hauck.net/booker.champlin"], ["description", "Accusantium autem repudiandae aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.184451"], ["updated_at", "2018-12-10 20:42:10.184451"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut ullam ut modi."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.185477"], ["updated_at", "2018-12-10 20:42:10.185477"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Maiores qui dolorum ea."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oreilly.com/rutha"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.188319"], ["updated_at", "2018-12-10 20:42:10.188319"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://padberghowe.biz/israel.hammes"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.189242"], ["updated_at", "2018-12-10 20:42:10.189242"], ["distributor_id", 2], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Earum quas quia saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.191950"], ["updated_at", "2018-12-10 20:42:10.191950"], ["app_id", 11], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Soluta illo rerum velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sunt eum natus quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.194513"], ["updated_at", "2018-12-10 20:42:10.194513"], ["works_with_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Dolorem sint accusantium voluptas.", "image_url"=>"http://ullrich.com/carol", "is_live"=>"true"}, "id"=>"2"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Dolorem sint accusantium voluptas."], ["updated_at", "2018-12-10 20:42:10.214718"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/2 Completed 302 Found in 18ms (ActiveRecord: 1.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hansen.net/laria.johnston"], ["description", "Provident ut voluptatem maxime."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.221290"], ["updated_at", "2018-12-10 20:42:10.221290"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem aut illo facere."], ["url", "http://feil.com/malvina.crooks"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.224962"], ["updated_at", "2018-12-10 20:42:10.224962"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aspernatur accusantium sequi voluptas."], ["info_url", "http://smith.info/leslie_kuhn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.229169"], ["updated_at", "2018-12-10 20:42:10.229169"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id neque delectus quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.230542"], ["updated_at", "2018-12-10 20:42:10.230542"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Qui dolorem et iusto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum occaecati assumenda inventore."], ["url", "http://towneprice.org/ricarda"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.234333"], ["updated_at", "2018-12-10 20:42:10.234333"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et vero quis consequatur."], ["info_url", "http://boyer.co/jennie.schmitt"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.236091"], ["updated_at", "2018-12-10 20:42:10.236091"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bogan.info/jay_boyer"], ["description", "Fuga eius aut consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.240399"], ["updated_at", "2018-12-10 20:42:10.240399"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur vitae voluptatibus laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.241380"], ["updated_at", "2018-12-10 20:42:10.241380"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Qui non alias sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schuppe.co/zack.mraz"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.245257"], ["updated_at", "2018-12-10 20:42:10.245257"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://padberg.com/cleo"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.246403"], ["updated_at", "2018-12-10 20:42:10.246403"], ["distributor_id", 3], ["app_id", 13]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et est sint voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.249182"], ["updated_at", "2018-12-10 20:42:10.249182"], ["app_id", 13], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Voluptates iure harum sed."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Veniam qui quasi fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.251667"], ["updated_at", "2018-12-10 20:42:10.251667"], ["works_with_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Non nostrum eum itaque.", "image_url"=>"http://walker.com/heath", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Non nostrum eum itaque."], ["updated_at", "2018-12-10 20:42:10.262006"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 9ms (ActiveRecord: 2.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beahan.name/huey.purdy"], ["description", "Dolor aperiam quis ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.269028"], ["updated_at", "2018-12-10 20:42:10.269028"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit et dolor assumenda."], ["url", "http://kreiger.co/danial.treutel"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.272663"], ["updated_at", "2018-12-10 20:42:10.272663"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam molestiae aperiam doloribus."], ["info_url", "http://bednarbalistreri.com/mac_swift"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.276035"], ["updated_at", "2018-12-10 20:42:10.276035"], ["developer_id", 14]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis voluptas eaque qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.277135"], ["updated_at", "2018-12-10 20:42:10.277135"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Quidem facere veniam maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nemo illum nobis consequatur."], ["url", "http://dibbert.net/stefany"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.281474"], ["updated_at", "2018-12-10 20:42:10.281474"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatibus vel sunt ex."], ["info_url", "http://borer.co/peg"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.283405"], ["updated_at", "2018-12-10 20:42:10.283405"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://morar.net/lacie"], ["description", "Illo sunt labore enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.287850"], ["updated_at", "2018-12-10 20:42:10.287850"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui ut similique quae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.288850"], ["updated_at", "2018-12-10 20:42:10.288850"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Aperiam commodi ut eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cainbartoletti.info/melvin_bauch"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.291895"], ["updated_at", "2018-12-10 20:42:10.291895"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reichel.info/carmen"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.293499"], ["updated_at", "2018-12-10 20:42:10.293499"], ["distributor_id", 4], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore ut id aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.296944"], ["updated_at", "2018-12-10 20:42:10.296944"], ["app_id", 15], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Quo maxime at ipsam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Ut sint dolores dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.299476"], ["updated_at", "2018-12-10 20:42:10.299476"], ["works_with_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Voluptatibus culpa nisi et.", "image_url"=>"http://medhurst.org/efrain", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Voluptatibus culpa nisi et."], ["updated_at", "2018-12-10 20:42:10.308537"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfsdottir.io/guadalupe"], ["description", "Alias est temporibus dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.316553"], ["updated_at", "2018-12-10 20:42:10.316553"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab dicta culpa sit."], ["url", "http://green.org/santos"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.320363"], ["updated_at", "2018-12-10 20:42:10.320363"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde repellat veniam velit."], ["info_url", "http://purdy.co/reggie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.323809"], ["updated_at", "2018-12-10 20:42:10.323809"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ipsa placeat rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.324917"], ["updated_at", "2018-12-10 20:42:10.324917"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Atque vel voluptatem culpa."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda voluptatem sit a."], ["url", "http://abshirehammes.io/miquel.boyer"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.329813"], ["updated_at", "2018-12-10 20:42:10.329813"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laborum fuga impedit quia."], ["info_url", "http://pacocha.co/lawerence.crooks"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.331871"], ["updated_at", "2018-12-10 20:42:10.331871"], ["developer_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ernserrenner.com/chriy_funk"], ["description", "Soluta occaecati aliquam nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.336423"], ["updated_at", "2018-12-10 20:42:10.336423"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum officiis suscipit necessitatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.337582"], ["updated_at", "2018-12-10 20:42:10.337582"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Voluptatibus officia mollitia dicta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://swift.com/venetta.breitenberg"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.340428"], ["updated_at", "2018-12-10 20:42:10.340428"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emmerichwiza.co/eddie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.341419"], ["updated_at", "2018-12-10 20:42:10.341419"], ["distributor_id", 5], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium autem facere et."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.344323"], ["updated_at", "2018-12-10 20:42:10.344323"], ["app_id", 17], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Et qui illo debitis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Non libero voluptas quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.346860"], ["updated_at", "2018-12-10 20:42:10.346860"], ["works_with_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walterbaumbach.org/mckinley"], ["description", "Et quia facere omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.355966"], ["updated_at", "2018-12-10 20:42:10.355966"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore et voluptate harum."], ["url", "http://hamill.org/lela_hahn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.359474"], ["updated_at", "2018-12-10 20:42:10.359474"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores est doloremque non."], ["info_url", "http://andersonwatsica.com/jerrell.feest"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.363842"], ["updated_at", "2018-12-10 20:42:10.363842"], ["developer_id", 18]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non ullam rem non."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.364982"], ["updated_at", "2018-12-10 20:42:10.364982"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Facilis possimus ipsa et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla reiciendis nesciunt consequatur."], ["url", "http://botsford.com/jospeh"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.368706"], ["updated_at", "2018-12-10 20:42:10.368706"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum blanditiis voluptatem ducimus."], ["info_url", "http://zboncakschowalter.name/gerard.stehr"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.370522"], ["updated_at", "2018-12-10 20:42:10.370522"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fadel.net/aurelio.anderson"], ["description", "In nostrum reiciendis saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.375068"], ["updated_at", "2018-12-10 20:42:10.375068"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque eum voluptates quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.376185"], ["updated_at", "2018-12-10 20:42:10.376185"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Excepturi assumenda sit non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuphal.org/everett_oberbrunner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.379619"], ["updated_at", "2018-12-10 20:42:10.379619"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dickinson.name/rickey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.380597"], ["updated_at", "2018-12-10 20:42:10.380597"], ["distributor_id", 6], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores consequatur laboriosam dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.383371"], ["updated_at", "2018-12-10 20:42:10.383371"], ["app_id", 19], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Velit similique qui soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Quae consequuntur facilis rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.385941"], ["updated_at", "2018-12-10 20:42:10.385941"], ["works_with_id", 25]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sauer.com/juliane_trantow"], ["description", "Maiores quisquam sed fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.397586"], ["updated_at", "2018-12-10 20:42:10.397586"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis voluptatem natus aliquam."], ["url", "http://schiller.info/andres"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.401696"], ["updated_at", "2018-12-10 20:42:10.401696"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est ratione modi molestiae."], ["info_url", "http://schumm.co/spencer.graham"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.405615"], ["updated_at", "2018-12-10 20:42:10.405615"], ["developer_id", 20]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis perferendis delectus porro."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.406842"], ["updated_at", "2018-12-10 20:42:10.406842"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Est vitae animi rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laborum at et ad."], ["url", "http://luettgen.io/karleen_bradtke"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.410652"], ["updated_at", "2018-12-10 20:42:10.410652"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut minima sint a."], ["info_url", "http://mcglynn.biz/lamont"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.413381"], ["updated_at", "2018-12-10 20:42:10.413381"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bauch.name/fanny"], ["description", "Odit et totam eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.418952"], ["updated_at", "2018-12-10 20:42:10.418952"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea eum distinctio sunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.420129"], ["updated_at", "2018-12-10 20:42:10.420129"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Facere ipsa libero qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://witting.com/glynis_mills"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.422845"], ["updated_at", "2018-12-10 20:42:10.422845"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hyatt.org/chiquita.bernhard"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.423808"], ["updated_at", "2018-12-10 20:42:10.423808"], ["distributor_id", 7], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis et et dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.427046"], ["updated_at", "2018-12-10 20:42:10.427046"], ["app_id", 21], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Non voluptas expedita quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Aut molestias ipsum qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.429768"], ["updated_at", "2018-12-10 20:42:10.429768"], ["works_with_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"7"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)

 (0.4ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bayerturner.info/bart"], ["description", "Placeat dolorum facere hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.486240"], ["updated_at", "2018-12-10 20:42:10.486240"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem voluptatum modi suscipit."], ["url", "http://schmittmclaughlin.co/columbus"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.490499"], ["updated_at", "2018-12-10 20:42:10.490499"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut facilis quibusdam repellat."], ["info_url", "http://rice.org/golda"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.496221"], ["updated_at", "2018-12-10 20:42:10.496221"], ["developer_id", 22]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At quaerat amet quod."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.498087"], ["updated_at", "2018-12-10 20:42:10.498087"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Pariatur ipsam qui veniam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis unde laborum a."], ["url", "http://moen.com/ghislaine"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.507967"], ["updated_at", "2018-12-10 20:42:10.507967"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id ut voluptate rerum."], ["info_url", "http://little.name/lesia"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.511001"], ["updated_at", "2018-12-10 20:42:10.511001"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stiedemannschimmel.name/nicolas"], ["description", "Corrupti molestias voluptate aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.517743"], ["updated_at", "2018-12-10 20:42:10.517743"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt magnam itaque hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.519174"], ["updated_at", "2018-12-10 20:42:10.519174"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Ut quaerat magni optio."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abshirekeeling.org/freddy.beier"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.523918"], ["updated_at", "2018-12-10 20:42:10.523918"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoppebeer.com/mary_cartwright"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.541271"], ["updated_at", "2018-12-10 20:42:10.541271"], ["distributor_id", 8], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut nostrum perferendis numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.544448"], ["updated_at", "2018-12-10 20:42:10.544448"], ["app_id", 23], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Consequatur eum ut sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldner.co/signe_ullrich"], ["description", "Odit autem quasi officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.552710"], ["updated_at", "2018-12-10 20:42:10.552710"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui aut quaerat quia."], ["url", "http://paucekbeer.biz/chuck_brakus"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.559192"], ["updated_at", "2018-12-10 20:42:10.559192"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim porro minima nesciunt."], ["info_url", "http://schmeler.com/tasha.pollich"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.565514"], ["updated_at", "2018-12-10 20:42:10.565514"], ["developer_id", 24]]
SQL (22.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facilis unde similique odit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.567195"], ["updated_at", "2018-12-10 20:42:10.567195"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Ducimus accusamus aut debitis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor dicta dolores est."], ["url", "http://gorczany.biz/shelton"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.594374"], ["updated_at", "2018-12-10 20:42:10.594374"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium mollitia sint ab."], ["info_url", "http://keler.com/dexter"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.596464"], ["updated_at", "2018-12-10 20:42:10.596464"], ["developer_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnston.net/clifford.weber"], ["description", "Debitis non id vitae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.601498"], ["updated_at", "2018-12-10 20:42:10.601498"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et rem voluptatem eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.602580"], ["updated_at", "2018-12-10 20:42:10.602580"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Magni qui odio maxime."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://smith.biz/markus"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.605436"], ["updated_at", "2018-12-10 20:42:10.605436"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuhlman.name/brynn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.606326"], ["updated_at", "2018-12-10 20:42:10.606326"], ["distributor_id", 9], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque et voluptatem qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.608944"], ["updated_at", "2018-12-10 20:42:10.608944"], ["app_id", 25], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Nostrum nulla consequatur odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://buckridge.net/mckenzie"], ["description", "Tempora omnis ut voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.621781"], ["updated_at", "2018-12-10 20:42:10.621781"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cum ut vel ut."], ["url", "http://ohara.io/dennise_bailey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.625436"], ["updated_at", "2018-12-10 20:42:10.625436"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "At eos temporibus repudiandae."], ["info_url", "http://mante.info/nia_berge"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.628970"], ["updated_at", "2018-12-10 20:42:10.628970"], ["developer_id", 26]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum dolor tenetur corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.630064"], ["updated_at", "2018-12-10 20:42:10.630064"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Quia qui quidem voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis dolorum omnis modi."], ["url", "http://bergnaumkihn.io/leonardo"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.634167"], ["updated_at", "2018-12-10 20:42:10.634167"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nemo laboriosam sit reprehenderit."], ["info_url", "http://conn.io/manuel_wiegand"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.636254"], ["updated_at", "2018-12-10 20:42:10.636254"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fisherlueilwitz.biz/mayra"], ["description", "Exercitationem in consectetur libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.641154"], ["updated_at", "2018-12-10 20:42:10.641154"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos dolorem illo eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.642240"], ["updated_at", "2018-12-10 20:42:10.642240"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Quidem minus tempore corporis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://balistreriwunsch.info/bobbie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.645316"], ["updated_at", "2018-12-10 20:42:10.645316"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mohrdubuque.org/alexia_fahey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.646242"], ["updated_at", "2018-12-10 20:42:10.646242"], ["distributor_id", 10], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bechtelar.net/ramona"], ["description", "Molestias molestiae nobis velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.657227"], ["updated_at", "2018-12-10 20:42:10.657227"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia dolores fugit iure."], ["url", "http://mills.co/rosa"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.661242"], ["updated_at", "2018-12-10 20:42:10.661242"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab voluptas distinctio possimus."], ["info_url", "http://wisokyhickle.name/roy"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.665149"], ["updated_at", "2018-12-10 20:42:10.665149"], ["developer_id", 28]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In molestias voluptatem totam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.666920"], ["updated_at", "2018-12-10 20:42:10.666920"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Rerum aut recusandae harum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam explicabo id adipisci."], ["url", "http://bayer.info/quentin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.671305"], ["updated_at", "2018-12-10 20:42:10.671305"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In nobis dignissimos est."], ["info_url", "http://reichertnader.io/eunice_schinner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.673314"], ["updated_at", "2018-12-10 20:42:10.673314"], ["developer_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcdermott.io/ryan"], ["description", "Suscipit culpa asperiores molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.678269"], ["updated_at", "2018-12-10 20:42:10.678269"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut dicta omnis explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.679293"], ["updated_at", "2018-12-10 20:42:10.679293"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Et aut minus placeat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rohan.net/florida"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.682752"], ["updated_at", "2018-12-10 20:42:10.682752"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kemmer.co/birdie_greenfelder"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.683713"], ["updated_at", "2018-12-10 20:42:10.683713"], ["distributor_id", 11], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nam quis consectetur ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.686902"], ["updated_at", "2018-12-10 20:42:10.686902"], ["app_id", 29], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Consectetur maiores eum aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Recusandae dolorem consequuntur velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.689162"], ["updated_at", "2018-12-10 20:42:10.689162"], ["works_with_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms)

UseCase Load (0.3ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfonwolf.name/don.kovacek"], ["description", "Blanditiis consequatur voluptatum omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.717526"], ["updated_at", "2018-12-10 20:42:10.717526"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam facilis minus quaerat."], ["url", "http://macgyver.com/jasper"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.721964"], ["updated_at", "2018-12-10 20:42:10.721964"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quae ab natus earum."], ["info_url", "http://gottliebreichert.co/gilberto"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.725929"], ["updated_at", "2018-12-10 20:42:10.725929"], ["developer_id", 30]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde natus aut ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.727205"], ["updated_at", "2018-12-10 20:42:10.727205"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Eos suscipit quas dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque voluptates suscipit ipsam."], ["url", "http://windler.biz/tyra.kulas"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.731374"], ["updated_at", "2018-12-10 20:42:10.731374"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Adipisci officia reprehenderit quia."], ["info_url", "http://west.info/alleen.schroeder"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.733691"], ["updated_at", "2018-12-10 20:42:10.733691"], ["developer_id", 31]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoeger.org/ruel"], ["description", "Dolores perferendis eos accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.738417"], ["updated_at", "2018-12-10 20:42:10.738417"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et rerum repudiandae perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.739367"], ["updated_at", "2018-12-10 20:42:10.739367"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Necessitatibus ex ipsa blanditiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://batzgorczany.info/bradley"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.742263"], ["updated_at", "2018-12-10 20:42:10.742263"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pacochaoconnell.net/johnsie.jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.743103"], ["updated_at", "2018-12-10 20:42:10.743103"], ["distributor_id", 12], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (2.8ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem earum quod alias."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.749177"], ["updated_at", "2018-12-10 20:42:10.749177"], ["app_id", 31], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Velit sint necessitatibus autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Ratione dolores aliquam qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.752383"], ["updated_at", "2018-12-10 20:42:10.752383"], ["works_with_id", 42]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"2"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murphy.name/alysa"], ["description", "Voluptatibus ipsa debitis minima."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.765766"], ["updated_at", "2018-12-10 20:42:10.765766"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et rerum sunt aut."], ["url", "http://jast.org/kerry.hand"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.770997"], ["updated_at", "2018-12-10 20:42:10.770997"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex facilis debitis odio."], ["info_url", "http://keebler.org/jennine.barrows"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.775891"], ["updated_at", "2018-12-10 20:42:10.775891"], ["developer_id", 32]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A laudantium sed ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.777655"], ["updated_at", "2018-12-10 20:42:10.777655"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Temporibus doloremque excepturi unde."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eius velit dicta totam."], ["url", "http://marksgusikowski.com/vern"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.783466"], ["updated_at", "2018-12-10 20:42:10.783466"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem qui voluptas ut."], ["info_url", "http://mccullough.com/elliot"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.787004"], ["updated_at", "2018-12-10 20:42:10.787004"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brown.info/cornelius"], ["description", "Sed et consequatur consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.791946"], ["updated_at", "2018-12-10 20:42:10.791946"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius consequuntur consectetur mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.792971"], ["updated_at", "2018-12-10 20:42:10.792971"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Fugiat aliquid nihil eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://legros.name/amado"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.795713"], ["updated_at", "2018-12-10 20:42:10.795713"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kertzmann.net/allan"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.796510"], ["updated_at", "2018-12-10 20:42:10.796510"], ["distributor_id", 13], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci non et dolores."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.799041"], ["updated_at", "2018-12-10 20:42:10.799041"], ["app_id", 33], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Voluptatum quod voluptatem recusandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et magnam sint quod."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.800995"], ["updated_at", "2018-12-10 20:42:10.800995"], ["works_with_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carterhamill.biz/mitchell"], ["description", "Eos dolores praesentium voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.808820"], ["updated_at", "2018-12-10 20:42:10.808820"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui nihil aliquam ipsum."], ["url", "http://kshlerin.name/jacinto.bogisich"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.812852"], ["updated_at", "2018-12-10 20:42:10.812852"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor rem quisquam molestiae."], ["info_url", "http://botsforddicki.org/arlinda"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.816242"], ["updated_at", "2018-12-10 20:42:10.816242"], ["developer_id", 34]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente quia ab vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.817382"], ["updated_at", "2018-12-10 20:42:10.817382"], ["app_id", 34], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Quibusdam voluptas soluta et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem molestiae sunt qui."], ["url", "http://bernierbrown.com/wiley_johns"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.820858"], ["updated_at", "2018-12-10 20:42:10.820858"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente minima sint debitis."], ["info_url", "http://kuhnhirthe.org/zita"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.822490"], ["updated_at", "2018-12-10 20:42:10.822490"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilpert.biz/annamae_effertz"], ["description", "Harum esse nesciunt voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.826651"], ["updated_at", "2018-12-10 20:42:10.826651"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates minima accusamus consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.827552"], ["updated_at", "2018-12-10 20:42:10.827552"], ["app_id", 35], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Id et a animi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.7ms)  SAVEPOINT active_record_1
SQL (1.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://veum.org/lasandra_crist"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.832001"], ["updated_at", "2018-12-10 20:42:10.832001"], ["icon_id", "apple"]]
SQL (1.1ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilpert.com/jermaine.wiza"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.834351"], ["updated_at", "2018-12-10 20:42:10.834351"], ["distributor_id", 14], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum magni fuga hic."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.837970"], ["updated_at", "2018-12-10 20:42:10.837970"], ["app_id", 35], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Distinctio fugiat cumque mollitia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Amet officiis provident illo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.842839"], ["updated_at", "2018-12-10 20:42:10.842839"], ["works_with_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://collierwelch.name/titus.rice"], ["description", "Voluptates neque sed fugiat."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.856478"], ["updated_at", "2018-12-10 20:42:10.856478"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut velit saepe et."], ["url", "http://muller.org/aleen"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.861249"], ["updated_at", "2018-12-10 20:42:10.861249"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est voluptatem ullam voluptatem."], ["info_url", "http://frami.io/ninfa_davis"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.865095"], ["updated_at", "2018-12-10 20:42:10.865095"], ["developer_id", 36]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam ex nihil id."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.866822"], ["updated_at", "2018-12-10 20:42:10.866822"], ["app_id", 36], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Est accusamus debitis natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias necessitatibus sequi vero."], ["url", "http://becker.com/doretha.glover"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.870976"], ["updated_at", "2018-12-10 20:42:10.870976"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem libero dolore rerum."], ["info_url", "http://corkerywalsh.co/devon.mayert"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.873338"], ["updated_at", "2018-12-10 20:42:10.873338"], ["developer_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://frami.org/emory"], ["description", "Laudantium hic quisquam velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.878578"], ["updated_at", "2018-12-10 20:42:10.878578"]]
SQL (3.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum in amet vitae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.879786"], ["updated_at", "2018-12-10 20:42:10.879786"], ["app_id", 37], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Laborum dolor hic dignissimos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gleichner.io/jeremiah"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.886417"], ["updated_at", "2018-12-10 20:42:10.886417"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://shieldsberge.net/benjamin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.887561"], ["updated_at", "2018-12-10 20:42:10.887561"], ["distributor_id", 15], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut consectetur impedit possimus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.890545"], ["updated_at", "2018-12-10 20:42:10.890545"], ["app_id", 37], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Non molestiae nam perferendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Eligendi quod aliquam nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.893162"], ["updated_at", "2018-12-10 20:42:10.893162"], ["works_with_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Dicta explicabo et natus.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Dicta explicabo et natus."], ["updated_at", "2018-12-10 20:42:10.902083"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hintzbernhard.biz/jennell.leuschke"], ["description", "Quia corrupti est nemo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.907888"], ["updated_at", "2018-12-10 20:42:10.907888"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aliquid non cum sit."], ["url", "http://effertz.io/anthony"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.911566"], ["updated_at", "2018-12-10 20:42:10.911566"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem aut aut rerum."], ["info_url", "http://rau.io/drema_ward"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.916494"], ["updated_at", "2018-12-10 20:42:10.916494"], ["developer_id", 38]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia odio neque accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.917811"], ["updated_at", "2018-12-10 20:42:10.917811"], ["app_id", 38], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Mollitia rerum alias distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Praesentium est sit tenetur."], ["url", "http://kihn.com/star"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.921728"], ["updated_at", "2018-12-10 20:42:10.921728"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui facilis accusamus laudantium."], ["info_url", "http://schultz.net/shoshana.ryan"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.923582"], ["updated_at", "2018-12-10 20:42:10.923582"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reichelboyle.com/jane"], ["description", "Suscipit ab et iste."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.927763"], ["updated_at", "2018-12-10 20:42:10.927763"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi voluptatibus ipsum vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.928671"], ["updated_at", "2018-12-10 20:42:10.928671"], ["app_id", 39], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Est qui ut aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuhic.info/cleveland"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.931995"], ["updated_at", "2018-12-10 20:42:10.931995"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ricegislason.co/lula"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.932869"], ["updated_at", "2018-12-10 20:42:10.932869"], ["distributor_id", 16], ["app_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt non rerum error."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.935381"], ["updated_at", "2018-12-10 20:42:10.935381"], ["app_id", 39], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Nemo et iure qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Qui eos et aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.937472"], ["updated_at", "2018-12-10 20:42:10.937472"], ["works_with_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Numquam esse similique dolorum.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Numquam esse similique dolorum."], ["updated_at", "2018-12-10 20:42:10.945251"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (1.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abernathy.name/jerica.buckridge"], ["description", "Doloremque impedit veritatis totam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.952088"], ["updated_at", "2018-12-10 20:42:10.952088"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui beatae et nihil."], ["url", "http://kilback.net/hellen_bins"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.956991"], ["updated_at", "2018-12-10 20:42:10.956991"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et omnis reiciendis earum."], ["info_url", "http://fritsch.org/steven.ortiz"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.963829"], ["updated_at", "2018-12-10 20:42:10.963829"], ["developer_id", 40]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste nemo perspiciatis rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.965272"], ["updated_at", "2018-12-10 20:42:10.965272"], ["app_id", 40], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Id ut rerum sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore nesciunt iure at."], ["url", "http://gerlach.com/sabine"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.969222"], ["updated_at", "2018-12-10 20:42:10.969222"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus iste non eum."], ["info_url", "http://erdman.co/valentin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.971176"], ["updated_at", "2018-12-10 20:42:10.971176"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhlman.net/floyd.kaulke"], ["description", "Quo numquam totam accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.976031"], ["updated_at", "2018-12-10 20:42:10.976031"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et et quisquam aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.978268"], ["updated_at", "2018-12-10 20:42:10.978268"], ["app_id", 41], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Non natus sapiente ipsam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://friesen.biz/james_okeefe"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.982471"], ["updated_at", "2018-12-10 20:42:10.982471"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://goodwinkertzmann.org/maria"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.984147"], ["updated_at", "2018-12-10 20:42:10.984147"], ["distributor_id", 17], ["app_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut ut quod voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.987695"], ["updated_at", "2018-12-10 20:42:10.987695"], ["app_id", 41], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Facilis cum laudantium aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Fugiat quis eaque deserunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:10.990145"], ["updated_at", "2018-12-10 20:42:10.990145"], ["works_with_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Consequatur quibusdam eos est.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Consequatur quibusdam eos est."], ["updated_at", "2018-12-10 20:42:10.998850"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 8ms (ActiveRecord: 2.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (2.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas cum molestiae nisi."], ["url", "http://rosenbaum.io/stephanie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:11.008254"], ["updated_at", "2018-12-10 20:42:11.008254"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"42"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 42]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 29ms (Views: 15.9ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus dolores nam sint."], ["url", "http://streich.co/jamaal"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:11.090529"], ["updated_at", "2018-12-10 20:42:11.090529"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"43"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.7ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Provident aut omnis possimus."], ["url", "http://voncollins.name/toby_denesik"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:11.101779"], ["updated_at", "2018-12-10 20:42:11.101779"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"44"}
Developer Load (1.5ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 5ms (ActiveRecord: 3.1ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates debitis et consequuntur."], ["url", "http://rempel.org/jaymie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:11.116097"], ["updated_at", "2018-12-10 20:42:11.116097"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia et dolorem eius."], ["url", "http://brakushilll.co/cathryn.hoeger"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:11.131011"], ["updated_at", "2018-12-10 20:42:11.131011"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Porro nobis praesentium asperiores.", "is_live"=>"true", "logo_image_url"=>"http://mayer.com/jean_miller", "name"=>"developer_name", "url"=>"http://oconner.net/danna"}, "id"=>"46"}
Developer Load (0.9ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.1ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Porro nobis praesentium asperiores."], ["url", "http://oconner.net/danna"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:42:11.142278"], ["id", 46]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/46 Completed 302 Found in 10ms (ActiveRecord: 2.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ullam sed sed necessitatibus."], ["url", "http://ziemann.com/daren"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:11.152369"], ["updated_at", "2018-12-10 20:42:11.152369"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"In aut quisquam totam.", "is_live"=>"true", "logo_image_url"=>"http://weinatcremin.biz/tinisha", "name"=>"developer_name", "url"=>"http://donnelly.net/marsha"}, "id"=>"47"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "In aut quisquam totam."], ["url", "http://donnelly.net/marsha"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:42:11.159016"], ["id", 47]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/47 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (2.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et voluptatem et accusamus."], ["url", "http://swift.org/clay"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:11.169216"], ["updated_at", "2018-12-10 20:42:11.169216"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Delectus ad quo aut.", "is_live"=>"true", "logo_image_url"=>"http://kozey.co/antonio", "name"=>"developer_name", "url"=>"http://toy.name/rasheeda"}, "id"=>"48"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Delectus ad quo aut."], ["url", "http://toy.name/rasheeda"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:42:11.177970"], ["id", 48]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/48 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

Developer Load (0.5ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 15:42:14 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.2ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.8ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (22.8ms)
Rendered components/_navigation.html.haml (36.8ms)
Rendered components/_footer.html.haml (6.6ms)

Completed 200 OK in 1384ms (Views: 1345.3ms | ActiveRecord: 15.2ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-10 15:42:15 -0500

 (0.2ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (366.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (41.0ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 15:42:17 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.8ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (2.1ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 1.3ms)

 (0.2ms)  BEGIN
 (1.2ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (2.4ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.4ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (307.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (41.3ms)  BEGIN
 (0.7ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.4ms)  BEGIN
 (0.9ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.7ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (1.0ms)  BEGIN
 (1.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://becker.net/leonarda"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.862158"], ["updated_at", "2018-12-10 20:42:17.862158"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta ipsum quam quaerat."], ["url", "http://creminschmitt.com/walter_jast"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.869383"], ["updated_at", "2018-12-10 20:42:17.869383"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam sint rerum debitis."], ["info_url", "http://oreilly.net/audria"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.874789"], ["updated_at", "2018-12-10 20:42:17.874789"], ["developer_id", 1]]
SQL (5.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gislason.io/janae"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.877408"], ["updated_at", "2018-12-10 20:42:17.877408"], ["distributor_id", 1], ["app_id", 1]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque nihil doloribus pariatur."], ["url", "http://dicki.name/angelo_koepp"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.889539"], ["updated_at", "2018-12-10 20:42:17.889539"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab in quis a."], ["info_url", "http://rodriguezhane.org/lasonya"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.892388"], ["updated_at", "2018-12-10 20:42:17.892388"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://price.co/alton"], ["description", "Sit dolorum non voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.899393"], ["updated_at", "2018-12-10 20:42:17.899393"]]
SQL (2.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores et beatae sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.901872"], ["updated_at", "2018-12-10 20:42:17.901872"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Magnam accusantium eum reprehenderit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://turner.net/len_bode"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.908970"], ["updated_at", "2018-12-10 20:42:17.908970"], ["icon_id", "apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nikolaus.biz/gavin_goyette"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.910589"], ["updated_at", "2018-12-10 20:42:17.910589"], ["distributor_id", 2], ["app_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://toy.com/charley.wisozk"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.931974"], ["updated_at", "2018-12-10 20:42:17.931974"], ["icon_id", "apple"]]
 (4.8ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam odio dolorem doloribus."], ["url", "http://casper.co/mitsuko_kiehn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.946574"], ["updated_at", "2018-12-10 20:42:17.946574"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (4.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus ea sunt et."], ["info_url", "http://reillygislason.co/milagros_torphy"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.963058"], ["updated_at", "2018-12-10 20:42:17.963058"], ["developer_id", 3]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://marvin.name/kent"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:17.969649"], ["updated_at", "2018-12-10 20:42:17.969649"], ["distributor_id", 3], ["app_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms)

Distributor Load (0.3ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://emard.biz/consuela"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.002775"], ["updated_at", "2018-12-10 20:42:18.002775"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id quia architecto quibusdam."], ["url", "http://dare.io/benjamin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.009011"], ["updated_at", "2018-12-10 20:42:18.009011"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae sed optio earum."], ["info_url", "http://schulist.co/lavada.macgyver"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.017255"], ["updated_at", "2018-12-10 20:42:18.017255"], ["developer_id", 4]]
SQL (12.1ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wisoky.biz/sanda.muller"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.019685"], ["updated_at", "2018-12-10 20:42:18.019685"], ["distributor_id", 4], ["app_id", 4]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://schaeferquigley.com/darius.schamberger", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"4"}
Distributor Load (1.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://schaeferquigley.com/darius.schamberger"], ["updated_at", "2018-12-10 20:42:18.040758"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/4 Completed 302 Found in 8ms (ActiveRecord: 2.5ms)

Distributor Load (1.7ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (1.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ankunding.org/yanira.heller"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.053859"], ["updated_at", "2018-12-10 20:42:18.053859"], ["icon_id", "apple"]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut non deleniti suscipit."], ["url", "http://roob.info/layla"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.059545"], ["updated_at", "2018-12-10 20:42:18.059545"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.8ms)  SAVEPOINT active_record_1
SQL (7.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut et ut non."], ["info_url", "http://feeney.org/micheal.douglas"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.122727"], ["updated_at", "2018-12-10 20:42:18.122727"], ["developer_id", 5]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mraz.co/sydney"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.134129"], ["updated_at", "2018-12-10 20:42:18.134129"], ["distributor_id", 5], ["app_id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://breitenbergmuller.info/franklyn", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"5"}
Distributor Load (0.9ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.7ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://breitenbergmuller.info/franklyn"], ["updated_at", "2018-12-10 20:42:18.219295"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/5 Completed 302 Found in 22ms (ActiveRecord: 2.3ms)

 (0.4ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.1ms)  COMMIT
 (2.9ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collins.com/lance_bauch"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.257673"], ["updated_at", "2018-12-10 20:42:18.257673"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (21.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non non animi amet."], ["url", "http://christiansen.name/mohammed.howell"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.266828"], ["updated_at", "2018-12-10 20:42:18.266828"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eligendi dolorem corporis ut."], ["info_url", "http://lynchmann.name/cameron"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.292371"], ["updated_at", "2018-12-10 20:42:18.292371"], ["developer_id", 6]]
SQL (1.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rutherfordlebsack.com/aurora.wisoky"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.295213"], ["updated_at", "2018-12-10 20:42:18.295213"], ["distributor_id", 6], ["app_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://hegmann.com/adria.west", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"6"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://hegmann.com/adria.west"], ["updated_at", "2018-12-10 20:42:18.303476"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/6 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

 (3.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lindgren.io/ali"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.316414"], ["updated_at", "2018-12-10 20:42:18.316414"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (11.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus rerum voluptatem et."], ["url", "http://jenkinhanahan.com/ollie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.321645"], ["updated_at", "2018-12-10 20:42:18.321645"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga id vitae consequatur."], ["info_url", "http://torphy.io/pattie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.338723"], ["updated_at", "2018-12-10 20:42:18.338723"], ["developer_id", 7]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schimmel.info/lucien.goldner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.340574"], ["updated_at", "2018-12-10 20:42:18.340574"], ["distributor_id", 7], ["app_id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"7"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmitt.info/lisette_auer"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.353737"], ["updated_at", "2018-12-10 20:42:18.353737"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Porro dolores aut odit."], ["url", "http://becker.info/zoraida_mohr"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.358177"], ["updated_at", "2018-12-10 20:42:18.358177"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et culpa id libero."], ["info_url", "http://gusikowski.biz/benny.oberbrunner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.360629"], ["updated_at", "2018-12-10 20:42:18.360629"], ["developer_id", 8]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gutkowski.co/ema.bradtke"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.362520"], ["updated_at", "2018-12-10 20:42:18.362520"], ["distributor_id", 8], ["app_id", 8]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"8"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://zemlakcrooks.io/luanne"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.374646"], ["updated_at", "2018-12-10 20:42:18.374646"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Numquam at ut sint."], ["url", "http://bartoletti.name/ernestine"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.379327"], ["updated_at", "2018-12-10 20:42:18.379327"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et magnam ratione neque."], ["info_url", "http://kiehn.info/cherlyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.382479"], ["updated_at", "2018-12-10 20:42:18.382479"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beattydooley.name/lincoln"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.383513"], ["updated_at", "2018-12-10 20:42:18.383513"], ["distributor_id", 9], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"9"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur qui iure ratione."], ["url", "http://batz.io/maisha"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.410182"], ["updated_at", "2018-12-10 20:42:18.410182"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum veniam et et."], ["info_url", "http://sauer.net/harlan"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.413167"], ["updated_at", "2018-12-10 20:42:18.413167"], ["developer_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stamm.info/freddy"], ["description", "Nihil nostrum ullam dolores."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.418676"], ["updated_at", "2018-12-10 20:42:18.418676"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas fugit magni quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.420858"], ["updated_at", "2018-12-10 20:42:18.420858"], ["app_id", 10], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Repellat placeat sed quia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hayesmann.biz/milagros.rogahn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.426145"], ["updated_at", "2018-12-10 20:42:18.426145"], ["icon_id", "apple"]]
SQL (1.1ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leannonbauch.info/dougla_fahey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.428451"], ["updated_at", "2018-12-10 20:42:18.428451"], ["distributor_id", 10], ["app_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"10"}
App Load (0.5ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure commodi qui eum."], ["url", "http://dibbert.com/timothy.wilkinson"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.461175"], ["updated_at", "2018-12-10 20:42:18.461175"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut placeat expedita id."], ["info_url", "http://harris.com/lidia_ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.464790"], ["updated_at", "2018-12-10 20:42:18.464790"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://klockoschamberger.com/pasquale"], ["description", "Aspernatur eaque cumque dolores."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.473406"], ["updated_at", "2018-12-10 20:42:18.473406"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quaerat dolore similique quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.475189"], ["updated_at", "2018-12-10 20:42:18.475189"], ["app_id", 11], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Qui voluptates eos nihil."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://graham.name/irena"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.481392"], ["updated_at", "2018-12-10 20:42:18.481392"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zemlakschuster.net/benedict"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.483310"], ["updated_at", "2018-12-10 20:42:18.483310"], ["distributor_id", 11], ["app_id", 11]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"11"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed repudiandae dolore eius."], ["url", "http://okon.info/nestor"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.495212"], ["updated_at", "2018-12-10 20:42:18.495212"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut magni voluptas accusantium."], ["info_url", "http://nitzschemarks.org/christine_johnston"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.498363"], ["updated_at", "2018-12-10 20:42:18.498363"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johns.biz/stanford"], ["description", "Sequi dolores adipisci quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.502542"], ["updated_at", "2018-12-10 20:42:18.502542"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas ut possimus nisi."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.503476"], ["updated_at", "2018-12-10 20:42:18.503476"], ["app_id", 12], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Omnis et enim commodi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wisozk.com/jackeline_jenkins"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.506932"], ["updated_at", "2018-12-10 20:42:18.506932"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://williamson.info/joesph.weinat"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.508734"], ["updated_at", "2018-12-10 20:42:18.508734"], ["distributor_id", 12], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"12"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 1.1ms)

 (0.3ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (1.9ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non quis itaque expedita."], ["url", "http://mclaughlin.com/dennis.heel"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.527306"], ["updated_at", "2018-12-10 20:42:18.527306"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officiis natus laudantium ullam."], ["info_url", "http://predovic.com/monty"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.530869"], ["updated_at", "2018-12-10 20:42:18.530869"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kubstrosin.org/man_keler"], ["description", "Voluptatem enim mollitia quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.537121"], ["updated_at", "2018-12-10 20:42:18.537121"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur voluptatem odio reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.538072"], ["updated_at", "2018-12-10 20:42:18.538072"], ["app_id", 13], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Rerum quidem facilis voluptatibus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://pfannerstill.co/august"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.540656"], ["updated_at", "2018-12-10 20:42:18.540656"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schadenhegmann.com/alexander_leffler"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.541345"], ["updated_at", "2018-12-10 20:42:18.541345"], ["distributor_id", 13], ["app_id", 13]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Accusamus laudantium quos eaque.", "info_url"=>"http://schumm.org/annabelle", "is_live"=>"true", "name"=>"app_name"}, "id"=>"13"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Accusamus laudantium quos eaque."], ["info_url", "http://schumm.org/annabelle"], ["updated_at", "2018-12-10 20:42:18.549387"], ["id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/13 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et aut sed ea."], ["url", "http://gaylord.org/matilde_swift"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.559684"], ["updated_at", "2018-12-10 20:42:18.559684"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quos omnis voluptate accusamus."], ["info_url", "http://homenickkreiger.org/alvaro"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.565086"], ["updated_at", "2018-12-10 20:42:18.565086"], ["developer_id", 14]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kshlerin.io/dalton"], ["description", "Culpa ullam repellat rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.573243"], ["updated_at", "2018-12-10 20:42:18.573243"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum esse aut aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.575233"], ["updated_at", "2018-12-10 20:42:18.575233"], ["app_id", 14], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Error eos est dolorem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kertzmann.com/dusty_homenick"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.579803"], ["updated_at", "2018-12-10 20:42:18.579803"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://farrell.info/tresa.kshlerin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.581332"], ["updated_at", "2018-12-10 20:42:18.581332"], ["distributor_id", 14], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Dicta ad est esse.", "info_url"=>"http://langoshborer.biz/cheryl", "is_live"=>"true", "name"=>"app_name"}, "id"=>"14"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Dicta ad est esse."], ["info_url", "http://langoshborer.biz/cheryl"], ["updated_at", "2018-12-10 20:42:18.587397"], ["id", 14]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/14 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut aut molestiae laboriosam."], ["url", "http://dicki.biz/burton_ernser"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.597278"], ["updated_at", "2018-12-10 20:42:18.597278"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut a commodi voluptatem."], ["info_url", "http://dickens.io/josh"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.600199"], ["updated_at", "2018-12-10 20:42:18.600199"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wilderman.org/danial"], ["description", "Aut ipsum minus eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.605903"], ["updated_at", "2018-12-10 20:42:18.605903"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iure quam perferendis molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.607061"], ["updated_at", "2018-12-10 20:42:18.607061"], ["app_id", 15], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Distinctio nobis molestiae minima."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://littel.name/walter_senger"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.610517"], ["updated_at", "2018-12-10 20:42:18.610517"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klein.com/whitney"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.612386"], ["updated_at", "2018-12-10 20:42:18.612386"], ["distributor_id", 15], ["app_id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Sit veniam labore dolorum.", "info_url"=>"http://hayeshowe.info/maurine.auer", "is_live"=>"true", "name"=>"app_name"}, "id"=>"15"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Sit veniam labore dolorum."], ["info_url", "http://hayeshowe.info/maurine.auer"], ["updated_at", "2018-12-10 20:42:18.619668"], ["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/15 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est aliquid corrupti tenetur."], ["url", "http://heidenreich.io/elisa.heller"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.627922"], ["updated_at", "2018-12-10 20:42:18.627922"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia quaerat earum non."], ["info_url", "http://kiehn.io/rick"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.632255"], ["updated_at", "2018-12-10 20:42:18.632255"], ["developer_id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfeffer.biz/reginia.wyman"], ["description", "Culpa autem dolore enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.637994"], ["updated_at", "2018-12-10 20:42:18.637994"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et voluptatem et fugit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.639306"], ["updated_at", "2018-12-10 20:42:18.639306"], ["app_id", 16], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Officiis dicta amet ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mrazlabadie.name/leroy"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.642908"], ["updated_at", "2018-12-10 20:42:18.642908"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bergnaum.biz/dominique.swift"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.644829"], ["updated_at", "2018-12-10 20:42:18.644829"], ["distributor_id", 16], ["app_id", 16]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)

App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://koelpinnolan.info/cole_morar"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.678730"], ["updated_at", "2018-12-10 20:42:18.678730"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint molestiae dolor excepturi."], ["url", "http://kutch.io/granville"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.683865"], ["updated_at", "2018-12-10 20:42:18.683865"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Beatae aperiam omnis non."], ["info_url", "http://powlowski.name/lanny.klocko"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.687596"], ["updated_at", "2018-12-10 20:42:18.687596"], ["developer_id", 17]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hammes.co/lavon.kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.688986"], ["updated_at", "2018-12-10 20:42:18.688986"], ["distributor_id", 17], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor quia voluptatum qui."], ["url", "http://roob.com/celeste.nienow"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.692612"], ["updated_at", "2018-12-10 20:42:18.692612"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum exercitationem odio quos."], ["info_url", "http://reilly.biz/ronny"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.694870"], ["updated_at", "2018-12-10 20:42:18.694870"], ["developer_id", 18]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sporerwilliamson.co/darcel"], ["description", "Excepturi omnis est deleniti."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.701663"], ["updated_at", "2018-12-10 20:42:18.701663"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint unde laboriosam et."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.702867"], ["updated_at", "2018-12-10 20:42:18.702867"], ["app_id", 18], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Id quis quis consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://keelingbosco.biz/melaine.hilpert"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.706716"], ["updated_at", "2018-12-10 20:42:18.706716"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://douglaswilliamson.com/shanice.fisher"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.707809"], ["updated_at", "2018-12-10 20:42:18.707809"], ["distributor_id", 18], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cain.name/priscila.kris"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.709625"], ["updated_at", "2018-12-10 20:42:18.709625"], ["distributor_id", 17], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://schmittschuster.co/karole_runolfsdottir"}, "id"=>"19"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://schmittschuster.co/karole_runolfsdottir"], ["updated_at", "2018-12-10 20:42:18.720627"], ["id", 19]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/19 Completed 302 Found in 10ms (ActiveRecord: 2.0ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://witting.com/aubrey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.728139"], ["updated_at", "2018-12-10 20:42:18.728139"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint vero animi ab."], ["url", "http://barrows.co/normand_kris"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.734145"], ["updated_at", "2018-12-10 20:42:18.734145"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit odit velit et."], ["info_url", "http://binsrath.co/percy.fritsch"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.737392"], ["updated_at", "2018-12-10 20:42:18.737392"], ["developer_id", 19]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runolfon.com/carroll"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.739135"], ["updated_at", "2018-12-10 20:42:18.739135"], ["distributor_id", 19], ["app_id", 19]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellendus sit consequatur consequatur."], ["url", "http://gradybradtke.net/ashlyn.douglas"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.744584"], ["updated_at", "2018-12-10 20:42:18.744584"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam et culpa perferendis."], ["info_url", "http://smith.name/cyril"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.747332"], ["updated_at", "2018-12-10 20:42:18.747332"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gibson.name/gerald"], ["description", "Debitis quod et aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.752837"], ["updated_at", "2018-12-10 20:42:18.752837"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque quaerat et aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.753891"], ["updated_at", "2018-12-10 20:42:18.753891"], ["app_id", 20], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Vel voluptate enim in."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kohermann.co/barbie.yost"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.757607"], ["updated_at", "2018-12-10 20:42:18.757607"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://runte.org/angela"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.759105"], ["updated_at", "2018-12-10 20:42:18.759105"], ["distributor_id", 20], ["app_id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondricka.com/waldo.jast"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.762377"], ["updated_at", "2018-12-10 20:42:18.762377"], ["distributor_id", 19], ["app_id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://gloverdamore.name/terrence"}, "id"=>"22"}
DistributorLink Load (0.5ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://gloverdamore.name/terrence"], ["updated_at", "2018-12-10 20:42:18.774076"], ["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/22 Completed 302 Found in 10ms (ActiveRecord: 2.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://deckow.net/craig.hermann"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.781720"], ["updated_at", "2018-12-10 20:42:18.781720"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias ipsa quas dolorem."], ["url", "http://torpokon.net/lela_larkin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.785761"], ["updated_at", "2018-12-10 20:42:18.785761"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facere explicabo at dolor."], ["info_url", "http://schumm.info/nicolas_koch"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.789370"], ["updated_at", "2018-12-10 20:42:18.789370"], ["developer_id", 21]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koelpin.org/margarito.gleichner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.790640"], ["updated_at", "2018-12-10 20:42:18.790640"], ["distributor_id", 21], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non sit pariatur rerum."], ["url", "http://ruel.com/mandi_hoeger"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.795353"], ["updated_at", "2018-12-10 20:42:18.795353"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est rerum dolor at."], ["info_url", "http://gutkowski.name/franchesca.bode"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.797968"], ["updated_at", "2018-12-10 20:42:18.797968"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jast.co/anja"], ["description", "Accusamus voluptatem alias error."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.803288"], ["updated_at", "2018-12-10 20:42:18.803288"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae minima aliquam natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.804477"], ["updated_at", "2018-12-10 20:42:18.804477"], ["app_id", 22], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Laborum voluptates non et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kub.biz/israel"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.807283"], ["updated_at", "2018-12-10 20:42:18.807283"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gaylord.name/criselda"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.808231"], ["updated_at", "2018-12-10 20:42:18.808231"], ["distributor_id", 22], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dibbert.co/blanca"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.809961"], ["updated_at", "2018-12-10 20:42:18.809961"], ["distributor_id", 21], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://weber.co/magda"}, "id"=>"25"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://weber.co/magda"], ["updated_at", "2018-12-10 20:42:18.818755"], ["id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/25 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reilly.info/lenita_hamill"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.825220"], ["updated_at", "2018-12-10 20:42:18.825220"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et officiis consequatur tempora."], ["url", "http://deckow.info/tonita"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.830594"], ["updated_at", "2018-12-10 20:42:18.830594"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo nemo totam ut."], ["info_url", "http://wehner.io/horace.kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.834135"], ["updated_at", "2018-12-10 20:42:18.834135"], ["developer_id", 23]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://borer.info/long_ratke"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.835704"], ["updated_at", "2018-12-10 20:42:18.835704"], ["distributor_id", 23], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor deleniti aut sed."], ["url", "http://moentoy.io/dawne"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.839474"], ["updated_at", "2018-12-10 20:42:18.839474"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Libero nihil iste quae."], ["info_url", "http://lehner.io/cheryll"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.841378"], ["updated_at", "2018-12-10 20:42:18.841378"], ["developer_id", 24]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermannjacobi.net/gidget_bergnaum"], ["description", "Rerum excepturi corrupti ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.847445"], ["updated_at", "2018-12-10 20:42:18.847445"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima sit blanditiis perferendis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.848619"], ["updated_at", "2018-12-10 20:42:18.848619"], ["app_id", 24], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Quis sint ad reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://simonis.biz/orpha_ferry"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.855060"], ["updated_at", "2018-12-10 20:42:18.855060"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://christiansen.org/lilliam"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.856164"], ["updated_at", "2018-12-10 20:42:18.856164"], ["distributor_id", 24], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klinghowell.info/wilber.lehner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.858553"], ["updated_at", "2018-12-10 20:42:18.858553"], ["distributor_id", 23], ["app_id", 24]]
 (1.7ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"28"}
DistributorLink Load (0.6ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cronabreitenberg.com/keely"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.888372"], ["updated_at", "2018-12-10 20:42:18.888372"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati fuga et doloribus."], ["url", "http://goyette.info/miles"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.892053"], ["updated_at", "2018-12-10 20:42:18.892053"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugit totam adipisci voluptatem."], ["info_url", "http://kilback.info/don"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.901046"], ["updated_at", "2018-12-10 20:42:18.901046"], ["developer_id", 25]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murazik.net/josphine"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.902748"], ["updated_at", "2018-12-10 20:42:18.902748"], ["distributor_id", 25], ["app_id", 25]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor quis rem ex."], ["url", "http://jacobson.biz/tennille_prohaska"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.909876"], ["updated_at", "2018-12-10 20:42:18.909876"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam voluptatem molestiae fuga."], ["info_url", "http://gusikowskimohr.info/virgil"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.915086"], ["updated_at", "2018-12-10 20:42:18.915086"], ["developer_id", 26]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hamillkuvalis.net/astrid.renner"], ["description", "Rerum ratione maiores et."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.925550"], ["updated_at", "2018-12-10 20:42:18.925550"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea corporis beatae nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.927560"], ["updated_at", "2018-12-10 20:42:18.927560"], ["app_id", 26], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Fuga occaecati optio omnis."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herzogkovacek.io/suzan"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.934194"], ["updated_at", "2018-12-10 20:42:18.934194"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koepp.com/numbers.borer"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.935765"], ["updated_at", "2018-12-10 20:42:18.935765"], ["distributor_id", 26], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://macejkovic.com/azzie_kunze"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.938071"], ["updated_at", "2018-12-10 20:42:18.938071"], ["distributor_id", 25], ["app_id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"31"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 31], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.5ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reynolds.info/rodger"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.951536"], ["updated_at", "2018-12-10 20:42:18.951536"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est voluptas repudiandae rerum."], ["url", "http://effertz.com/jewel.purdy"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.958571"], ["updated_at", "2018-12-10 20:42:18.958571"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dicta saepe sapiente adipisci."], ["info_url", "http://effertz.net/mirella"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.968220"], ["updated_at", "2018-12-10 20:42:18.968220"], ["developer_id", 27]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weber.com/ginger_frami"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.970795"], ["updated_at", "2018-12-10 20:42:18.970795"], ["distributor_id", 27], ["app_id", 27]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et eos aperiam commodi."], ["url", "http://hackettvonrueden.info/jenifer_moen"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.976145"], ["updated_at", "2018-12-10 20:42:18.976145"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut non tenetur nihil."], ["info_url", "http://howell.com/donte"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.979816"], ["updated_at", "2018-12-10 20:42:18.979816"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://danielthiel.name/horacio"], ["description", "Veritatis consequatur autem doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.986973"], ["updated_at", "2018-12-10 20:42:18.986973"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et voluptatibus laborum in."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.988184"], ["updated_at", "2018-12-10 20:42:18.988184"], ["app_id", 28], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Error velit nulla amet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nienowhagenes.org/alayna"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.991569"], ["updated_at", "2018-12-10 20:42:18.991569"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fahey.info/giuseppina.grady"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.992531"], ["updated_at", "2018-12-10 20:42:18.992531"], ["distributor_id", 28], ["app_id", 28]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://walshbaumbach.com/vicenta"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:18.994633"], ["updated_at", "2018-12-10 20:42:18.994633"], ["distributor_id", 27], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"34"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dooley.co/louetta"], ["description", "Voluptatem non voluptatum ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.015352"], ["updated_at", "2018-12-10 20:42:19.015352"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis quaerat itaque ducimus."], ["url", "http://ornlangosh.co/glayds"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.020512"], ["updated_at", "2018-12-10 20:42:19.020512"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos nemo corrupti aut."], ["info_url", "http://pfeffer.info/arnulfo"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.025089"], ["updated_at", "2018-12-10 20:42:19.025089"], ["developer_id", 29]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum iusto et voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.026404"], ["updated_at", "2018-12-10 20:42:19.026404"], ["app_id", 29], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Et illum repellendus nostrum."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut sint est a."], ["url", "http://waelchi.net/fae.schaefer"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.034234"], ["updated_at", "2018-12-10 20:42:19.034234"], ["logo_image_url", nil]]
 (1.7ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et et facere corrupti."], ["info_url", "http://senger.co/joey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.039271"], ["updated_at", "2018-12-10 20:42:19.039271"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://luettgen.org/cletus"], ["description", "Vel expedita eos at."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.044512"], ["updated_at", "2018-12-10 20:42:19.044512"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et aut illum delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.045984"], ["updated_at", "2018-12-10 20:42:19.045984"], ["app_id", 30], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Quo sed ea deserunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prosaccoullrich.io/rachel.moriette"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.049108"], ["updated_at", "2018-12-10 20:42:19.049108"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kundebartell.biz/jeniffer.upton"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.050096"], ["updated_at", "2018-12-10 20:42:19.050096"], ["distributor_id", 29], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit dolorum at enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.053027"], ["updated_at", "2018-12-10 20:42:19.053027"], ["app_id", 30], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Nesciunt deleniti est harum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et ad officia quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.058382"], ["updated_at", "2018-12-10 20:42:19.058382"], ["works_with_id", 17], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Consectetur reiciendis libero eligendi."], ["publish_date", "2018-12-09"]]
 (3.0ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Et sint perspiciatis non.", "is_live"=>"true", "promo_image_url"=>"http://raynor.net/thresa_mohr", "promo_text"=>"Suscipit qui aut ad.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"1"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Et sint perspiciatis non."], ["promo_text", "Suscipit qui aut ad."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:42:19.076855"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/1 Completed 302 Found in 10ms (ActiveRecord: 1.8ms)

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weimann.name/barrett_lakin"], ["description", "Excepturi occaecati qui dignissimos."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.084424"], ["updated_at", "2018-12-10 20:42:19.084424"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut et rerum animi."], ["url", "http://tremblay.co/alexis"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.088323"], ["updated_at", "2018-12-10 20:42:19.088323"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit id mollitia itaque."], ["info_url", "http://watsica.net/fredrick_heathcote"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.092061"], ["updated_at", "2018-12-10 20:42:19.092061"], ["developer_id", 31]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Natus ut voluptates eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.093247"], ["updated_at", "2018-12-10 20:42:19.093247"], ["app_id", 31], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Debitis repellendus veritatis suscipit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur incidunt sed quas."], ["url", "http://gleasonhilpert.io/rena"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.098435"], ["updated_at", "2018-12-10 20:42:19.098435"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto quia consequuntur quasi."], ["info_url", "http://veum.org/leslie.skiles"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.100734"], ["updated_at", "2018-12-10 20:42:19.100734"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunze.net/melvin.mcglynn"], ["description", "Perferendis in nostrum odio."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.105478"], ["updated_at", "2018-12-10 20:42:19.105478"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus non voluptas doloremque."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.106823"], ["updated_at", "2018-12-10 20:42:19.106823"], ["app_id", 32], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Odio modi commodi aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oharawuckert.io/raymond"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.111905"], ["updated_at", "2018-12-10 20:42:19.111905"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lehner.net/rico"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.113642"], ["updated_at", "2018-12-10 20:42:19.113642"], ["distributor_id", 30], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet sunt dolores rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.116842"], ["updated_at", "2018-12-10 20:42:19.116842"], ["app_id", 32], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Illo culpa et vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aut qui ducimus in."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.120206"], ["updated_at", "2018-12-10 20:42:19.120206"], ["works_with_id", 20], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Harum nam porro at."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Qui non rem minima.", "is_live"=>"true", "promo_image_url"=>"http://donnelly.info/sidney_beer", "promo_text"=>"Totam dolor cumque odit.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.7ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Qui non rem minima."], ["promo_text", "Totam dolor cumque odit."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:42:19.132369"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 10ms (ActiveRecord: 2.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://roberts.com/tomas"], ["description", "Eligendi rem aut praesentium."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.138298"], ["updated_at", "2018-12-10 20:42:19.138298"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aperiam repellat accusantium hic."], ["url", "http://quitzon.org/caidy"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.142144"], ["updated_at", "2018-12-10 20:42:19.142144"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maxime sint autem maiores."], ["info_url", "http://walker.io/queenie_schiller"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.145977"], ["updated_at", "2018-12-10 20:42:19.145977"], ["developer_id", 33]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quos quas qui velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.147409"], ["updated_at", "2018-12-10 20:42:19.147409"], ["app_id", 33], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Animi veritatis tenetur corrupti."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cum quas ab sunt."], ["url", "http://connelly.name/kelly.thompson"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.152187"], ["updated_at", "2018-12-10 20:42:19.152187"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellat ratione temporibus voluptatum."], ["info_url", "http://rodriguez.co/jerome.frami"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.154407"], ["updated_at", "2018-12-10 20:42:19.154407"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pfefferlesch.info/nga_gottlieb"], ["description", "Architecto ducimus voluptatibus unde."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.170125"], ["updated_at", "2018-12-10 20:42:19.170125"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad iusto distinctio quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.171202"], ["updated_at", "2018-12-10 20:42:19.171202"], ["app_id", 34], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Et in sed fugiat."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rodriguez.co/nora"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.173984"], ["updated_at", "2018-12-10 20:42:19.173984"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://swiftmurphy.name/kareen_fisher"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.174762"], ["updated_at", "2018-12-10 20:42:19.174762"], ["distributor_id", 31], ["app_id", 34]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod non fuga ex."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.177454"], ["updated_at", "2018-12-10 20:42:19.177454"], ["app_id", 34], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Libero deserunt officia dolorum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Consequatur enim et exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.181176"], ["updated_at", "2018-12-10 20:42:19.181176"], ["works_with_id", 23], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ut porro sed non."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Eveniet ratione perferendis vel.", "is_live"=>"true", "promo_image_url"=>"http://mayer.org/candice.wyman", "promo_text"=>"Illo placeat magni quia.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Eveniet ratione perferendis vel."], ["promo_text", "Illo placeat magni quia."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:42:19.190989"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 8ms (ActiveRecord: 1.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonsmitham.org/janean"], ["description", "Perferendis et aut et."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.197697"], ["updated_at", "2018-12-10 20:42:19.197697"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae quia non nemo."], ["url", "http://beer.co/colby"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.201247"], ["updated_at", "2018-12-10 20:42:19.201247"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia magnam adipisci vero."], ["info_url", "http://smithamrodriguez.info/audrea"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.204617"], ["updated_at", "2018-12-10 20:42:19.204617"], ["developer_id", 35]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et in aut molestiae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.205606"], ["updated_at", "2018-12-10 20:42:19.205606"], ["app_id", 35], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Molestiae et ipsum veniam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut facere adipisci animi."], ["url", "http://wintheiserkozey.info/mason_tromp"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.209702"], ["updated_at", "2018-12-10 20:42:19.209702"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis velit dicta rem."], ["info_url", "http://oconnell.io/sol"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.212115"], ["updated_at", "2018-12-10 20:42:19.212115"], ["developer_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://davishomenick.io/reyes_schroeder"], ["description", "Consectetur at voluptatem in."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.217045"], ["updated_at", "2018-12-10 20:42:19.217045"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem ut eum quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.218122"], ["updated_at", "2018-12-10 20:42:19.218122"], ["app_id", 36], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Magni rerum et et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://goodwin.org/loura"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.221064"], ["updated_at", "2018-12-10 20:42:19.221064"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://marquardt.io/johnsie.altenwerth"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.221927"], ["updated_at", "2018-12-10 20:42:19.221927"], ["distributor_id", 32], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A iure in similique."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.224671"], ["updated_at", "2018-12-10 20:42:19.224671"], ["app_id", 36], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Qui omnis voluptas odio."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Est nisi similique consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.228259"], ["updated_at", "2018-12-10 20:42:19.228259"], ["works_with_id", 26], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Qui tempore et non."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"4"}
Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://weimann.co/gustavo.moen"], ["description", "Dolorem delectus laboriosam nobis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.238466"], ["updated_at", "2018-12-10 20:42:19.238466"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Officiis est velit aperiam."], ["url", "http://stantondurgan.info/beatriz_kiehn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.242180"], ["updated_at", "2018-12-10 20:42:19.242180"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse aut laborum laboriosam."], ["info_url", "http://beahansimonis.biz/raymonde.dach"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.245879"], ["updated_at", "2018-12-10 20:42:19.245879"], ["developer_id", 37]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea id optio omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.247317"], ["updated_at", "2018-12-10 20:42:19.247317"], ["app_id", 37], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Aspernatur voluptatem est numquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tenetur aut doloremque officiis."], ["url", "http://cartwright.info/blaine"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.251419"], ["updated_at", "2018-12-10 20:42:19.251419"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse quisquam sit odit."], ["info_url", "http://okunevaschulist.name/evelina_bradtke"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.253259"], ["updated_at", "2018-12-10 20:42:19.253259"], ["developer_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://williamsonabshire.co/walker"], ["description", "Porro quo consectetur cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.258208"], ["updated_at", "2018-12-10 20:42:19.258208"]]
SQL (3.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui quas aut temporibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.259315"], ["updated_at", "2018-12-10 20:42:19.259315"], ["app_id", 38], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Consequatur vel doloremque quia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://funk.io/geoffrey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.266855"], ["updated_at", "2018-12-10 20:42:19.266855"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lynchtremblay.biz/colton"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.268107"], ["updated_at", "2018-12-10 20:42:19.268107"], ["distributor_id", 33], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur velit accusamus voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.270963"], ["updated_at", "2018-12-10 20:42:19.270963"], ["app_id", 38], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Nostrum et autem eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptates qui dolorum ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.274254"], ["updated_at", "2018-12-10 20:42:19.274254"], ["works_with_id", 29], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Consectetur voluptatem ea quis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"5"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ullrichgaylord.co/amparo.harvey"], ["description", "Aut sequi reprehenderit vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.284326"], ["updated_at", "2018-12-10 20:42:19.284326"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum excepturi ducimus ab."], ["url", "http://herman.com/elda"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.288559"], ["updated_at", "2018-12-10 20:42:19.288559"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Exercitationem earum distinctio nesciunt."], ["info_url", "http://langworthheller.com/karyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.292346"], ["updated_at", "2018-12-10 20:42:19.292346"], ["developer_id", 39]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt asperiores velit cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.293427"], ["updated_at", "2018-12-10 20:42:19.293427"], ["app_id", 39], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Consequuntur magni eveniet unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel mollitia nam qui."], ["url", "http://stokes.info/stan_mills"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.298621"], ["updated_at", "2018-12-10 20:42:19.298621"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id ut totam numquam."], ["info_url", "http://jakubowski.net/fairy_ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.300953"], ["updated_at", "2018-12-10 20:42:19.300953"], ["developer_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mante.org/louie_turner"], ["description", "Sint voluptas beatae non."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.305737"], ["updated_at", "2018-12-10 20:42:19.305737"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut id aut omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.306766"], ["updated_at", "2018-12-10 20:42:19.306766"], ["app_id", 40], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Temporibus dolorem velit optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerhold.io/yvone"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.309777"], ["updated_at", "2018-12-10 20:42:19.309777"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brekke.info/sonny_bogan"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.310828"], ["updated_at", "2018-12-10 20:42:19.310828"], ["distributor_id", 34], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum praesentium dignissimos maiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.314346"], ["updated_at", "2018-12-10 20:42:19.314346"], ["app_id", 40], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Eveniet libero aut veritatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Cum aut ut doloribus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.318129"], ["updated_at", "2018-12-10 20:42:19.318129"], ["works_with_id", 32], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nulla dicta impedit soluta."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://waelchi.info/doug"], ["description", "Porro id ad itaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.342377"], ["updated_at", "2018-12-10 20:42:19.342377"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.8ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos nihil numquam facere."], ["url", "http://cronin.name/joie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.348337"], ["updated_at", "2018-12-10 20:42:19.348337"], ["logo_image_url", nil]]
 (0.8ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et dolorum nobis quo."], ["info_url", "http://hand.net/america"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.353857"], ["updated_at", "2018-12-10 20:42:19.353857"], ["developer_id", 41]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui omnis est laborum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.355273"], ["updated_at", "2018-12-10 20:42:19.355273"], ["app_id", 41], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Debitis in dignissimos modi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maxime libero sed ut."], ["url", "http://huels.info/marlin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.359492"], ["updated_at", "2018-12-10 20:42:19.359492"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non adipisci voluptas ab."], ["info_url", "http://lesch.biz/sharla_osinski"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.362221"], ["updated_at", "2018-12-10 20:42:19.362221"], ["developer_id", 42]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://predovic.name/cedrick"], ["description", "Dolores optio sit culpa."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.368473"], ["updated_at", "2018-12-10 20:42:19.368473"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est non qui omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.372456"], ["updated_at", "2018-12-10 20:42:19.372456"], ["app_id", 42], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Voluptatem sunt voluptatibus expedita."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nader.net/carlene.feeney"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.375773"], ["updated_at", "2018-12-10 20:42:19.375773"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://larkin.com/hillary_farrell"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.376732"], ["updated_at", "2018-12-10 20:42:19.376732"], ["distributor_id", 35], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis enim aut quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.379926"], ["updated_at", "2018-12-10 20:42:19.379926"], ["app_id", 42], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Dolorem quas a eveniet."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Nemo dolore quos animi."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.386058"], ["updated_at", "2018-12-10 20:42:19.386058"], ["works_with_id", 35], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Praesentium dolorum quod est."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)

Testimonial Load (0.5ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fadelbruen.org/arline_kuhic"], ["description", "Nihil sed natus porro."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.417432"], ["updated_at", "2018-12-10 20:42:19.417432"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et ipsa qui ab."], ["url", "http://hickle.com/jermaine"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.421214"], ["updated_at", "2018-12-10 20:42:19.421214"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis esse ut quia."], ["info_url", "http://harbermurray.io/jacqulyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.424244"], ["updated_at", "2018-12-10 20:42:19.424244"], ["developer_id", 43]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum omnis reprehenderit earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.425456"], ["updated_at", "2018-12-10 20:42:19.425456"], ["app_id", 43], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Perferendis non repudiandae qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates molestias qui reiciendis."], ["url", "http://konopelski.com/stacey"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.430696"], ["updated_at", "2018-12-10 20:42:19.430696"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut voluptas voluptatem temporibus."], ["info_url", "http://rohanbogan.io/carson.stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.435026"], ["updated_at", "2018-12-10 20:42:19.435026"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lowe.co/lin_hilll"], ["description", "Natus eveniet inventore dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.439914"], ["updated_at", "2018-12-10 20:42:19.439914"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo soluta necessitatibus mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.441582"], ["updated_at", "2018-12-10 20:42:19.441582"], ["app_id", 44], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Quas aliquid nam placeat."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ernser.com/ila"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.449203"], ["updated_at", "2018-12-10 20:42:19.449203"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://greenholt.io/milton"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.450505"], ["updated_at", "2018-12-10 20:42:19.450505"], ["distributor_id", 36], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas autem ea nisi."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.453506"], ["updated_at", "2018-12-10 20:42:19.453506"], ["app_id", 44], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Quae sunt dolores eaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ea suscipit autem animi."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.456650"], ["updated_at", "2018-12-10 20:42:19.456650"], ["works_with_id", 38], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quidem cum laudantium itaque."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 15:42:19 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.5ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (1.9ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 15:42:19 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (2.4ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://waterspollich.com/nenita.oberbrunner"], ["description", "Adipisci blanditiis sunt eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.487754"], ["updated_at", "2018-12-10 20:42:19.487754"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsa alias sit itaque."], ["url", "http://hillswalker.net/alysa.dibbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.492754"], ["updated_at", "2018-12-10 20:42:19.492754"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellat optio consequatur eius."], ["info_url", "http://paucek.com/adina.kautzer"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.497298"], ["updated_at", "2018-12-10 20:42:19.497298"], ["developer_id", 45]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio veniam nihil quidem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.498481"], ["updated_at", "2018-12-10 20:42:19.498481"], ["app_id", 45], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Nulla vel est dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae amet autem odit."], ["url", "http://rogahn.info/harrison"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.503046"], ["updated_at", "2018-12-10 20:42:19.503046"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium voluptas aut ex."], ["info_url", "http://gibson.net/muoi.mertz"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.505077"], ["updated_at", "2018-12-10 20:42:19.505077"], ["developer_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cole.com/teodoro"], ["description", "Sint iure vel repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.509567"], ["updated_at", "2018-12-10 20:42:19.509567"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et modi repellat explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.510729"], ["updated_at", "2018-12-10 20:42:19.510729"], ["app_id", 46], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Harum fugit nisi ratione."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mckenzie.name/aracely.legros"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.514848"], ["updated_at", "2018-12-10 20:42:19.514848"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hudson.org/denese_fay"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.516029"], ["updated_at", "2018-12-10 20:42:19.516029"], ["distributor_id", 37], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet inventore perspiciatis totam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.518722"], ["updated_at", "2018-12-10 20:42:19.518722"], ["app_id", 46], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Nisi at eveniet nesciunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Molestias et ea omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.521898"], ["updated_at", "2018-12-10 20:42:19.521898"], ["works_with_id", 41], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Occaecati non natus reprehenderit."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quos quis atque quaerat."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:42:19.524916"], ["updated_at", "2018-12-10 20:42:19.524916"], ["testimonial_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"1"}
TestimonialSlide Load (2.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.9ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 1]]
 (1.4ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 9ms (ActiveRecord: 5.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sipescollins.net/deon.reichert"], ["description", "Esse vero voluptatem eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.545042"], ["updated_at", "2018-12-10 20:42:19.545042"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (2.5ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae commodi maiores optio."], ["url", "http://stehr.info/ernesto"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.552196"], ["updated_at", "2018-12-10 20:42:19.552196"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi nostrum expedita quibusdam."], ["info_url", "http://ohara.com/emmie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.557122"], ["updated_at", "2018-12-10 20:42:19.557122"], ["developer_id", 47]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis eos labore explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.558460"], ["updated_at", "2018-12-10 20:42:19.558460"], ["app_id", 47], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Eaque id deleniti iusto."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est officia debitis sunt."], ["url", "http://gorczany.com/junie"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.563267"], ["updated_at", "2018-12-10 20:42:19.563267"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit a distinctio maiores."], ["info_url", "http://senger.io/willetta"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.565438"], ["updated_at", "2018-12-10 20:42:19.565438"], ["developer_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koepp.org/neil_lockman"], ["description", "Qui perspiciatis aut velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.570243"], ["updated_at", "2018-12-10 20:42:19.570243"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est provident quasi officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.571354"], ["updated_at", "2018-12-10 20:42:19.571354"], ["app_id", 48], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Maiores dignissimos quo incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://glover.info/kiley"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.574046"], ["updated_at", "2018-12-10 20:42:19.574046"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://simonis.info/gerard.feil"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.574978"], ["updated_at", "2018-12-10 20:42:19.574978"], ["distributor_id", 38], ["app_id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae quidem ex incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.577836"], ["updated_at", "2018-12-10 20:42:19.577836"], ["app_id", 48], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Vero quis provident adipisci."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Similique nemo cupiditate nobis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.582100"], ["updated_at", "2018-12-10 20:42:19.582100"], ["works_with_id", 44], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Et dolorem ut vel."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Unde non perspiciatis possimus."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:42:19.584857"], ["updated_at", "2018-12-10 20:42:19.584857"], ["testimonial_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"2"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tillmanvon.org/kristi"], ["description", "Porro eum praesentium omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.597198"], ["updated_at", "2018-12-10 20:42:19.597198"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus culpa id et."], ["url", "http://donnelly.com/wyatt"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.601219"], ["updated_at", "2018-12-10 20:42:19.601219"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Placeat harum reiciendis ea."], ["info_url", "http://runolfon.co/guillermo"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.605408"], ["updated_at", "2018-12-10 20:42:19.605408"], ["developer_id", 49]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores est accusamus reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.606660"], ["updated_at", "2018-12-10 20:42:19.606660"], ["app_id", 49], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Et eligendi optio quod."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Fugiat molestiae ratione sit."], ["url", "http://beer.info/enda_hayes"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.612138"], ["updated_at", "2018-12-10 20:42:19.612138"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem esse odit officiis."], ["info_url", "http://mann.org/jerry_zieme"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.614803"], ["updated_at", "2018-12-10 20:42:19.614803"], ["developer_id", 50]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kerluke.name/windy"], ["description", "Quaerat velit quos deserunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.620437"], ["updated_at", "2018-12-10 20:42:19.620437"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est mollitia ducimus explicabo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.621546"], ["updated_at", "2018-12-10 20:42:19.621546"], ["app_id", 50], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Pariatur earum et voluptate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://grahambecker.biz/reynaldo.okeefe"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.624394"], ["updated_at", "2018-12-10 20:42:19.624394"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://farrell.biz/dominique.mcglynn"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.625359"], ["updated_at", "2018-12-10 20:42:19.625359"], ["distributor_id", 39], ["app_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit minus exercitationem libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.628644"], ["updated_at", "2018-12-10 20:42:19.628644"], ["app_id", 50], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Iusto laboriosam est cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aliquid minima deserunt quibusdam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.632687"], ["updated_at", "2018-12-10 20:42:19.632687"], ["works_with_id", 47], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Exercitationem nulla velit consequatur."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Harum vel omnis provident."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:42:19.635236"], ["updated_at", "2018-12-10 20:42:19.635236"], ["testimonial_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://volkmanklocko.name/errol_schuppe"], ["description", "Praesentium sit voluptatem quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.663533"], ["updated_at", "2018-12-10 20:42:19.663533"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit nemo qui in."], ["url", "http://satterfield.com/shelton"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.667805"], ["updated_at", "2018-12-10 20:42:19.667805"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut aut et omnis."], ["info_url", "http://vandervort.co/forest.carroll"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.671850"], ["updated_at", "2018-12-10 20:42:19.671850"], ["developer_id", 51]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat sit error accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.672890"], ["updated_at", "2018-12-10 20:42:19.672890"], ["app_id", 51], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Itaque eum illo ea."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur occaecati voluptates nostrum."], ["url", "http://skiles.io/johnny"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.677314"], ["updated_at", "2018-12-10 20:42:19.677314"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequuntur temporibus sit sint."], ["info_url", "http://little.com/nova_hegmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.680286"], ["updated_at", "2018-12-10 20:42:19.680286"], ["developer_id", 52]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nolanoreilly.info/rey.hagenes"], ["description", "Nulla et sint qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.685768"], ["updated_at", "2018-12-10 20:42:19.685768"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis libero autem quisquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.686909"], ["updated_at", "2018-12-10 20:42:19.686909"], ["app_id", 52], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Ea laboriosam esse molestiae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://douglas.com/antoine.mante"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.690023"], ["updated_at", "2018-12-10 20:42:19.690023"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://welch.name/brice.murazik"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.690944"], ["updated_at", "2018-12-10 20:42:19.690944"], ["distributor_id", 40], ["app_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi aperiam eaque repudiandae."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.693719"], ["updated_at", "2018-12-10 20:42:19.693719"], ["app_id", 52], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Excepturi blanditiis itaque nisi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eum consequuntur expedita omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.698630"], ["updated_at", "2018-12-10 20:42:19.698630"], ["works_with_id", 50], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dignissimos odio blanditiis magnam."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Cum qui velit reprehenderit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:42:19.701757"], ["updated_at", "2018-12-10 20:42:19.701757"], ["testimonial_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Saepe ut omnis vero.", "image_url"=>"http://cormier.co/elmo", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 37], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 52], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Saepe ut omnis vero."], ["updated_at", "2018-12-10 20:42:19.713105"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 10ms (ActiveRecord: 2.2ms)

TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://botsford.io/barney_berge"], ["description", "Labore et officia iusto."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.721284"], ["updated_at", "2018-12-10 20:42:19.721284"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odio accusantium nulla ducimus."], ["url", "http://blick.name/werner"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.724943"], ["updated_at", "2018-12-10 20:42:19.724943"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Odio minus laboriosam modi."], ["info_url", "http://kuhic.org/krystina"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.729174"], ["updated_at", "2018-12-10 20:42:19.729174"], ["developer_id", 53]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illum libero placeat eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.730451"], ["updated_at", "2018-12-10 20:42:19.730451"], ["app_id", 53], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Ad eveniet a perferendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi necessitatibus asperiores aut."], ["url", "http://luettgen.io/randell_kovacek"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.734792"], ["updated_at", "2018-12-10 20:42:19.734792"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius quidem optio deserunt."], ["info_url", "http://becker.org/jeanna.vandervort"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.736819"], ["updated_at", "2018-12-10 20:42:19.736819"], ["developer_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfonabbott.co/cindy"], ["description", "Amet quia aut aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.741153"], ["updated_at", "2018-12-10 20:42:19.741153"]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique vel veritatis consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.742030"], ["updated_at", "2018-12-10 20:42:19.742030"], ["app_id", 54], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Quam numquam suscipit eius."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sipes.com/rafael_kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.746682"], ["updated_at", "2018-12-10 20:42:19.746682"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kub.info/andrew"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.747830"], ["updated_at", "2018-12-10 20:42:19.747830"], ["distributor_id", 41], ["app_id", 54]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et placeat ut ullam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.750610"], ["updated_at", "2018-12-10 20:42:19.750610"], ["app_id", 54], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Sed sint dolorem blanditiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eveniet est vel voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.754276"], ["updated_at", "2018-12-10 20:42:19.754276"], ["works_with_id", 53], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Saepe et eveniet expedita."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Vero velit et ut."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:42:19.756928"], ["updated_at", "2018-12-10 20:42:19.756928"], ["testimonial_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Atque quia aspernatur natus.", "image_url"=>"http://okuneva.org/octavio_wilderman", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Atque quia aspernatur natus."], ["updated_at", "2018-12-10 20:42:19.768242"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 10ms (ActiveRecord: 2.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jakubowski.net/chantay"], ["description", "Mollitia dolorem natus ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.776483"], ["updated_at", "2018-12-10 20:42:19.776483"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum hic odit cumque."], ["url", "http://mooreherzog.co/cornelia"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.781349"], ["updated_at", "2018-12-10 20:42:19.781349"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti repellat sapiente veniam."], ["info_url", "http://turner.net/keven_davis"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.785379"], ["updated_at", "2018-12-10 20:42:19.785379"], ["developer_id", 55]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates ut molestiae odit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.786854"], ["updated_at", "2018-12-10 20:42:19.786854"], ["app_id", 55], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Adipisci reprehenderit enim tempora."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo harum maxime aut."], ["url", "http://kiehn.info/cory"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.791539"], ["updated_at", "2018-12-10 20:42:19.791539"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem sapiente explicabo modi."], ["info_url", "http://tromp.net/stephen_lockman"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.793472"], ["updated_at", "2018-12-10 20:42:19.793472"], ["developer_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://tremblay.name/joelle.brekke"], ["description", "Tempore minus accusamus est."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.799213"], ["updated_at", "2018-12-10 20:42:19.799213"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit aut esse alias."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.800463"], ["updated_at", "2018-12-10 20:42:19.800463"], ["app_id", 56], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Nostrum itaque et est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bednar.io/christopher"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.803341"], ["updated_at", "2018-12-10 20:42:19.803341"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dubuque.co/leigh"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.804188"], ["updated_at", "2018-12-10 20:42:19.804188"], ["distributor_id", 42], ["app_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et sed laudantium saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.806865"], ["updated_at", "2018-12-10 20:42:19.806865"], ["app_id", 56], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Aut est minus non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Deleniti quibusdam accusantium et."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.809940"], ["updated_at", "2018-12-10 20:42:19.809940"], ["works_with_id", 56], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "In quia molestiae assumenda."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Earum eos quo est."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:42:19.812652"], ["updated_at", "2018-12-10 20:42:19.812652"], ["testimonial_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Dicta at iusto maxime.", "image_url"=>"http://armstrong.io/tiffiny", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Dicta at iusto maxime."], ["updated_at", "2018-12-10 20:42:19.823310"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/6 Completed 302 Found in 9ms (ActiveRecord: 1.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://willmcclure.io/rusty"], ["description", "Labore et est assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.831177"], ["updated_at", "2018-12-10 20:42:19.831177"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo labore est repellat."], ["url", "http://schaeferrutherford.io/raymundo_kulas"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.835708"], ["updated_at", "2018-12-10 20:42:19.835708"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus nisi minima consequatur."], ["info_url", "http://feestbeatty.org/vance_schmitt"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.839382"], ["updated_at", "2018-12-10 20:42:19.839382"], ["developer_id", 57]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum expedita magni perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.840495"], ["updated_at", "2018-12-10 20:42:19.840495"], ["app_id", 57], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Quos illum ut cupiditate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat corrupti eius et."], ["url", "http://pfeffer.co/tarah_cremin"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.844670"], ["updated_at", "2018-12-10 20:42:19.844670"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Earum possimus nulla illo."], ["info_url", "http://conn.biz/miquel"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.847084"], ["updated_at", "2018-12-10 20:42:19.847084"], ["developer_id", 58]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://joneshirthe.net/idell_witting"], ["description", "Tempora quod ut placeat."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.852152"], ["updated_at", "2018-12-10 20:42:19.852152"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos quidem sit ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.853226"], ["updated_at", "2018-12-10 20:42:19.853226"], ["app_id", 58], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Sit et at sequi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://herman.io/napoleon"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.856416"], ["updated_at", "2018-12-10 20:42:19.856416"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilllkunde.io/marinda.kautzer"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.857414"], ["updated_at", "2018-12-10 20:42:19.857414"], ["distributor_id", 43], ["app_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem sequi consequuntur aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.860520"], ["updated_at", "2018-12-10 20:42:19.860520"], ["app_id", 58], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Eos aut voluptates neque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Mollitia delectus distinctio sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.865207"], ["updated_at", "2018-12-10 20:42:19.865207"], ["works_with_id", 59], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Consequatur sint ab fuga."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Accusamus non tempore at."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:42:19.867952"], ["updated_at", "2018-12-10 20:42:19.867952"], ["testimonial_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://buckridge.biz/jody.gleason"], ["description", "Recusandae asperiores qui consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.970147"], ["updated_at", "2018-12-10 20:42:19.970147"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores iure ipsa dicta."], ["url", "http://ullrich.name/lenny"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.973852"], ["updated_at", "2018-12-10 20:42:19.973852"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Recusandae eaque incidunt et."], ["info_url", "http://denesikweimann.info/giuseppe"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.977635"], ["updated_at", "2018-12-10 20:42:19.977635"], ["developer_id", 59]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consectetur laudantium est omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.979155"], ["updated_at", "2018-12-10 20:42:19.979155"], ["app_id", 59], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Non consectetur voluptas ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quia id similique modi."], ["url", "http://sporer.com/berta.ziemann"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.983690"], ["updated_at", "2018-12-10 20:42:19.983690"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id at laborum hic."], ["info_url", "http://brekke.biz/celestina_buckridge"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.986143"], ["updated_at", "2018-12-10 20:42:19.986143"], ["developer_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mclaughlin.info/tanner.hilpert"], ["description", "Nesciunt et et vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.990611"], ["updated_at", "2018-12-10 20:42:19.990611"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas quidem officia dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.991479"], ["updated_at", "2018-12-10 20:42:19.991479"], ["app_id", 60], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Commodi quo qui sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://macgyverklocko.net/angeline"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.994175"], ["updated_at", "2018-12-10 20:42:19.994175"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schinner.io/glinda.dibbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.995482"], ["updated_at", "2018-12-10 20:42:19.995482"], ["distributor_id", 44], ["app_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque minima quia consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:19.998863"], ["updated_at", "2018-12-10 20:42:19.998863"], ["app_id", 60], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Vel cupiditate est distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam tempore laborum facilis."], ["url", "http://denesikwunsch.biz/brenna"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.011505"], ["updated_at", "2018-12-10 20:42:20.011505"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 15:42:20 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://conroy.name/cruz"], ["description", "Ut debitis esse aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.040887"], ["updated_at", "2018-12-10 20:42:20.040887"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et dicta sequi velit."], ["url", "http://legros.info/angelina"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.045774"], ["updated_at", "2018-12-10 20:42:20.045774"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor ipsa illo sed."], ["info_url", "http://koch.net/leie.mayer"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.051524"], ["updated_at", "2018-12-10 20:42:20.051524"], ["developer_id", 62]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi ut ut rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.053035"], ["updated_at", "2018-12-10 20:42:20.053035"], ["app_id", 61], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Dolores delectus dolores et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim eum mollitia velit."], ["url", "http://brown.biz/stephania"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.057944"], ["updated_at", "2018-12-10 20:42:20.057944"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea vitae adipisci quidem."], ["info_url", "http://braun.io/china.lesch"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.060478"], ["updated_at", "2018-12-10 20:42:20.060478"], ["developer_id", 63]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bashirian.co/dannielle"], ["description", "Quaerat qui nam incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.069088"], ["updated_at", "2018-12-10 20:42:20.069088"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est recusandae explicabo quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.070459"], ["updated_at", "2018-12-10 20:42:20.070459"], ["app_id", 62], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Ut autem ullam rerum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mante.com/alexis_fritsch"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.074026"], ["updated_at", "2018-12-10 20:42:20.074026"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hicklecole.co/johnson"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.075052"], ["updated_at", "2018-12-10 20:42:20.075052"], ["distributor_id", 45], ["app_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum optio laudantium libero."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.079442"], ["updated_at", "2018-12-10 20:42:20.079442"], ["app_id", 62], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Voluptatem voluptate omnis quidem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"65"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://towne.net/cayla"], ["description", "Voluptatibus magnam eaque quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.106943"], ["updated_at", "2018-12-10 20:42:20.106943"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et ex molestias maxime."], ["url", "http://konopelski.name/shandra.smith"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.111034"], ["updated_at", "2018-12-10 20:42:20.111034"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo quas modi ut."], ["info_url", "http://zemlak.biz/harris"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.117419"], ["updated_at", "2018-12-10 20:42:20.117419"], ["developer_id", 64]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae soluta voluptas qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.119197"], ["updated_at", "2018-12-10 20:42:20.119197"], ["app_id", 63], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Et id accusamus est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptate commodi dolorem qui."], ["url", "http://cronin.net/emmanuel_grimes"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.123772"], ["updated_at", "2018-12-10 20:42:20.123772"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Animi voluptatem sed dolor."], ["info_url", "http://farrell.name/jacque_keler"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.125799"], ["updated_at", "2018-12-10 20:42:20.125799"], ["developer_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://greenfelder.io/ezra_gleason"], ["description", "Quisquam rerum alias magni."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.131439"], ["updated_at", "2018-12-10 20:42:20.131439"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis odio dolorem nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.132607"], ["updated_at", "2018-12-10 20:42:20.132607"], ["app_id", 64], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Delectus ullam consequatur consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmitt.info/regena.lang"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.135839"], ["updated_at", "2018-12-10 20:42:20.135839"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yundt.net/aida_heel"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.136835"], ["updated_at", "2018-12-10 20:42:20.136835"], ["distributor_id", 46], ["app_id", 64]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut nesciunt atque ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.140469"], ["updated_at", "2018-12-10 20:42:20.140469"], ["app_id", 64], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Recusandae quod optio minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"68"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.3ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gulgowski.net/duncan_stokes"], ["description", "Aspernatur quasi cumque asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.151016"], ["updated_at", "2018-12-10 20:42:20.151016"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit aut perspiciatis quia."], ["url", "http://prosacco.org/shaunta.herman"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.154695"], ["updated_at", "2018-12-10 20:42:20.154695"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem earum nihil fuga."], ["info_url", "http://zboncak.io/kelley.rempel"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.158869"], ["updated_at", "2018-12-10 20:42:20.158869"], ["developer_id", 66]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est libero ut consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.160116"], ["updated_at", "2018-12-10 20:42:20.160116"], ["app_id", 65], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Vel soluta labore ratione."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae est eum et."], ["url", "http://kub.io/armida"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.165561"], ["updated_at", "2018-12-10 20:42:20.165561"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe qui et provident."], ["info_url", "http://oreilly.io/michell_zboncak"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.168784"], ["updated_at", "2018-12-10 20:42:20.168784"], ["developer_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutmannmueller.co/chandra.schmidt"], ["description", "Aut error consequuntur rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.174404"], ["updated_at", "2018-12-10 20:42:20.174404"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti facere molestiae impedit."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.175575"], ["updated_at", "2018-12-10 20:42:20.175575"], ["app_id", 66], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Nulla in dignissimos et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://collieremard.org/lakeisha_leannon"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.178554"], ["updated_at", "2018-12-10 20:42:20.178554"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bashirian.info/gayla"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.179893"], ["updated_at", "2018-12-10 20:42:20.179893"], ["distributor_id", 47], ["app_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deserunt eius et consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.183070"], ["updated_at", "2018-12-10 20:42:20.183070"], ["app_id", 66], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Commodi consequatur cumque maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"71"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://farrellmccullough.io/elodia.lesch"], ["description", "Temporibus quae reiciendis amet."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.192384"], ["updated_at", "2018-12-10 20:42:20.192384"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id repellat nihil et."], ["url", "http://jacobsraynor.info/lilli.rodriguez"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.197303"], ["updated_at", "2018-12-10 20:42:20.197303"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et perferendis facilis et."], ["info_url", "http://veum.io/tayna_hand"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.201276"], ["updated_at", "2018-12-10 20:42:20.201276"], ["developer_id", 68]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam error natus quo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.202555"], ["updated_at", "2018-12-10 20:42:20.202555"], ["app_id", 67], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Est sit eos ipsum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae dicta perferendis cumque."], ["url", "http://goldner.co/elmira"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.206825"], ["updated_at", "2018-12-10 20:42:20.206825"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium saepe nemo neque."], ["info_url", "http://turcotte.net/leila"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.209312"], ["updated_at", "2018-12-10 20:42:20.209312"], ["developer_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schaefer.org/rodger"], ["description", "Et doloremque quas numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.214742"], ["updated_at", "2018-12-10 20:42:20.214742"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint possimus quam quidem."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.215923"], ["updated_at", "2018-12-10 20:42:20.215923"], ["app_id", 68], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "In voluptatem illum reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://crona.biz/cortney"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.218983"], ["updated_at", "2018-12-10 20:42:20.218983"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kshlerin.biz/serena"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.219983"], ["updated_at", "2018-12-10 20:42:20.219983"], ["distributor_id", 48], ["app_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem debitis ut et."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.222775"], ["updated_at", "2018-12-10 20:42:20.222775"], ["app_id", 68], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Et vero iste animi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Voluptatem natus non facilis.", "is_live"=>"true", "promo_image_url"=>"http://bergnaumbecker.info/maribeth", "promo_text"=>"Libero modi culpa iure.", "title"=>"works_with_title"}, "id"=>"74"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Voluptatem natus non facilis."], ["promo_image_url", nil], ["promo_text", "Libero modi culpa iure."], ["updated_at", "2018-12-10 20:42:20.232015"], ["id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/74 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koelpin.info/nola"], ["description", "Perferendis animi quaerat possimus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.238054"], ["updated_at", "2018-12-10 20:42:20.238054"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum dicta illo fugiat."], ["url", "http://borerwindler.org/rozanne_bergstrom"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.241928"], ["updated_at", "2018-12-10 20:42:20.241928"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati nobis quia totam."], ["info_url", "http://rutherford.name/dexter"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.245753"], ["updated_at", "2018-12-10 20:42:20.245753"], ["developer_id", 70]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Exercitationem et similique non."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.247161"], ["updated_at", "2018-12-10 20:42:20.247161"], ["app_id", 69], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Placeat doloribus a exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea est laudantium distinctio."], ["url", "http://kunze.co/efrain"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.251516"], ["updated_at", "2018-12-10 20:42:20.251516"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos dolorem excepturi maxime."], ["info_url", "http://king.org/tuan"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.253467"], ["updated_at", "2018-12-10 20:42:20.253467"], ["developer_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cartwright.io/abe"], ["description", "Harum libero mollitia accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.258220"], ["updated_at", "2018-12-10 20:42:20.258220"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus et provident quod."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.259155"], ["updated_at", "2018-12-10 20:42:20.259155"], ["app_id", 70], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Magni aut blanditiis corrupti."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://borer.name/christine"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.263006"], ["updated_at", "2018-12-10 20:42:20.263006"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://macgyver.name/rosetta_schowalter"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.264091"], ["updated_at", "2018-12-10 20:42:20.264091"], ["distributor_id", 49], ["app_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint enim quaerat molestias."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.266989"], ["updated_at", "2018-12-10 20:42:20.266989"], ["app_id", 70], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Exercitationem doloremque est sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Et qui qui repudiandae.", "is_live"=>"true", "promo_image_url"=>"http://trantow.net/josh.kaulke", "promo_text"=>"Quaerat magnam dolore porro.", "title"=>"works_with_title"}, "id"=>"77"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Et qui qui repudiandae."], ["promo_image_url", nil], ["promo_text", "Quaerat magnam dolore porro."], ["updated_at", "2018-12-10 20:42:20.284987"], ["id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/77 Completed 302 Found in 17ms (ActiveRecord: 1.4ms)

WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://botsfordwhite.biz/blake"], ["description", "Quibusdam vitae quisquam nemo."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.291831"], ["updated_at", "2018-12-10 20:42:20.291831"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem occaecati officia ullam."], ["url", "http://hagenesjakubowski.com/kimbery.kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.296134"], ["updated_at", "2018-12-10 20:42:20.296134"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cumque voluptas vero est."], ["info_url", "http://koeppthompson.org/hannah"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.299878"], ["updated_at", "2018-12-10 20:42:20.299878"], ["developer_id", 72]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere dolorum nemo perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.301049"], ["updated_at", "2018-12-10 20:42:20.301049"], ["app_id", 71], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Nesciunt et voluptatem sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsum autem veritatis pariatur."], ["url", "http://franeckilebsack.com/jarvis_hand"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.304899"], ["updated_at", "2018-12-10 20:42:20.304899"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Placeat modi possimus amet."], ["info_url", "http://beerwelch.org/austin_kuhlman"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.306768"], ["updated_at", "2018-12-10 20:42:20.306768"], ["developer_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://yost.co/alexia"], ["description", "Sint sed similique minus."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.311262"], ["updated_at", "2018-12-10 20:42:20.311262"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quisquam distinctio qui vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.312397"], ["updated_at", "2018-12-10 20:42:20.312397"], ["app_id", 72], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Tempora sapiente vitae aspernatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummerata.info/janyce.rohan"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.315564"], ["updated_at", "2018-12-10 20:42:20.315564"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sauer.info/cedric.flatley"], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.316431"], ["updated_at", "2018-12-10 20:42:20.316431"], ["distributor_id", 50], ["app_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt molestiae alias ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:42:20.319139"], ["updated_at", "2018-12-10 20:42:20.319139"], ["app_id", 72], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Aut accusantium est id."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Quos delectus et et.", "is_live"=>"true", "promo_image_url"=>"http://hilpert.biz/imogene", "promo_text"=>"Eveniet est qui qui.", "title"=>"works_with_title"}, "id"=>"80"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Quos delectus et et."], ["promo_image_url", nil], ["promo_text", "Eveniet est qui qui."], ["updated_at", "2018-12-10 20:42:20.327250"], ["id", 80]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/80 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (21.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (23.2ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.3ms)  COMMIT
 (29.6ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.9ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (210.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (3.1ms)  BEGIN
 (0.8ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://donnelly.co/cedrick"], ["description", "Minus eligendi quos officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.221463"], ["updated_at", "2018-12-10 20:43:26.221463"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non dolorem quibusdam veritatis."], ["url", "http://wymanritchie.co/fernanda"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.235005"], ["updated_at", "2018-12-10 20:43:26.235005"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quibusdam quis exercitationem temporibus."], ["info_url", "http://breitenbergbatz.net/deonna"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.247600"], ["updated_at", "2018-12-10 20:43:26.247600"], ["developer_id", 1]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque aut at quos."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.249726"], ["updated_at", "2018-12-10 20:43:26.249726"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Voluptate exercitationem earum incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut qui illum aut."], ["url", "http://tremblay.org/scot"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.254474"], ["updated_at", "2018-12-10 20:43:26.254474"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit qui ut rerum."], ["info_url", "http://koelpin.com/willard_runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.256304"], ["updated_at", "2018-12-10 20:43:26.256304"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://carroll.name/rolland_rutherford"], ["description", "Dolorem vel eum aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.269452"], ["updated_at", "2018-12-10 20:43:26.269452"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In quis sit omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.270755"], ["updated_at", "2018-12-10 20:43:26.270755"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Quos quisquam magni distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.6ms)  SAVEPOINT active_record_1
SQL (3.1ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://williamson.co/divina.hodkiewicz"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.285180"], ["updated_at", "2018-12-10 20:43:26.285180"], ["icon_id", "apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beatty.biz/hilario"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.289177"], ["updated_at", "2018-12-10 20:43:26.289177"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt voluptates omnis nulla."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.292449"], ["updated_at", "2018-12-10 20:43:26.292449"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Quo dolor sequi velit."]]
 (1.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wiza.biz/irving_ryan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.339569"], ["updated_at", "2018-12-10 20:43:26.339569"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit illum expedita distinctio."], ["url", "http://mayerbergstrom.name/corey_schoen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.343808"], ["updated_at", "2018-12-10 20:43:26.343808"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Molestiae amet rerum nihil."], ["info_url", "http://skiles.biz/ronni.barton"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.347236"], ["updated_at", "2018-12-10 20:43:26.347236"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dickensledner.biz/samuel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.348457"], ["updated_at", "2018-12-10 20:43:26.348457"], ["distributor_id", 2], ["app_id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"2"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 29ms (Views: 21.9ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://quitzonosinski.co/taisha"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.386542"], ["updated_at", "2018-12-10 20:43:26.386542"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus at eum blanditiis."], ["url", "http://romaguera.biz/margret_kiehn"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.390651"], ["updated_at", "2018-12-10 20:43:26.390651"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Soluta hic et sed."], ["info_url", "http://beahanschultz.info/sebastian"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.393824"], ["updated_at", "2018-12-10 20:43:26.393824"], ["developer_id", 4]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vandervortthiel.co/inge"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.394789"], ["updated_at", "2018-12-10 20:43:26.394789"], ["distributor_id", 3], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"3"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuhic.co/oscar"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.415517"], ["updated_at", "2018-12-10 20:43:26.415517"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Occaecati aspernatur dolor molestias."], ["url", "http://barton.info/chance"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.418802"], ["updated_at", "2018-12-10 20:43:26.418802"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut quo cum nemo."], ["info_url", "http://nicolas.net/tisha"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.422028"], ["updated_at", "2018-12-10 20:43:26.422028"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wilkinson.org/sonny"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.422889"], ["updated_at", "2018-12-10 20:43:26.422889"], ["distributor_id", 4], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"4"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://brakus.net/mozella_sanford"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.432922"], ["updated_at", "2018-12-10 20:43:26.432922"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Neque accusamus veniam animi."], ["url", "http://wyman.co/ward.nader"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.437697"], ["updated_at", "2018-12-10 20:43:26.437697"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo dicta alias voluptatibus."], ["info_url", "http://bahringerhahn.org/elane"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.441587"], ["updated_at", "2018-12-10 20:43:26.441587"], ["developer_id", 6]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://emard.com/carolee_hauck"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.442365"], ["updated_at", "2018-12-10 20:43:26.442365"], ["distributor_id", 5], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://mohrdonnelly.co/su", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"5"}
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://mohrdonnelly.co/su"], ["updated_at", "2018-12-10 20:43:26.447343"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/5 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

Distributor Load (1.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://trantow.info/philip"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.455894"], ["updated_at", "2018-12-10 20:43:26.455894"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis molestiae velit quia."], ["url", "http://watersweber.net/anthony"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.461284"], ["updated_at", "2018-12-10 20:43:26.461284"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum odit accusamus voluptatem."], ["info_url", "http://waelchi.com/jenna"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.465079"], ["updated_at", "2018-12-10 20:43:26.465079"], ["developer_id", 7]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://shields.co/trish.dicki"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.466489"], ["updated_at", "2018-12-10 20:43:26.466489"], ["distributor_id", 6], ["app_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://damore.info/darcy", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"6"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://damore.info/darcy"], ["updated_at", "2018-12-10 20:43:26.471576"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/6 Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wizaheel.name/jeffrey"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.476343"], ["updated_at", "2018-12-10 20:43:26.476343"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas unde vel voluptate."], ["url", "http://olson.io/chloe_dubuque"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.479964"], ["updated_at", "2018-12-10 20:43:26.479964"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil molestiae qui numquam."], ["info_url", "http://runte.io/bo"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.484285"], ["updated_at", "2018-12-10 20:43:26.484285"], ["developer_id", 8]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leuschkeschuppe.info/anton.kling"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.485982"], ["updated_at", "2018-12-10 20:43:26.485982"], ["distributor_id", 7], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://jones.io/brice.funk", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"7"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://jones.io/brice.funk"], ["updated_at", "2018-12-10 20:43:26.491748"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/7 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://feil.net/kaitlyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.497477"], ["updated_at", "2018-12-10 20:43:26.497477"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque aut itaque ab."], ["url", "http://ritchierogahn.net/ocie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.502290"], ["updated_at", "2018-12-10 20:43:26.502290"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est delectus corporis et."], ["info_url", "http://kohler.co/mack_kub"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.505470"], ["updated_at", "2018-12-10 20:43:26.505470"], ["developer_id", 9]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rice.com/ted.wisoky"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.506508"], ["updated_at", "2018-12-10 20:43:26.506508"], ["distributor_id", 8], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)

Distributor Load (0.3ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Totam quasi nam amet."], ["url", "http://pouros.com/leif.hammes"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.522385"], ["updated_at", "2018-12-10 20:43:26.522385"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Nemo architecto doloremque nihil.", "is_live"=>"true", "logo_image_url"=>"http://carter.name/nenita", "name"=>"developer_name", "url"=>"http://schowalter.org/chuck_wolf"}, "id"=>"10"}
Developer Load (0.5ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Nemo architecto doloremque nihil."], ["url", "http://schowalter.org/chuck_wolf"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:43:26.540041"], ["id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/10 Completed 302 Found in 12ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Asperiores corrupti accusantium ab."], ["url", "http://kleinrutherford.io/ashlee.dubuque"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.548277"], ["updated_at", "2018-12-10 20:43:26.548277"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Libero quia beatae omnis.", "is_live"=>"true", "logo_image_url"=>"http://batz.io/noe", "name"=>"developer_name", "url"=>"http://wolff.net/weston"}, "id"=>"11"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Libero quia beatae omnis."], ["url", "http://wolff.net/weston"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:43:26.554495"], ["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/11 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nam nulla excepturi qui."], ["url", "http://swaniawskihills.co/leticia"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.561112"], ["updated_at", "2018-12-10 20:43:26.561112"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Ipsum non maxime cumque.", "is_live"=>"true", "logo_image_url"=>"http://gleason.com/arcelia_kling", "name"=>"developer_name", "url"=>"http://kreigerconsidine.org/lemuel.kutch"}, "id"=>"12"}
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Ipsum non maxime cumque."], ["url", "http://kreigerconsidine.org/lemuel.kutch"], ["logo_image_url", nil], ["updated_at", "2018-12-10 20:43:26.568409"], ["id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/12 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Numquam aut perferendis ratione."], ["url", "http://ruelgottlieb.biz/oren.torp"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.574255"], ["updated_at", "2018-12-10 20:43:26.574255"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms)

Developer Load (0.3ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui sunt consequatur pariatur."], ["url", "http://johnston.io/mammie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.596385"], ["updated_at", "2018-12-10 20:43:26.596385"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"14"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (2.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis aut aut voluptate."], ["url", "http://zboncakmoore.net/harvey_schmeler"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.608090"], ["updated_at", "2018-12-10 20:43:26.608090"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"15"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.3ms)  SELECT COUNT(*) FROM "developers"
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aspernatur officiis quo autem."], ["url", "http://rathgrady.com/sachiko.jerde"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.619791"], ["updated_at", "2018-12-10 20:43:26.619791"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"16"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 16]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 4.2ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ratkestanton.net/ninfa"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.647888"], ["updated_at", "2018-12-10 20:43:26.647888"], ["icon_id", "apple"]]
 (1.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam dolor itaque voluptates."], ["url", "http://langosh.name/jeramy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.653859"], ["updated_at", "2018-12-10 20:43:26.653859"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et sed esse fuga."], ["info_url", "http://binsohara.biz/synthia"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.657064"], ["updated_at", "2018-12-10 20:43:26.657064"], ["developer_id", 17]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://goyette.info/josh"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.658188"], ["updated_at", "2018-12-10 20:43:26.658188"], ["distributor_id", 9], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex mollitia quia eum."], ["url", "http://koepp.co/romona.ernser"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.661702"], ["updated_at", "2018-12-10 20:43:26.661702"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nobis quo et odio."], ["info_url", "http://pouros.io/iesha"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.664644"], ["updated_at", "2018-12-10 20:43:26.664644"], ["developer_id", 18]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://johnson.org/adolph"], ["description", "Rem animi distinctio voluptates."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.673670"], ["updated_at", "2018-12-10 20:43:26.673670"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet sint omnis eaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.674719"], ["updated_at", "2018-12-10 20:43:26.674719"], ["app_id", 11], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Aut consequatur placeat error."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rodriguezernser.name/kareen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.677709"], ["updated_at", "2018-12-10 20:43:26.677709"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kub.info/tilda_gleason"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.678709"], ["updated_at", "2018-12-10 20:43:26.678709"], ["distributor_id", 10], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://corwin.co/keira"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.681049"], ["updated_at", "2018-12-10 20:43:26.681049"], ["distributor_id", 9], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"11"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://greenfelderhuels.com/enrique"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.693091"], ["updated_at", "2018-12-10 20:43:26.693091"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis ut totam iste."], ["url", "http://bahringer.co/jeanice"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.697852"], ["updated_at", "2018-12-10 20:43:26.697852"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium consectetur rerum porro."], ["info_url", "http://mayert.org/patrick"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.701599"], ["updated_at", "2018-12-10 20:43:26.701599"], ["developer_id", 19]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leuschke.net/kennith"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.702910"], ["updated_at", "2018-12-10 20:43:26.702910"], ["distributor_id", 11], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veniam quia sunt et."], ["url", "http://stammsenger.net/ray"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.706622"], ["updated_at", "2018-12-10 20:43:26.706622"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In provident voluptas quia."], ["info_url", "http://carter.com/royce_corkery"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.708537"], ["updated_at", "2018-12-10 20:43:26.708537"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://padberg.info/ophelia"], ["description", "Et similique aut et."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.714322"], ["updated_at", "2018-12-10 20:43:26.714322"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores id porro saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.716051"], ["updated_at", "2018-12-10 20:43:26.716051"], ["app_id", 13], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "In eum quo aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hilpert.co/andra"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.719950"], ["updated_at", "2018-12-10 20:43:26.719950"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dibbertconsidine.biz/cole"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.721278"], ["updated_at", "2018-12-10 20:43:26.721278"], ["distributor_id", 12], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://raynorhowe.info/otha"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.723682"], ["updated_at", "2018-12-10 20:43:26.723682"], ["distributor_id", 11], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"14"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kaulke.biz/joel.howe"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.735254"], ["updated_at", "2018-12-10 20:43:26.735254"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil voluptatem voluptas voluptas."], ["url", "http://torphuel.name/brandi_wiza"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.740091"], ["updated_at", "2018-12-10 20:43:26.740091"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt voluptatem saepe recusandae."], ["info_url", "http://bartellsatterfield.info/johnnie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.743895"], ["updated_at", "2018-12-10 20:43:26.743895"], ["developer_id", 21]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bergstrommacgyver.co/deanna_feeney"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.745916"], ["updated_at", "2018-12-10 20:43:26.745916"], ["distributor_id", 13], ["app_id", 14]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae similique molestiae harum."], ["url", "http://torphy.info/marlena_gerhold"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.750263"], ["updated_at", "2018-12-10 20:43:26.750263"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius nesciunt temporibus officiis."], ["info_url", "http://gutmann.net/betty"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.752796"], ["updated_at", "2018-12-10 20:43:26.752796"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://halvorson.info/ambrose"], ["description", "Vitae nobis dolorum voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.758308"], ["updated_at", "2018-12-10 20:43:26.758308"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis libero voluptatem excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.759589"], ["updated_at", "2018-12-10 20:43:26.759589"], ["app_id", 15], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Similique non mollitia soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://harber.biz/georgiann_nikolaus"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.764153"], ["updated_at", "2018-12-10 20:43:26.764153"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://moen.net/candis.mcglynn"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.765612"], ["updated_at", "2018-12-10 20:43:26.765612"], ["distributor_id", 14], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wehnerbrekke.net/hollis_olson"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.768029"], ["updated_at", "2018-12-10 20:43:26.768029"], ["distributor_id", 13], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://shanahanlabadie.org/fe_konopelski"}, "id"=>"17"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.2ms)  SAVEPOINT active_record_1
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://shanahanlabadie.org/fe_konopelski"], ["updated_at", "2018-12-10 20:43:26.780948"], ["id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/17 Completed 302 Found in 11ms (ActiveRecord: 2.2ms)

DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ritchie.name/tatiana"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.788807"], ["updated_at", "2018-12-10 20:43:26.788807"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laborum sit sit libero."], ["url", "http://herzog.co/harris_parisian"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.793658"], ["updated_at", "2018-12-10 20:43:26.793658"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non ducimus minus vero."], ["info_url", "http://wiza.info/magali"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.798495"], ["updated_at", "2018-12-10 20:43:26.798495"], ["developer_id", 23]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://raynor.com/ollie_weber"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.799910"], ["updated_at", "2018-12-10 20:43:26.799910"], ["distributor_id", 15], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.9ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reprehenderit aperiam saepe maiores."], ["url", "http://buckridge.name/tayna"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.806546"], ["updated_at", "2018-12-10 20:43:26.806546"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.5ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et velit facilis in."], ["info_url", "http://bergnaum.net/eli"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.810077"], ["updated_at", "2018-12-10 20:43:26.810077"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://yundt.com/ron"], ["description", "Dolorem ipsam aut provident."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.816676"], ["updated_at", "2018-12-10 20:43:26.816676"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Inventore debitis laboriosam consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.817923"], ["updated_at", "2018-12-10 20:43:26.817923"], ["app_id", 17], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Non rerum temporibus molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rempelbernier.io/harris_erdman"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.824283"], ["updated_at", "2018-12-10 20:43:26.824283"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schuppebrown.net/lon_emmerich"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.826217"], ["updated_at", "2018-12-10 20:43:26.826217"], ["distributor_id", 16], ["app_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://goodwin.io/mitzie.will"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.828374"], ["updated_at", "2018-12-10 20:43:26.828374"], ["distributor_id", 15], ["app_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://kuhicchamplin.io/jinny"}, "id"=>"20"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.2ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Distributor Load (0.1ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://kuhicchamplin.io/jinny"], ["updated_at", "2018-12-10 20:43:26.836972"], ["id", 20]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/20 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://murraysipes.co/horace.rodriguez"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.842834"], ["updated_at", "2018-12-10 20:43:26.842834"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem est adipisci pariatur."], ["url", "http://torphy.net/catalina"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.847732"], ["updated_at", "2018-12-10 20:43:26.847732"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas eos molestias aut."], ["info_url", "http://monahan.name/joe_bahringer"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.851237"], ["updated_at", "2018-12-10 20:43:26.851237"], ["developer_id", 25]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rippin.biz/talia"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.852705"], ["updated_at", "2018-12-10 20:43:26.852705"], ["distributor_id", 17], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi est maiores error."], ["url", "http://parker.io/arla_keeling"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.856366"], ["updated_at", "2018-12-10 20:43:26.856366"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et quo reprehenderit molestiae."], ["info_url", "http://welchluettgen.io/kenton"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.858241"], ["updated_at", "2018-12-10 20:43:26.858241"], ["developer_id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://pagacbauch.co/bruce"], ["description", "Accusamus praesentium hic perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.864354"], ["updated_at", "2018-12-10 20:43:26.864354"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa vel harum laboriosam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.865695"], ["updated_at", "2018-12-10 20:43:26.865695"], ["app_id", 19], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Mollitia omnis reprehenderit nihil."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bailey.co/kim"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.869056"], ["updated_at", "2018-12-10 20:43:26.869056"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sawayn.net/vicente"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.869996"], ["updated_at", "2018-12-10 20:43:26.869996"], ["distributor_id", 18], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://funk.info/alan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.871919"], ["updated_at", "2018-12-10 20:43:26.871919"], ["distributor_id", 17], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://schuster.com/caey_strosin"}, "id"=>"23"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://schuster.com/caey_strosin"], ["updated_at", "2018-12-10 20:43:26.879713"], ["id", 23]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/23 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lueilwitz.net/alice"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.886899"], ["updated_at", "2018-12-10 20:43:26.886899"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odit et enim ea."], ["url", "http://framigutmann.org/keena_bechtelar"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.891191"], ["updated_at", "2018-12-10 20:43:26.891191"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloribus atque rerum dolore."], ["info_url", "http://lueilwitz.name/kylee"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.906242"], ["updated_at", "2018-12-10 20:43:26.906242"], ["developer_id", 27]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://larkinwillms.info/marion"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.907377"], ["updated_at", "2018-12-10 20:43:26.907377"], ["distributor_id", 19], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis ducimus praesentium molestiae."], ["url", "http://considinekonopelski.org/noemi.ebert"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.911230"], ["updated_at", "2018-12-10 20:43:26.911230"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non necessitatibus earum consequatur."], ["info_url", "http://hellerhintz.io/virgilio_kling"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.913440"], ["updated_at", "2018-12-10 20:43:26.913440"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://becker.biz/analisa"], ["description", "Fugit ut eum est."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.919006"], ["updated_at", "2018-12-10 20:43:26.919006"]]
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis dolorem distinctio earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.920132"], ["updated_at", "2018-12-10 20:43:26.920132"], ["app_id", 21], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Qui ut delectus nesciunt."]]
 (1.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://franeckibernier.io/pete_buckridge"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.927938"], ["updated_at", "2018-12-10 20:43:26.927938"], ["icon_id", "apple"]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://langosh.name/waldo_mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.930121"], ["updated_at", "2018-12-10 20:43:26.930121"], ["distributor_id", 20], ["app_id", 21]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://conroykirlin.co/rodney"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.934716"], ["updated_at", "2018-12-10 20:43:26.934716"], ["distributor_id", 19], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"26"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.4ms)

 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus in nam laudantium."], ["url", "http://roob.biz/saul"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.964125"], ["updated_at", "2018-12-10 20:43:26.964125"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos magni quidem doloribus."], ["info_url", "http://grady.name/shayne_johnson"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.967216"], ["updated_at", "2018-12-10 20:43:26.967216"], ["developer_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://casper.biz/sima_quitzon"], ["description", "Ut odio nemo consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.972513"], ["updated_at", "2018-12-10 20:43:26.972513"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint rem voluptatem ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.973743"], ["updated_at", "2018-12-10 20:43:26.973743"], ["app_id", 22], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Similique quae maiores suscipit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://senger.com/carter.smitham"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.977274"], ["updated_at", "2018-12-10 20:43:26.977274"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://roberts.co/jarrett"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.978363"], ["updated_at", "2018-12-10 20:43:26.978363"], ["distributor_id", 21], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"22"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur error sed quo."], ["url", "http://ernser.info/fidelia"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.989714"], ["updated_at", "2018-12-10 20:43:26.989714"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa adipisci consectetur dolore."], ["info_url", "http://haag.info/weldon_luettgen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:26.992316"], ["updated_at", "2018-12-10 20:43:26.992316"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (2.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmidtcremin.co/rod_powlowski"], ["description", "Quam assumenda fugiat amet."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.001531"], ["updated_at", "2018-12-10 20:43:27.001531"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic ducimus qui eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.002943"], ["updated_at", "2018-12-10 20:43:27.002943"], ["app_id", 23], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Voluptatibus quia dolorem est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://white.io/erick"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.006044"], ["updated_at", "2018-12-10 20:43:27.006044"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ebertcain.io/eie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.007043"], ["updated_at", "2018-12-10 20:43:27.007043"], ["distributor_id", 22], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"23"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore nobis sit culpa."], ["url", "http://johnston.com/jamal"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.017607"], ["updated_at", "2018-12-10 20:43:27.017607"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Asperiores enim facilis impedit."], ["info_url", "http://metzgreenholt.org/dione"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.020056"], ["updated_at", "2018-12-10 20:43:27.020056"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hirthebergstrom.info/warner"], ["description", "Iusto provident magnam minus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.024895"], ["updated_at", "2018-12-10 20:43:27.024895"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque cumque veniam commodi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.025781"], ["updated_at", "2018-12-10 20:43:27.025781"], ["app_id", 24], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Perspiciatis consequatur libero doloremque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kihngrimes.co/coreen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.028411"], ["updated_at", "2018-12-10 20:43:27.028411"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kihn.io/drew_ziemann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.030004"], ["updated_at", "2018-12-10 20:43:27.030004"], ["distributor_id", 23], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)

App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam magni voluptatum inventore."], ["url", "http://jacobson.biz/albert_durgan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.057570"], ["updated_at", "2018-12-10 20:43:27.057570"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit enim possimus non."], ["info_url", "http://kirlin.info/erick.sporer"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.059823"], ["updated_at", "2018-12-10 20:43:27.059823"], ["developer_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gorczany.com/bobby"], ["description", "Aut est reiciendis corporis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.066938"], ["updated_at", "2018-12-10 20:43:27.066938"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Delectus iusto repellat voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.068243"], ["updated_at", "2018-12-10 20:43:27.068243"], ["app_id", 25], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Ipsam ad cumque quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://miller.info/huey_schumm"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.071517"], ["updated_at", "2018-12-10 20:43:27.071517"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ratkepacocha.biz/rufus.hyatt"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.072443"], ["updated_at", "2018-12-10 20:43:27.072443"], ["distributor_id", 24], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"25"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore molestiae et at."], ["url", "http://quigley.name/yahaira"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.086697"], ["updated_at", "2018-12-10 20:43:27.086697"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum dolorem sequi quia."], ["info_url", "http://abernathy.io/truman.haag"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.088884"], ["updated_at", "2018-12-10 20:43:27.088884"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.9ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schultz.co/janel_wisoky"], ["description", "Voluptatibus dolores perspiciatis fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.095413"], ["updated_at", "2018-12-10 20:43:27.095413"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio molestiae dolorem omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.097649"], ["updated_at", "2018-12-10 20:43:27.097649"], ["app_id", 26], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Aut itaque quos error."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://weinat.co/jermaine"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.102222"], ["updated_at", "2018-12-10 20:43:27.102222"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wintheiser.biz/mia_padberg"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.103745"], ["updated_at", "2018-12-10 20:43:27.103745"], ["distributor_id", 25], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Voluptas illo quidem corrupti.", "info_url"=>"http://heaneykshlerin.biz/miguelina_ritchie", "is_live"=>"true", "name"=>"app_name"}, "id"=>"26"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Voluptas illo quidem corrupti."], ["info_url", "http://heaneykshlerin.biz/miguelina_ritchie"], ["updated_at", "2018-12-10 20:43:27.111072"], ["id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/26 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)

App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem ut occaecati quia."], ["url", "http://hoppegreenholt.org/allan_wolff"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.120645"], ["updated_at", "2018-12-10 20:43:27.120645"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum ex rerum eaque."], ["info_url", "http://skiles.io/brant"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.122997"], ["updated_at", "2018-12-10 20:43:27.122997"], ["developer_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beahan.name/marlin"], ["description", "Dicta vero est in."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.128528"], ["updated_at", "2018-12-10 20:43:27.128528"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi rem dolorum corporis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.130665"], ["updated_at", "2018-12-10 20:43:27.130665"], ["app_id", 27], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Voluptatem odio et ipsam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://auerhammes.name/huey.kshlerin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.134460"], ["updated_at", "2018-12-10 20:43:27.134460"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schaden.net/margorie_nienow"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.135668"], ["updated_at", "2018-12-10 20:43:27.135668"], ["distributor_id", 26], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Et recusandae impedit eveniet.", "info_url"=>"http://nicolaswilkinson.net/foster.klein", "is_live"=>"true", "name"=>"app_name"}, "id"=>"27"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 34], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Et recusandae impedit eveniet."], ["info_url", "http://nicolaswilkinson.net/foster.klein"], ["updated_at", "2018-12-10 20:43:27.141282"], ["id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/27 Completed 302 Found in 4ms (ActiveRecord: 1.0ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est veniam aliquid aperiam."], ["url", "http://mitchell.io/scottie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.149173"], ["updated_at", "2018-12-10 20:43:27.149173"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto temporibus qui qui."], ["info_url", "http://walker.org/tiffaney.durgan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.151938"], ["updated_at", "2018-12-10 20:43:27.151938"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://champlin.biz/rocky"], ["description", "Et numquam nesciunt occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.156879"], ["updated_at", "2018-12-10 20:43:27.156879"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut voluptatem rerum odio."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.157969"], ["updated_at", "2018-12-10 20:43:27.157969"], ["app_id", 28], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Error molestias et inventore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cruickshank.org/glory_mcclure"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.160950"], ["updated_at", "2018-12-10 20:43:27.160950"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grimes.info/leroy.cummerata"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.161955"], ["updated_at", "2018-12-10 20:43:27.161955"], ["distributor_id", 27], ["app_id", 28]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"A magni aperiam mollitia.", "info_url"=>"http://oharapouros.info/colby_halvorson", "is_live"=>"true", "name"=>"app_name"}, "id"=>"28"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "A magni aperiam mollitia."], ["info_url", "http://oharapouros.info/colby_halvorson"], ["updated_at", "2018-12-10 20:43:27.168966"], ["id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/28 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hahnsanford.org/anglea"], ["description", "Dolores itaque quia dolorum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.174440"], ["updated_at", "2018-12-10 20:43:27.174440"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt quia illum ea."], ["url", "http://stammmante.net/gary"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.178537"], ["updated_at", "2018-12-10 20:43:27.178537"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quasi ducimus veritatis ratione."], ["info_url", "http://batz.co/julius_donnelly"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.182970"], ["updated_at", "2018-12-10 20:43:27.182970"], ["developer_id", 36]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque voluptatibus nihil voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.185269"], ["updated_at", "2018-12-10 20:43:27.185269"], ["app_id", 29], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Odio pariatur labore fuga."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"16"}
Offering Load (2.7ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 6ms (ActiveRecord: 3.2ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mosciskithiel.name/gianna"], ["description", "Nam et quidem labore."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.199479"], ["updated_at", "2018-12-10 20:43:27.199479"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magnam veniam et dicta."], ["url", "http://jenkinsrowe.info/sterling_rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.203676"], ["updated_at", "2018-12-10 20:43:27.203676"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non expedita rerum magni."], ["info_url", "http://rueckerroob.co/esteban.schneider"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.207727"], ["updated_at", "2018-12-10 20:43:27.207727"], ["developer_id", 37]]
SQL (1.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia id amet doloremque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.209402"], ["updated_at", "2018-12-10 20:43:27.209402"], ["app_id", 30], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Expedita debitis earum delectus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"17"}
Offering Load (0.5ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 4ms (ActiveRecord: 1.5ms)

 (0.3ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ruelkuhic.biz/jack"], ["description", "Nemo aut voluptas excepturi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.224228"], ["updated_at", "2018-12-10 20:43:27.224228"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis delectus voluptate minima."], ["url", "http://beierjast.io/christian.schiller"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.228141"], ["updated_at", "2018-12-10 20:43:27.228141"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum ab omnis autem."], ["info_url", "http://rice.info/ruthann.kreiger"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.233243"], ["updated_at", "2018-12-10 20:43:27.233243"], ["developer_id", 38]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit est veritatis reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.234727"], ["updated_at", "2018-12-10 20:43:27.234727"], ["app_id", 31], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Nisi in eum libero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dubuquekub.info/ronny.collins"], ["description", "Qui at nam sunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.260825"], ["updated_at", "2018-12-10 20:43:27.260825"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Id recusandae ad tempora."], ["url", "http://pfeffer.io/rayford"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.265724"], ["updated_at", "2018-12-10 20:43:27.265724"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Libero animi nulla voluptatem."], ["info_url", "http://larson.org/raphael"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.270664"], ["updated_at", "2018-12-10 20:43:27.270664"], ["developer_id", 39]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et eius molestiae sunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.272118"], ["updated_at", "2018-12-10 20:43:27.272118"], ["app_id", 32], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Dolorem sapiente ducimus quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"19"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heathcoteweimann.name/leda"], ["description", "Est voluptatem officiis eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.283734"], ["updated_at", "2018-12-10 20:43:27.283734"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "At qui et perferendis."], ["url", "http://raynor.net/lashell.luettgen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.288810"], ["updated_at", "2018-12-10 20:43:27.288810"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et delectus at vel."], ["info_url", "http://jacobi.co/jerrell"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.292967"], ["updated_at", "2018-12-10 20:43:27.292967"], ["developer_id", 40]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea voluptas rerum accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.294607"], ["updated_at", "2018-12-10 20:43:27.294607"], ["app_id", 33], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Eos dolorum est dolores."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Enim perspiciatis occaecati officia.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://howe.com/apryl.thompson"}, "id"=>"20"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Enim perspiciatis occaecati officia."], ["shop_link", "http://howe.com/apryl.thompson"], ["updated_at", "2018-12-10 20:43:27.301360"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/20 Completed 302 Found in 4ms (ActiveRecord: 0.9ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feeney.net/melonie_mckenzie"], ["description", "Enim est quos debitis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.307392"], ["updated_at", "2018-12-10 20:43:27.307392"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam id aut nostrum."], ["url", "http://jenkinsyost.info/ervin_bernhard"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.312030"], ["updated_at", "2018-12-10 20:43:27.312030"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et perferendis quis ea."], ["info_url", "http://koch.co/kristie_muller"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.317985"], ["updated_at", "2018-12-10 20:43:27.317985"], ["developer_id", 41]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut aut hic culpa."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.319281"], ["updated_at", "2018-12-10 20:43:27.319281"], ["app_id", 34], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Dicta vel voluptatem est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Dolores officia porro magni.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://mayert.info/donovan"}, "id"=>"21"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Dolores officia porro magni."], ["shop_link", "http://mayert.info/donovan"], ["updated_at", "2018-12-10 20:43:27.324185"], ["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/21 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (2.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://parisian.info/michel_oconnell"], ["description", "Magni et ut nemo."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.333579"], ["updated_at", "2018-12-10 20:43:27.333579"]]
 (2.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Saepe voluptatem error ut."], ["url", "http://price.com/donovan_oreilly"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.341158"], ["updated_at", "2018-12-10 20:43:27.341158"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Inventore nihil omnis sequi."], ["info_url", "http://oharahaley.name/leesa"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.348975"], ["updated_at", "2018-12-10 20:43:27.348975"], ["developer_id", 42]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis sequi iure ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.350933"], ["updated_at", "2018-12-10 20:43:27.350933"], ["app_id", 35], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Est temporibus soluta sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Quod placeat maxime officiis.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://osinski.io/altha"}, "id"=>"22"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Quod placeat maxime officiis."], ["shop_link", "http://osinski.io/altha"], ["updated_at", "2018-12-10 20:43:27.355830"], ["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/22 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wintheiserwisoky.co/cedrick_yundt"], ["description", "Voluptates autem cumque exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.362190"], ["updated_at", "2018-12-10 20:43:27.362190"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis quisquam perspiciatis architecto."], ["url", "http://denesiktillman.name/sang_mante"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.367249"], ["updated_at", "2018-12-10 20:43:27.367249"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ullam placeat molestiae enim."], ["info_url", "http://hauck.biz/mitchell"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.371861"], ["updated_at", "2018-12-10 20:43:27.371861"], ["developer_id", 43]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus aperiam maxime sequi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.373336"], ["updated_at", "2018-12-10 20:43:27.373336"], ["app_id", 36], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Sed soluta ut porro."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit sed maiores sapiente."], ["url", "http://wehnermante.com/alfonso_macejkovic"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.379098"], ["updated_at", "2018-12-10 20:43:27.379098"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "A qui consequatur illum."], ["info_url", "http://bashirian.org/brian"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.382044"], ["updated_at", "2018-12-10 20:43:27.382044"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://donnelly.info/mel"], ["description", "Quis qui soluta exercitationem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.387624"], ["updated_at", "2018-12-10 20:43:27.387624"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non corrupti ipsum quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.388671"], ["updated_at", "2018-12-10 20:43:27.388671"], ["app_id", 37], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Ducimus eos quaerat aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://leschkuhlman.org/celsa_ziemann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.391746"], ["updated_at", "2018-12-10 20:43:27.391746"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://collins.net/aundrea"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.392692"], ["updated_at", "2018-12-10 20:43:27.392692"], ["distributor_id", 28], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maiores molestiae est distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.395642"], ["updated_at", "2018-12-10 20:43:27.395642"], ["app_id", 37], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Vitae tempora ratione neque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Autem et numquam quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.400324"], ["updated_at", "2018-12-10 20:43:27.400324"], ["works_with_id", 26], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Id molestias reiciendis nemo."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.0ms)

Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermiston.info/nigel_schneider"], ["description", "Dolor est neque veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.427205"], ["updated_at", "2018-12-10 20:43:27.427205"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Modi ducimus reprehenderit deleniti."], ["url", "http://fisher.info/jenee_wuckert"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.432684"], ["updated_at", "2018-12-10 20:43:27.432684"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa voluptatum aut quia."], ["info_url", "http://erdman.com/steven"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.436333"], ["updated_at", "2018-12-10 20:43:27.436333"], ["developer_id", 45]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium non et ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.437670"], ["updated_at", "2018-12-10 20:43:27.437670"], ["app_id", 38], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Veritatis soluta et et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut consequuntur reiciendis quod."], ["url", "http://wilkinsonmiller.com/alonzo_gislason"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.441551"], ["updated_at", "2018-12-10 20:43:27.441551"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et sit autem necessitatibus."], ["info_url", "http://schinner.co/serafina.upton"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.443429"], ["updated_at", "2018-12-10 20:43:27.443429"], ["developer_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jastquitzon.io/shirley_huels"], ["description", "Perferendis dolore earum accusantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.447864"], ["updated_at", "2018-12-10 20:43:27.447864"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et voluptatibus libero quasi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.449068"], ["updated_at", "2018-12-10 20:43:27.449068"], ["app_id", 39], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Qui non molestiae tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gulgowski.info/ollie_doyle"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.452353"], ["updated_at", "2018-12-10 20:43:27.452353"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://larson.name/rusty_sporer"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.453506"], ["updated_at", "2018-12-10 20:43:27.453506"], ["distributor_id", 29], ["app_id", 39]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea voluptas et consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.456557"], ["updated_at", "2018-12-10 20:43:27.456557"], ["app_id", 39], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Voluptatum eos delectus tempore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Mollitia voluptas autem est."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.459816"], ["updated_at", "2018-12-10 20:43:27.459816"], ["works_with_id", 29], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptatibus et nisi beatae."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Sapiente iste laudantium quia.", "is_live"=>"true", "promo_image_url"=>"http://cronin.com/jeannette", "promo_text"=>"Quam officia beatae facere.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"2"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 39], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Sapiente iste laudantium quia."], ["promo_text", "Quam officia beatae facere."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:43:27.473566"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/2 Completed 302 Found in 11ms (ActiveRecord: 1.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ortiz.io/garnett"], ["description", "Qui repellendus odio sunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.479764"], ["updated_at", "2018-12-10 20:43:27.479764"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora quia aut quibusdam."], ["url", "http://greenfelder.biz/delcie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.483968"], ["updated_at", "2018-12-10 20:43:27.483968"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et amet consequatur rerum."], ["info_url", "http://treutelkling.info/osvaldo"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.487339"], ["updated_at", "2018-12-10 20:43:27.487339"], ["developer_id", 47]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et voluptates consectetur vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.488371"], ["updated_at", "2018-12-10 20:43:27.488371"], ["app_id", 40], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Dolorem eaque ex corporis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non numquam ab suscipit."], ["url", "http://jacobson.net/lanell"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.492206"], ["updated_at", "2018-12-10 20:43:27.492206"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloremque error quaerat nostrum."], ["info_url", "http://hilpert.io/aurea"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.494339"], ["updated_at", "2018-12-10 20:43:27.494339"], ["developer_id", 48]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wisozk.biz/eli.anderson"], ["description", "Nemo illum quia cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.499994"], ["updated_at", "2018-12-10 20:43:27.499994"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur et qui voluptatum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.501309"], ["updated_at", "2018-12-10 20:43:27.501309"], ["app_id", 41], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Eum dolore recusandae ab."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ritchiegusikowski.org/reggie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.504923"], ["updated_at", "2018-12-10 20:43:27.504923"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://naderupton.com/dagmar_smitham"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.506013"], ["updated_at", "2018-12-10 20:43:27.506013"], ["distributor_id", 30], ["app_id", 41]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptate et non aspernatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.508855"], ["updated_at", "2018-12-10 20:43:27.508855"], ["app_id", 41], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Ut voluptatibus et labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Blanditiis beatae ab eos."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.512466"], ["updated_at", "2018-12-10 20:43:27.512466"], ["works_with_id", 32], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Rem ex at quod."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Dolor quia harum explicabo.", "is_live"=>"true", "promo_image_url"=>"http://hudson.name/vernon", "promo_text"=>"Enim cumque ut voluptas.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"3"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 32], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Dolor quia harum explicabo."], ["promo_text", "Enim cumque ut voluptas."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:43:27.523160"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/3 Completed 302 Found in 9ms (ActiveRecord: 1.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lemke.name/kira_hoeger"], ["description", "Neque et et nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.530726"], ["updated_at", "2018-12-10 20:43:27.530726"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quaerat nulla sunt odit."], ["url", "http://weinat.info/linn.collins"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.535066"], ["updated_at", "2018-12-10 20:43:27.535066"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Mollitia beatae consequatur assumenda."], ["info_url", "http://schoen.org/joline_lehner"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.539218"], ["updated_at", "2018-12-10 20:43:27.539218"], ["developer_id", 49]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugiat debitis quam rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.540386"], ["updated_at", "2018-12-10 20:43:27.540386"], ["app_id", 42], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Et eaque nihil consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea qui repellendus laboriosam."], ["url", "http://prohaska.name/gilbert"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.544966"], ["updated_at", "2018-12-10 20:43:27.544966"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quaerat voluptatibus quia aut."], ["info_url", "http://ritchie.com/krystle_grady"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.547627"], ["updated_at", "2018-12-10 20:43:27.547627"], ["developer_id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://legros.co/sebastian"], ["description", "Qui quis doloribus molestias."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.552682"], ["updated_at", "2018-12-10 20:43:27.552682"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti minus nobis aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.553717"], ["updated_at", "2018-12-10 20:43:27.553717"], ["app_id", 43], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Debitis perferendis ipsa nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prohaska.io/dustin_rippin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.556627"], ["updated_at", "2018-12-10 20:43:27.556627"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://erdman.info/garrett_johnson"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.557480"], ["updated_at", "2018-12-10 20:43:27.557480"], ["distributor_id", 31], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et et est autem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.560127"], ["updated_at", "2018-12-10 20:43:27.560127"], ["app_id", 43], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Perferendis rerum ullam quia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ut animi nam quae."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.564678"], ["updated_at", "2018-12-10 20:43:27.564678"], ["works_with_id", 35], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Accusamus optio natus iure."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Qui natus et ratione.", "is_live"=>"true", "promo_image_url"=>"http://grahamosinski.net/pat.gibson", "promo_text"=>"Ratione excepturi voluptatem blanditiis.", "publish_date"=>"2018-12-09", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 35], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Qui natus et ratione."], ["promo_text", "Ratione excepturi voluptatem blanditiis."], ["promo_image_url", nil], ["updated_at", "2018-12-10 20:43:27.575797"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcglynn.com/blondell_bogisich"], ["description", "Est culpa et occaecati."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.583139"], ["updated_at", "2018-12-10 20:43:27.583139"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum ut et enim."], ["url", "http://mayert.io/tynisha_oreilly"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.586932"], ["updated_at", "2018-12-10 20:43:27.586932"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium voluptate distinctio officia."], ["info_url", "http://ferrybeahan.info/darla.cummerata"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.590565"], ["updated_at", "2018-12-10 20:43:27.590565"], ["developer_id", 51]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem ut suscipit laudantium."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.591604"], ["updated_at", "2018-12-10 20:43:27.591604"], ["app_id", 44], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Enim maxime cumque sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas error ipsa nihil."], ["url", "http://keler.co/keena"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.595538"], ["updated_at", "2018-12-10 20:43:27.595538"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nesciunt non delectus in."], ["info_url", "http://marks.co/georgianna_mitchell"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.598328"], ["updated_at", "2018-12-10 20:43:27.598328"], ["developer_id", 52]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bradtke.org/bill_armstrong"], ["description", "Omnis delectus ad consequuntur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.604365"], ["updated_at", "2018-12-10 20:43:27.604365"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores qui soluta at."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.605395"], ["updated_at", "2018-12-10 20:43:27.605395"], ["app_id", 45], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Velit recusandae dolorem asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nikolaus.info/dewayne"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.608212"], ["updated_at", "2018-12-10 20:43:27.608212"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cartwright.co/dong"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.609122"], ["updated_at", "2018-12-10 20:43:27.609122"], ["distributor_id", 32], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut numquam aliquid ipsum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.611341"], ["updated_at", "2018-12-10 20:43:27.611341"], ["app_id", 45], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Reiciendis aspernatur et aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et fugiat in aliquid."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.615211"], ["updated_at", "2018-12-10 20:43:27.615211"], ["works_with_id", 38], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ut sit facilis esse."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"5"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beahan.org/bok"], ["description", "Et deserunt id itaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.626522"], ["updated_at", "2018-12-10 20:43:27.626522"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores nobis ut consequatur."], ["url", "http://wintheiser.biz/lilly.strosin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.631017"], ["updated_at", "2018-12-10 20:43:27.631017"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non tenetur doloremque excepturi."], ["info_url", "http://effertzbraun.info/kaye"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.636560"], ["updated_at", "2018-12-10 20:43:27.636560"], ["developer_id", 53]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illo quis enim omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.637921"], ["updated_at", "2018-12-10 20:43:27.637921"], ["app_id", 46], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Sunt distinctio voluptatem est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut sint sit itaque."], ["url", "http://stehrabshire.com/deedee"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.643705"], ["updated_at", "2018-12-10 20:43:27.643705"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Impedit atque dignissimos fuga."], ["info_url", "http://green.net/patrick_johns"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.646429"], ["updated_at", "2018-12-10 20:43:27.646429"], ["developer_id", 54]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://balistreri.co/meridith_glover"], ["description", "Aut maiores perferendis non."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.651877"], ["updated_at", "2018-12-10 20:43:27.651877"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum quisquam aut asperiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.652846"], ["updated_at", "2018-12-10 20:43:27.652846"], ["app_id", 47], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Ratione esse voluptas autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tromp.com/amy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.655926"], ["updated_at", "2018-12-10 20:43:27.655926"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kshlerin.net/wyatt"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.656866"], ["updated_at", "2018-12-10 20:43:27.656866"], ["distributor_id", 33], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius voluptatum adipisci assumenda."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.659523"], ["updated_at", "2018-12-10 20:43:27.659523"], ["app_id", 47], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Molestiae dolorum nobis nesciunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Labore facilis beatae esse."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.663820"], ["updated_at", "2018-12-10 20:43:27.663820"], ["works_with_id", 41], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quia fuga quia velit."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"6"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stark.io/xavier"], ["description", "Et architecto tempore cupiditate."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.673128"], ["updated_at", "2018-12-10 20:43:27.673128"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores et et ut."], ["url", "http://kovacek.io/hazel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.676727"], ["updated_at", "2018-12-10 20:43:27.676727"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Debitis iste consequatur et."], ["info_url", "http://ko.com/dallas"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.680818"], ["updated_at", "2018-12-10 20:43:27.680818"], ["developer_id", 55]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt optio minima eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.682090"], ["updated_at", "2018-12-10 20:43:27.682090"], ["app_id", 48], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Alias nihil voluptatem incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi deleniti neque incidunt."], ["url", "http://will.org/grady"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.686613"], ["updated_at", "2018-12-10 20:43:27.686613"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui eligendi sunt quia."], ["info_url", "http://price.net/sebastian"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.688943"], ["updated_at", "2018-12-10 20:43:27.688943"], ["developer_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sanford.info/maybelle"], ["description", "Molestiae fugiat aut eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.693652"], ["updated_at", "2018-12-10 20:43:27.693652"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ullam repudiandae officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.694681"], ["updated_at", "2018-12-10 20:43:27.694681"], ["app_id", 49], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "In enim dicta pariatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://yost.co/jeane"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.698372"], ["updated_at", "2018-12-10 20:43:27.698372"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://daughertyokeefe.biz/aracelis_murray"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.699474"], ["updated_at", "2018-12-10 20:43:27.699474"], ["distributor_id", 34], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis ut ea et."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.702404"], ["updated_at", "2018-12-10 20:43:27.702404"], ["app_id", 49], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Neque eaque et assumenda."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Molestiae facilis quis qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.705785"], ["updated_at", "2018-12-10 20:43:27.705785"], ["works_with_id", 44], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dolorem eveniet cumque ex."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"7"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://buckridge.name/betty.bergstrom"], ["description", "Autem itaque consequatur repellendus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.727637"], ["updated_at", "2018-12-10 20:43:27.727637"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea aut officiis sunt."], ["url", "http://labadieanderson.com/timmy_leffler"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.732732"], ["updated_at", "2018-12-10 20:43:27.732732"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Incidunt totam id facilis."], ["info_url", "http://lubowitzmurray.net/tommy.haag"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.737869"], ["updated_at", "2018-12-10 20:43:27.737869"], ["developer_id", 57]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde deleniti dolor quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.739405"], ["updated_at", "2018-12-10 20:43:27.739405"], ["app_id", 50], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Eum perspiciatis quaerat ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Suscipit molestiae sequi officiis."], ["url", "http://blickschuppe.name/chet_wisoky"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.743435"], ["updated_at", "2018-12-10 20:43:27.743435"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et et quam quia."], ["info_url", "http://macejkovic.info/joel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.745309"], ["updated_at", "2018-12-10 20:43:27.745309"], ["developer_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://barrows.org/dalton"], ["description", "Praesentium ipsam ut inventore."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.750951"], ["updated_at", "2018-12-10 20:43:27.750951"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non rerum sunt cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.752139"], ["updated_at", "2018-12-10 20:43:27.752139"], ["app_id", 51], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Ad ab consequatur molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://christiansen.com/genevive"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.755176"], ["updated_at", "2018-12-10 20:43:27.755176"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuhicoconnell.org/branden_mcdermott"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.756081"], ["updated_at", "2018-12-10 20:43:27.756081"], ["distributor_id", 35], ["app_id", 51]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (1.9ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et dolorem qui dolores."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.761373"], ["updated_at", "2018-12-10 20:43:27.761373"], ["app_id", 51], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Ut perspiciatis sint quod."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnell.org/donny"], ["description", "Cum quisquam ducimus magni."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.773939"], ["updated_at", "2018-12-10 20:43:27.773939"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor assumenda necessitatibus blanditiis."], ["url", "http://boyer.biz/bethann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.778091"], ["updated_at", "2018-12-10 20:43:27.778091"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit omnis voluptatem et."], ["info_url", "http://walterlabadie.biz/jaime_huel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.790073"], ["updated_at", "2018-12-10 20:43:27.790073"], ["developer_id", 59]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est magnam consequatur consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.791884"], ["updated_at", "2018-12-10 20:43:27.791884"], ["app_id", 52], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Similique eligendi nemo ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odit qui corrupti et."], ["url", "http://moen.com/gidget"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.798581"], ["updated_at", "2018-12-10 20:43:27.798581"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis sequi magnam voluptates."], ["info_url", "http://wyman.co/sheree"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.802706"], ["updated_at", "2018-12-10 20:43:27.802706"], ["developer_id", 60]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (6.1ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://donnelly.name/rickie_smitham"], ["description", "Inventore hic ut voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.810702"], ["updated_at", "2018-12-10 20:43:27.810702"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi a modi rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.818307"], ["updated_at", "2018-12-10 20:43:27.818307"], ["app_id", 53], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Aliquam eius dolorum ipsum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schinner.info/georgia_ebert"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.824798"], ["updated_at", "2018-12-10 20:43:27.824798"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://lehner.biz/lawanda.cremin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.826570"], ["updated_at", "2018-12-10 20:43:27.826570"], ["distributor_id", 36], ["app_id", 53]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (10.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi qui cupiditate blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.830974"], ["updated_at", "2018-12-10 20:43:27.830974"], ["app_id", 53], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Et molestiae occaecati iste."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (22.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Eum qui et qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.845709"], ["updated_at", "2018-12-10 20:43:27.845709"], ["works_with_id", 50]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://effertzdooley.io/maris.bartoletti"], ["description", "Non a sint sunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.884453"], ["updated_at", "2018-12-10 20:43:27.884453"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Incidunt beatae qui possimus."], ["url", "http://weber.name/fidelia_hauck"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.890536"], ["updated_at", "2018-12-10 20:43:27.890536"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquam omnis asperiores sit."], ["info_url", "http://satterfield.biz/buck_schamberger"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.894988"], ["updated_at", "2018-12-10 20:43:27.894988"], ["developer_id", 61]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odio consequuntur temporibus id."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.896722"], ["updated_at", "2018-12-10 20:43:27.896722"], ["app_id", 54], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Quos earum ipsum molestiae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque deleniti esse et."], ["url", "http://hickle.net/calvin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.901564"], ["updated_at", "2018-12-10 20:43:27.901564"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Officiis est inventore eos."], ["info_url", "http://huels.info/guadalupe"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.903608"], ["updated_at", "2018-12-10 20:43:27.903608"], ["developer_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://muellerkub.com/darla.walker"], ["description", "Sequi quisquam et ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.907397"], ["updated_at", "2018-12-10 20:43:27.907397"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate nisi maiores beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.908236"], ["updated_at", "2018-12-10 20:43:27.908236"], ["app_id", 55], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Quia quaerat vel suscipit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mann.co/santos_schmeler"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.911371"], ["updated_at", "2018-12-10 20:43:27.911371"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoppekuhic.net/jee_vandervort"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.912401"], ["updated_at", "2018-12-10 20:43:27.912401"], ["distributor_id", 37], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis ducimus perspiciatis mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.915298"], ["updated_at", "2018-12-10 20:43:27.915298"], ["app_id", 55], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Et a impedit necessitatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Molestias ipsa officia reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.917820"], ["updated_at", "2018-12-10 20:43:27.917820"], ["works_with_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://klein.org/eugene"], ["description", "Omnis illo consequatur repellat."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.928176"], ["updated_at", "2018-12-10 20:43:27.928176"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque iste voluptatem recusandae."], ["url", "http://hartmannskiles.co/federico"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.932674"], ["updated_at", "2018-12-10 20:43:27.932674"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus nemo consequuntur dolorem."], ["info_url", "http://kuhlmanpredovic.info/teddy_hickle"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.938048"], ["updated_at", "2018-12-10 20:43:27.938048"], ["developer_id", 63]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi dolores ullam et."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.940219"], ["updated_at", "2018-12-10 20:43:27.940219"], ["app_id", 56], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Iste atque voluptatem nulla."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores quo molestiae vitae."], ["url", "http://franeckilynch.com/maia.miller"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.944449"], ["updated_at", "2018-12-10 20:43:27.944449"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores optio et sed."], ["info_url", "http://jerde.com/stacey"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.949901"], ["updated_at", "2018-12-10 20:43:27.949901"], ["developer_id", 64]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://west.info/kallie.bartell"], ["description", "Natus quas non rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.954953"], ["updated_at", "2018-12-10 20:43:27.954953"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur iure aut ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.956472"], ["updated_at", "2018-12-10 20:43:27.956472"], ["app_id", 57], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Laudantium optio molestiae sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lindgren.biz/rocky_farrell"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.959986"], ["updated_at", "2018-12-10 20:43:27.959986"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leuschkeleffler.biz/jan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.961144"], ["updated_at", "2018-12-10 20:43:27.961144"], ["distributor_id", 38], ["app_id", 57]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum quod provident velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.965570"], ["updated_at", "2018-12-10 20:43:27.965570"], ["app_id", 57], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Culpa sint dolores maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Nihil quam vitae quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.968832"], ["updated_at", "2018-12-10 20:43:27.968832"], ["works_with_id", 56]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"3"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (1.0ms)  SAVEPOINT active_record_1
SQL (2.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lindgren.net/hung"], ["description", "Voluptates est optio et."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:27.994582"], ["updated_at", "2018-12-10 20:43:27.994582"]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores sapiente ipsam optio."], ["url", "http://braun.name/ardell.dickens"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.002682"], ["updated_at", "2018-12-10 20:43:28.002682"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores eveniet ipsum autem."], ["info_url", "http://borer.io/ruel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.007705"], ["updated_at", "2018-12-10 20:43:28.007705"], ["developer_id", 65]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda dolore at sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.009299"], ["updated_at", "2018-12-10 20:43:28.009299"], ["app_id", 58], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Quasi doloribus suscipit et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est nihil iusto qui."], ["url", "http://klingrunolfon.name/lucio.kuphal"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.014758"], ["updated_at", "2018-12-10 20:43:28.014758"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nam magnam rerum laudantium."], ["info_url", "http://bruen.info/karren"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.017886"], ["updated_at", "2018-12-10 20:43:28.017886"], ["developer_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koch.net/al"], ["description", "Repellendus sed quo ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.026130"], ["updated_at", "2018-12-10 20:43:28.026130"]]
SQL (2.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem voluptatum iure voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.027566"], ["updated_at", "2018-12-10 20:43:28.027566"], ["app_id", 59], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Atque eveniet est voluptas."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hudson.io/rickie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.034685"], ["updated_at", "2018-12-10 20:43:28.034685"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nikolaus.com/joetta.toy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.035958"], ["updated_at", "2018-12-10 20:43:28.035958"], ["distributor_id", 39], ["app_id", 59]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nostrum accusamus maiores dolor."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.039817"], ["updated_at", "2018-12-10 20:43:28.039817"], ["app_id", 59], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Sed velit quo repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Molestias ab provident debitis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.043011"], ["updated_at", "2018-12-10 20:43:28.043011"], ["works_with_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dicki.info/rosaline_franecki"], ["description", "Nulla quam odio veritatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.057838"], ["updated_at", "2018-12-10 20:43:28.057838"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit corporis ea id."], ["url", "http://schroeder.biz/florance_windler"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.064398"], ["updated_at", "2018-12-10 20:43:28.064398"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nisi in eius culpa."], ["info_url", "http://heaney.name/joan.deckow"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.069213"], ["updated_at", "2018-12-10 20:43:28.069213"], ["developer_id", 67]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis et reprehenderit ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.070623"], ["updated_at", "2018-12-10 20:43:28.070623"], ["app_id", 60], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Est consequatur in temporibus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Mollitia qui dolorem nihil."], ["url", "http://okeefegusikowski.co/delmar"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.074513"], ["updated_at", "2018-12-10 20:43:28.074513"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non recusandae esse sint."], ["info_url", "http://mckenziemoen.com/floyd_brekke"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.076432"], ["updated_at", "2018-12-10 20:43:28.076432"], ["developer_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grady.info/sam"], ["description", "Eum in debitis minus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.081567"], ["updated_at", "2018-12-10 20:43:28.081567"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui et iure facere."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.082778"], ["updated_at", "2018-12-10 20:43:28.082778"], ["app_id", 61], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Blanditiis voluptas error ullam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rowe.info/mike.denesik"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.085707"], ["updated_at", "2018-12-10 20:43:28.085707"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kautzer.co/eladia.mcdermott"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.086782"], ["updated_at", "2018-12-10 20:43:28.086782"], ["distributor_id", 40], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Error aut inventore odio."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.089513"], ["updated_at", "2018-12-10 20:43:28.089513"], ["app_id", 61], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Commodi amet impedit non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Dolorem nemo nihil qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.092065"], ["updated_at", "2018-12-10 20:43:28.092065"], ["works_with_id", 62]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Eum esse et incidunt.", "image_url"=>"http://bahringerlebsack.com/abram", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.6ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 62], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Eum esse et incidunt."], ["updated_at", "2018-12-10 20:43:28.103376"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 10ms (ActiveRecord: 2.0ms)

 (0.5ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hoeger.co/trudy"], ["description", "Voluptate quam ducimus earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.111145"], ["updated_at", "2018-12-10 20:43:28.111145"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias dolorum qui consequatur."], ["url", "http://kulas.biz/rocco_mann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.116489"], ["updated_at", "2018-12-10 20:43:28.116489"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem in quisquam tenetur."], ["info_url", "http://schaefer.info/jina.cormier"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.120132"], ["updated_at", "2018-12-10 20:43:28.120132"], ["developer_id", 69]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui doloremque animi enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.121546"], ["updated_at", "2018-12-10 20:43:28.121546"], ["app_id", 62], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Dolorem eligendi voluptas tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (7.7ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas maiores autem eveniet."], ["url", "http://morarchristiansen.com/hobert"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.140749"], ["updated_at", "2018-12-10 20:43:28.140749"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Suscipit vitae aliquid minus."], ["info_url", "http://schultzbahringer.io/danelle.nicolas"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.147257"], ["updated_at", "2018-12-10 20:43:28.147257"], ["developer_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beer.com/kyle.runte"], ["description", "Cum qui mollitia id."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.154213"], ["updated_at", "2018-12-10 20:43:28.154213"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi perferendis atque omnis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.155592"], ["updated_at", "2018-12-10 20:43:28.155592"], ["app_id", 63], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Qui eum est est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hudson.co/brittani"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.159378"], ["updated_at", "2018-12-10 20:43:28.159378"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kertzmann.biz/malcolm_bartell"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.160955"], ["updated_at", "2018-12-10 20:43:28.160955"], ["distributor_id", 41], ["app_id", 63]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (2.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam dolore est quasi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.165593"], ["updated_at", "2018-12-10 20:43:28.165593"], ["app_id", 63], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Nam labore autem cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Assumenda et error voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.171745"], ["updated_at", "2018-12-10 20:43:28.171745"], ["works_with_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Ut fugiat natus distinctio.", "image_url"=>"http://strosin.org/brittni.lubowitz", "is_live"=>"true"}, "id"=>"6"}
ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Ut fugiat natus distinctio."], ["updated_at", "2018-12-10 20:43:28.185542"], ["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/6 Completed 302 Found in 12ms (ActiveRecord: 2.5ms)

ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sporer.name/suk.schowalter"], ["description", "Placeat fugit autem aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.195241"], ["updated_at", "2018-12-10 20:43:28.195241"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui qui deserunt asperiores."], ["url", "http://nicolas.com/georgiana"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.201974"], ["updated_at", "2018-12-10 20:43:28.201974"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cupiditate nihil consequatur et."], ["info_url", "http://herzog.org/jefferson.legros"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.206203"], ["updated_at", "2018-12-10 20:43:28.206203"], ["developer_id", 71]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque ipsum doloremque cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.207382"], ["updated_at", "2018-12-10 20:43:28.207382"], ["app_id", 64], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Voluptatem labore quae cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minima saepe incidunt est."], ["url", "http://weimannstokes.biz/wiley"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.211504"], ["updated_at", "2018-12-10 20:43:28.211504"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem voluptates molestiae voluptas."], ["info_url", "http://hammesweimann.info/donya_dach"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.213871"], ["updated_at", "2018-12-10 20:43:28.213871"], ["developer_id", 72]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beier.io/ward"], ["description", "Corrupti consequatur omnis cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.220571"], ["updated_at", "2018-12-10 20:43:28.220571"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laborum tempora sint nostrum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.222150"], ["updated_at", "2018-12-10 20:43:28.222150"], ["app_id", 65], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Ut et facere veniam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://parisian.biz/shizuko_wisozk"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.225890"], ["updated_at", "2018-12-10 20:43:28.225890"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nicolas.name/yuk"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.227320"], ["updated_at", "2018-12-10 20:43:28.227320"], ["distributor_id", 42], ["app_id", 65]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit exercitationem nihil iusto."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.232027"], ["updated_at", "2018-12-10 20:43:28.232027"], ["app_id", 65], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Accusantium est tempora quos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Et voluptas quisquam ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.235175"], ["updated_at", "2018-12-10 20:43:28.235175"], ["works_with_id", 68]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Ullam id earum beatae.", "image_url"=>"http://gislason.biz/victor.green", "is_live"=>"true"}, "id"=>"7"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 65], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Ullam id earum beatae."], ["updated_at", "2018-12-10 20:43:28.246730"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/7 Completed 302 Found in 10ms (ActiveRecord: 2.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (1.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://waters.co/opal"], ["description", "Doloremque molestias cumque nisi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.270833"], ["updated_at", "2018-12-10 20:43:28.270833"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi consectetur perspiciatis accusamus."], ["url", "http://stehr.info/susie.goldner"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.280859"], ["updated_at", "2018-12-10 20:43:28.280859"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut qui similique iure."], ["info_url", "http://kiehn.co/joseph"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.285524"], ["updated_at", "2018-12-10 20:43:28.285524"], ["developer_id", 73]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quibusdam eum voluptas qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.286891"], ["updated_at", "2018-12-10 20:43:28.286891"], ["app_id", 66], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Amet ut ut quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et voluptatibus eos omnis."], ["url", "http://schroederdooley.info/berna"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.292016"], ["updated_at", "2018-12-10 20:43:28.292016"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quos qui voluptates iure."], ["info_url", "http://jacobsonfeest.name/verla.ankunding"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.296810"], ["updated_at", "2018-12-10 20:43:28.296810"], ["developer_id", 74]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobibecker.net/marcelino.hirthe"], ["description", "Reprehenderit omnis vero minima."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.303636"], ["updated_at", "2018-12-10 20:43:28.303636"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Delectus aut veniam atque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.304825"], ["updated_at", "2018-12-10 20:43:28.304825"], ["app_id", 67], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Consequuntur porro dolores aspernatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oconnell.co/sulema"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.307943"], ["updated_at", "2018-12-10 20:43:28.307943"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://reichert.info/alida.smith"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.308854"], ["updated_at", "2018-12-10 20:43:28.308854"], ["distributor_id", 43], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum quibusdam voluptatem ratione."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.311637"], ["updated_at", "2018-12-10 20:43:28.311637"], ["app_id", 67], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "A voluptatem et fugiat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"71"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 21ms (Views: 17.7ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://farrelllangosh.io/suzan_steuber"], ["description", "Maxime eaque sit est."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.341142"], ["updated_at", "2018-12-10 20:43:28.341142"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Esse in nihil tempore."], ["url", "http://grimesmorar.name/vernon.swaniawski"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.344852"], ["updated_at", "2018-12-10 20:43:28.344852"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nihil et rerum ut."], ["info_url", "http://mullerjakubowski.io/ema"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.349301"], ["updated_at", "2018-12-10 20:43:28.349301"], ["developer_id", 75]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur atque quia eaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.350646"], ["updated_at", "2018-12-10 20:43:28.350646"], ["app_id", 68], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Similique asperiores id praesentium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Harum at omnis eos."], ["url", "http://heelhodkiewicz.biz/mel.stamm"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.355284"], ["updated_at", "2018-12-10 20:43:28.355284"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate accusantium ab hic."], ["info_url", "http://keeling.info/norman_yundt"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.357308"], ["updated_at", "2018-12-10 20:43:28.357308"], ["developer_id", 76]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kozey.io/rafael.keler"], ["description", "Suscipit reprehenderit vitae quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.361495"], ["updated_at", "2018-12-10 20:43:28.361495"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas animi veniam magnam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.363177"], ["updated_at", "2018-12-10 20:43:28.363177"], ["app_id", 69], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Consequatur qui odit rem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummings.io/chi"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.367153"], ["updated_at", "2018-12-10 20:43:28.367153"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://vandervort.io/luciana_beatty"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.368300"], ["updated_at", "2018-12-10 20:43:28.368300"], ["distributor_id", 44], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere et minus fuga."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.370949"], ["updated_at", "2018-12-10 20:43:28.370949"], ["app_id", 69], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Est quas quis molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"74"}
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://conroykuhic.com/teri"], ["description", "Autem eaque qui dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.378359"], ["updated_at", "2018-12-10 20:43:28.378359"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae corrupti dolore minus."], ["url", "http://yost.net/elton.wisoky"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.383190"], ["updated_at", "2018-12-10 20:43:28.383190"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor qui error at."], ["info_url", "http://lindgren.org/collin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.387003"], ["updated_at", "2018-12-10 20:43:28.387003"], ["developer_id", 77]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias nihil veniam incidunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.388163"], ["updated_at", "2018-12-10 20:43:28.388163"], ["app_id", 70], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Laborum delectus quod beatae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Amet possimus sapiente nostrum."], ["url", "http://bernhard.io/malia.kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.391909"], ["updated_at", "2018-12-10 20:43:28.391909"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et qui omnis quam."], ["info_url", "http://gulgowski.org/mindy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.394221"], ["updated_at", "2018-12-10 20:43:28.394221"], ["developer_id", 78]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ornhintz.net/burt_fritsch"], ["description", "Eveniet id molestias soluta."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.399307"], ["updated_at", "2018-12-10 20:43:28.399307"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto id eligendi commodi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.400243"], ["updated_at", "2018-12-10 20:43:28.400243"], ["app_id", 71], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Omnis a occaecati quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kemmer.io/raisa_larson"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.403014"], ["updated_at", "2018-12-10 20:43:28.403014"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobs.org/shae"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.403871"], ["updated_at", "2018-12-10 20:43:28.403871"], ["distributor_id", 45], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquid architecto nam saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.406564"], ["updated_at", "2018-12-10 20:43:28.406564"], ["app_id", 71], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Ut minus ipsa quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"77"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.3ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerhold.name/clifford"], ["description", "Deserunt optio fuga ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.416611"], ["updated_at", "2018-12-10 20:43:28.416611"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex exercitationem sapiente pariatur."], ["url", "http://hudson.org/duncan.hartmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.420984"], ["updated_at", "2018-12-10 20:43:28.420984"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et harum est culpa."], ["info_url", "http://bernhard.org/rachal"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.424874"], ["updated_at", "2018-12-10 20:43:28.424874"], ["developer_id", 79]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dignissimos sit sint dicta."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.426098"], ["updated_at", "2018-12-10 20:43:28.426098"], ["app_id", 72], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Veniam possimus eligendi quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore ex mollitia modi."], ["url", "http://crist.name/jenelle"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.431192"], ["updated_at", "2018-12-10 20:43:28.431192"], ["logo_image_url", nil]]
 (1.6ms)  RELEASE SAVEPOINT active_record_1
 (1.4ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium labore aperiam ad."], ["info_url", "http://heidenreich.io/renaldo"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.436775"], ["updated_at", "2018-12-10 20:43:28.436775"], ["developer_id", 80]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://price.io/tim_dickens"], ["description", "Voluptas dolor rerum facilis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.441767"], ["updated_at", "2018-12-10 20:43:28.441767"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt iure odio distinctio."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.442837"], ["updated_at", "2018-12-10 20:43:28.442837"], ["app_id", 73], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Doloremque ad quo excepturi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gusikowski.org/erasmo"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.445666"], ["updated_at", "2018-12-10 20:43:28.445666"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesenkuhlman.co/steve"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.446689"], ["updated_at", "2018-12-10 20:43:28.446689"], ["distributor_id", 46], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est dolorem unde accusamus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.449758"], ["updated_at", "2018-12-10 20:43:28.449758"], ["app_id", 73], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Placeat perspiciatis velit reprehenderit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Impedit soluta deleniti rerum.", "is_live"=>"true", "promo_image_url"=>"http://aufderharbeier.org/janett.roberts", "promo_text"=>"Beatae eaque alias qui.", "title"=>"works_with_title"}, "id"=>"80"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
SQL (0.9ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Impedit soluta deleniti rerum."], ["promo_image_url", nil], ["promo_text", "Beatae eaque alias qui."], ["updated_at", "2018-12-10 20:43:28.461227"], ["id", 80]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/80 Completed 302 Found in 11ms (ActiveRecord: 2.2ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grimes.org/richie"], ["description", "Et ad at consequatur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.469616"], ["updated_at", "2018-12-10 20:43:28.469616"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium corporis tenetur et."], ["url", "http://lindgren.org/lory_effertz"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.473201"], ["updated_at", "2018-12-10 20:43:28.473201"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsa rerum placeat vitae."], ["info_url", "http://grantlangosh.net/numbers.wunsch"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.476489"], ["updated_at", "2018-12-10 20:43:28.476489"], ["developer_id", 81]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quos vero amet provident."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.477670"], ["updated_at", "2018-12-10 20:43:28.477670"], ["app_id", 74], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Dolorem quo quis ex."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem sunt rerum consequatur."], ["url", "http://lebsackschamberger.biz/ellsworth.schultz"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.482501"], ["updated_at", "2018-12-10 20:43:28.482501"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste laboriosam a ut."], ["info_url", "http://borerkirlin.co/ira"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.485087"], ["updated_at", "2018-12-10 20:43:28.485087"], ["developer_id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stokes.net/valery_mills"], ["description", "Incidunt reprehenderit sunt blanditiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.489748"], ["updated_at", "2018-12-10 20:43:28.489748"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Labore voluptates totam mollitia."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.490693"], ["updated_at", "2018-12-10 20:43:28.490693"], ["app_id", 75], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Optio nesciunt quia ad."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://littelhermann.io/eliz"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.493350"], ["updated_at", "2018-12-10 20:43:28.493350"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weinatzemlak.net/silva"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.494212"], ["updated_at", "2018-12-10 20:43:28.494212"], ["distributor_id", 47], ["app_id", 75]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam at sed cumque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.499461"], ["updated_at", "2018-12-10 20:43:28.499461"], ["app_id", 75], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "In vitae dolor eos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Blanditiis tempore sed aperiam.", "is_live"=>"true", "promo_image_url"=>"http://oconnell.io/terea", "promo_text"=>"Eius cum minima tenetur.", "title"=>"works_with_title"}, "id"=>"83"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 83], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 61], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 82], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Blanditiis tempore sed aperiam."], ["promo_image_url", nil], ["promo_text", "Eius cum minima tenetur."], ["updated_at", "2018-12-10 20:43:28.510077"], ["id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/83 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ko.org/rosena.lind"], ["description", "Et sequi dolorum expedita."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.516449"], ["updated_at", "2018-12-10 20:43:28.516449"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui dolor enim quia."], ["url", "http://lynch.io/nicky_cartwright"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.520352"], ["updated_at", "2018-12-10 20:43:28.520352"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fugit veniam architecto eos."], ["info_url", "http://larsoncarroll.io/rodolfo.fadel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.524350"], ["updated_at", "2018-12-10 20:43:28.524350"], ["developer_id", 83]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut maxime modi ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.525528"], ["updated_at", "2018-12-10 20:43:28.525528"], ["app_id", 76], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Eum iste hic a."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates autem non maxime."], ["url", "http://schummstoltenberg.info/elda"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.532113"], ["updated_at", "2018-12-10 20:43:28.532113"], ["logo_image_url", nil]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cumque et similique quisquam."], ["info_url", "http://flatleydoyle.biz/wava.heidenreich"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.537154"], ["updated_at", "2018-12-10 20:43:28.537154"], ["developer_id", 84]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cremin.biz/evelynn"], ["description", "Officia vero omnis voluptas."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.544821"], ["updated_at", "2018-12-10 20:43:28.544821"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum molestias et numquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.546134"], ["updated_at", "2018-12-10 20:43:28.546134"], ["app_id", 77], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Assumenda saepe quia voluptatum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bednar.name/garry.damore"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.550572"], ["updated_at", "2018-12-10 20:43:28.550572"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://keler.com/marion"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.551706"], ["updated_at", "2018-12-10 20:43:28.551706"], ["distributor_id", 48], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut debitis quasi ex."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.554685"], ["updated_at", "2018-12-10 20:43:28.554685"], ["app_id", 77], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Delectus laborum sint non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Ut perferendis tenetur odit.", "is_live"=>"true", "promo_image_url"=>"http://fahey.com/thi", "promo_text"=>"Quod voluptates ut hic.", "title"=>"works_with_title"}, "id"=>"86"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 86], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 84], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Ut perferendis tenetur odit."], ["promo_image_url", nil], ["promo_text", "Quod voluptates ut hic."], ["updated_at", "2018-12-10 20:43:28.564192"], ["id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/86 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://macgyver.com/rosario.kerluke"], ["description", "In ut error saepe."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.580815"], ["updated_at", "2018-12-10 20:43:28.580815"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sequi quasi ea eius."], ["url", "http://kocollier.org/sara"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.584802"], ["updated_at", "2018-12-10 20:43:28.584802"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et et quia fuga."], ["info_url", "http://reichert.io/marcus"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.588540"], ["updated_at", "2018-12-10 20:43:28.588540"], ["developer_id", 85]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt ut recusandae modi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.589729"], ["updated_at", "2018-12-10 20:43:28.589729"], ["app_id", 78], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Cumque rerum mollitia vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut minima quis unde."], ["url", "http://hermann.biz/nery.mraz"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.593566"], ["updated_at", "2018-12-10 20:43:28.593566"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis quaerat et enim."], ["info_url", "http://kerluke.io/arnold.keeling"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.595648"], ["updated_at", "2018-12-10 20:43:28.595648"], ["developer_id", 86]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reilly.name/kenia"], ["description", "Iusto enim minima laboriosam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.600685"], ["updated_at", "2018-12-10 20:43:28.600685"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas quia ut ipsa."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.601719"], ["updated_at", "2018-12-10 20:43:28.601719"], ["app_id", 79], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Et distinctio veritatis voluptates."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.5ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stammharvey.biz/dewitt.senger"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.606169"], ["updated_at", "2018-12-10 20:43:28.606169"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://parker.biz/alexis"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.607203"], ["updated_at", "2018-12-10 20:43:28.607203"], ["distributor_id", 49], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi rerum neque corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.610809"], ["updated_at", "2018-12-10 20:43:28.610809"], ["app_id", 79], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Neque nostrum ratione exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et quo nostrum delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.614036"], ["updated_at", "2018-12-10 20:43:28.614036"], ["works_with_id", 89]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"1"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rau.io/shayne.heidenreich"], ["description", "Officia quaerat vel sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.644101"], ["updated_at", "2018-12-10 20:43:28.644101"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab et quis aut."], ["url", "http://harbermccullough.co/alise.lind"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.649311"], ["updated_at", "2018-12-10 20:43:28.649311"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt quaerat eligendi voluptas."], ["info_url", "http://rodriguezzulauf.info/karl"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.653131"], ["updated_at", "2018-12-10 20:43:28.653131"], ["developer_id", 87]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam nihil ea ab."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.654470"], ["updated_at", "2018-12-10 20:43:28.654470"], ["app_id", 80], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Doloribus sed architecto modi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Necessitatibus ut pariatur dolores."], ["url", "http://powlowski.com/dee"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.659201"], ["updated_at", "2018-12-10 20:43:28.659201"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Alias ex sint eius."], ["info_url", "http://schulist.info/jermaine.christiansen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.661214"], ["updated_at", "2018-12-10 20:43:28.661214"], ["developer_id", 88]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kiehn.biz/marylynn"], ["description", "Distinctio eum cumque aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.668908"], ["updated_at", "2018-12-10 20:43:28.668908"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit voluptas illum ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.670349"], ["updated_at", "2018-12-10 20:43:28.670349"], ["app_id", 81], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Dolor at corporis rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kutch.io/adriene.spencer"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.674104"], ["updated_at", "2018-12-10 20:43:28.674104"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://greenfelderprosacco.co/linh"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.675332"], ["updated_at", "2018-12-10 20:43:28.675332"], ["distributor_id", 50], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem iste eos placeat."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.678557"], ["updated_at", "2018-12-10 20:43:28.678557"], ["app_id", 81], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Voluptatum cumque vel repudiandae."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Et autem est neque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.683400"], ["updated_at", "2018-12-10 20:43:28.683400"], ["works_with_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)

UseCase Load (0.3ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beatty.info/augustus_ullrich"], ["description", "Iste sint vel quam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.695393"], ["updated_at", "2018-12-10 20:43:28.695393"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quas deleniti voluptatem consequuntur."], ["url", "http://durganhoeger.io/derick.kuvalis"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.700764"], ["updated_at", "2018-12-10 20:43:28.700764"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut eius sunt id."], ["info_url", "http://upton.info/eddie.herman"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.705066"], ["updated_at", "2018-12-10 20:43:28.705066"], ["developer_id", 89]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste et voluptas ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.706291"], ["updated_at", "2018-12-10 20:43:28.706291"], ["app_id", 82], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Id facilis ut a."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eaque voluptatum quia iste."], ["url", "http://boyer.org/haywood"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.710475"], ["updated_at", "2018-12-10 20:43:28.710475"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam quaerat harum at."], ["info_url", "http://bartell.co/karisa"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.713257"], ["updated_at", "2018-12-10 20:43:28.713257"], ["developer_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldner.name/irvin"], ["description", "Deserunt sequi illum quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.720112"], ["updated_at", "2018-12-10 20:43:28.720112"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti et suscipit minima."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.721477"], ["updated_at", "2018-12-10 20:43:28.721477"], ["app_id", 83], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Sit tempore adipisci ex."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ryan.co/terry"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.724585"], ["updated_at", "2018-12-10 20:43:28.724585"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rueckerullrich.co/lisha"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.725547"], ["updated_at", "2018-12-10 20:43:28.725547"], ["distributor_id", 51], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsam natus dolores sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.728350"], ["updated_at", "2018-12-10 20:43:28.728350"], ["app_id", 83], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Quae sed eum autem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Facilis non cumque earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.730984"], ["updated_at", "2018-12-10 20:43:28.730984"], ["works_with_id", 95]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"3"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (2.1ms)  SELECT COUNT(*) FROM "use_cases"
 (0.2ms)  ROLLBACK
 (1.0ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brekke.net/nathaniel"], ["description", "A ratione nostrum sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.753429"], ["updated_at", "2018-12-10 20:43:28.753429"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui quae laborum qui."], ["url", "http://brakusnitzsche.co/bernardina.jakubowski"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.757463"], ["updated_at", "2018-12-10 20:43:28.757463"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (2.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est a non repudiandae."], ["info_url", "http://stehr.net/marita_franecki"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.761072"], ["updated_at", "2018-12-10 20:43:28.761072"], ["developer_id", 91]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Harum sed molestias animi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.765265"], ["updated_at", "2018-12-10 20:43:28.765265"], ["app_id", 84], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Non enim autem eaque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus cupiditate enim eos."], ["url", "http://jacobicrooks.com/winston"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.770712"], ["updated_at", "2018-12-10 20:43:28.770712"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut nesciunt incidunt perferendis."], ["info_url", "http://will.info/julieann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.772637"], ["updated_at", "2018-12-10 20:43:28.772637"], ["developer_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wintheiser.org/gisele"], ["description", "Dolorem ducimus possimus ad."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.777248"], ["updated_at", "2018-12-10 20:43:28.777248"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum ut nihil sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.778454"], ["updated_at", "2018-12-10 20:43:28.778454"], ["app_id", 85], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "In totam sunt natus."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://conn.biz/rudy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.786412"], ["updated_at", "2018-12-10 20:43:28.786412"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://thompson.biz/alesia_sipes"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.787793"], ["updated_at", "2018-12-10 20:43:28.787793"], ["distributor_id", 52], ["app_id", 85]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente dolorum veritatis qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.790826"], ["updated_at", "2018-12-10 20:43:28.790826"], ["app_id", 85], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Nulla odio quia earum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sit ea voluptatem dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.793113"], ["updated_at", "2018-12-10 20:43:28.793113"], ["works_with_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walter.info/mirtha.funk"], ["description", "Et et qui rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.802353"], ["updated_at", "2018-12-10 20:43:28.802353"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Tempora sit dolorum incidunt."], ["url", "http://prosacco.io/randy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.806346"], ["updated_at", "2018-12-10 20:43:28.806346"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam occaecati aut voluptas."], ["info_url", "http://ritchie.co/cammie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.812188"], ["updated_at", "2018-12-10 20:43:28.812188"], ["developer_id", 93]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt consequatur deserunt reiciendis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.814585"], ["updated_at", "2018-12-10 20:43:28.814585"], ["app_id", 86], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Placeat perferendis ut laborum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda delectus vel quis."], ["url", "http://lefflerwatsica.io/ryan.pfannerstill"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.832034"], ["updated_at", "2018-12-10 20:43:28.832034"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non et fuga cumque."], ["info_url", "http://reichel.info/jack.conroy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.838300"], ["updated_at", "2018-12-10 20:43:28.838300"], ["developer_id", 94]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gislason.biz/stan_runte"], ["description", "Iure dolorum eum ea."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.844136"], ["updated_at", "2018-12-10 20:43:28.844136"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus nostrum non sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.845472"], ["updated_at", "2018-12-10 20:43:28.845472"], ["app_id", 87], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Sint blanditiis a consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rohanskiles.net/donette_pfeffer"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.851106"], ["updated_at", "2018-12-10 20:43:28.851106"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schoen.com/anton"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.852489"], ["updated_at", "2018-12-10 20:43:28.852489"], ["distributor_id", 53], ["app_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima facere culpa delectus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.855610"], ["updated_at", "2018-12-10 20:43:28.855610"], ["app_id", 87], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Molestiae et molestias ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Dicta possimus architecto aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.858318"], ["updated_at", "2018-12-10 20:43:28.858318"], ["works_with_id", 101]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Praesentium rerum et fugiat.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"5"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 101], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Praesentium rerum et fugiat."], ["updated_at", "2018-12-10 20:43:28.867312"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/5 Completed 302 Found in 8ms (ActiveRecord: 1.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fritsch.co/natashia_prohaska"], ["description", "Quaerat ad ducimus cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.873175"], ["updated_at", "2018-12-10 20:43:28.873175"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aperiam ad tempore animi."], ["url", "http://jakubowskiwitting.io/toney.conn"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.877341"], ["updated_at", "2018-12-10 20:43:28.877341"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem culpa eligendi consectetur."], ["info_url", "http://cronafisher.info/emelina"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.881987"], ["updated_at", "2018-12-10 20:43:28.881987"], ["developer_id", 95]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Porro dolorem quo earum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.883303"], ["updated_at", "2018-12-10 20:43:28.883303"], ["app_id", 88], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Id incidunt est ab."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (1.8ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Distinctio excepturi et temporibus."], ["url", "http://raynor.info/jewel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.889314"], ["updated_at", "2018-12-10 20:43:28.889314"], ["logo_image_url", nil]]
 (1.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non neque ut iste."], ["info_url", "http://blanda.net/eula.mcdermott"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.892556"], ["updated_at", "2018-12-10 20:43:28.892556"], ["developer_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://franecki.org/alina_cremin"], ["description", "Ut aut consectetur corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.898206"], ["updated_at", "2018-12-10 20:43:28.898206"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sint libero animi facere."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.899098"], ["updated_at", "2018-12-10 20:43:28.899098"], ["app_id", 89], ["offering_id", 76], ["promo_image_url", nil], ["promo_text", "Id optio magnam nesciunt."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ryan.io/cherise.skiles"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.902736"], ["updated_at", "2018-12-10 20:43:28.902736"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://torphy.io/nigel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.903849"], ["updated_at", "2018-12-10 20:43:28.903849"], ["distributor_id", 54], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium temporibus qui est."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.909551"], ["updated_at", "2018-12-10 20:43:28.909551"], ["app_id", 89], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Explicabo aperiam beatae dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Autem et odit adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.912100"], ["updated_at", "2018-12-10 20:43:28.912100"], ["works_with_id", 104]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Sit et recusandae voluptates.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"6"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.1ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 104], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 75], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Sit et recusandae voluptates."], ["updated_at", "2018-12-10 20:43:28.920591"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/6 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://casperparker.info/truman"], ["description", "Assumenda aut omnis rerum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.925839"], ["updated_at", "2018-12-10 20:43:28.925839"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aspernatur nemo vero ad."], ["url", "http://dare.info/tawanda"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.929605"], ["updated_at", "2018-12-10 20:43:28.929605"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed et sint dolor."], ["info_url", "http://mosciski.name/carolee_rohan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.934730"], ["updated_at", "2018-12-10 20:43:28.934730"], ["developer_id", 97]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est explicabo omnis sit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.936193"], ["updated_at", "2018-12-10 20:43:28.936193"], ["app_id", 90], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Eligendi omnis voluptates molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt et non veniam."], ["url", "http://ferryswift.name/williams"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.940403"], ["updated_at", "2018-12-10 20:43:28.940403"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Blanditiis ea et accusantium."], ["info_url", "http://keeblerratke.biz/julianne"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.942678"], ["updated_at", "2018-12-10 20:43:28.942678"], ["developer_id", 98]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mayerhagenes.name/mellie_grant"], ["description", "Id debitis dolores quae."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.948198"], ["updated_at", "2018-12-10 20:43:28.948198"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim non culpa nesciunt."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.949880"], ["updated_at", "2018-12-10 20:43:28.949880"], ["app_id", 91], ["offering_id", 78], ["promo_image_url", nil], ["promo_text", "Dolores minima sapiente sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://friesen.com/darwin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.953505"], ["updated_at", "2018-12-10 20:43:28.953505"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://colebogisich.biz/oma.gerlach"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.954964"], ["updated_at", "2018-12-10 20:43:28.954964"], ["distributor_id", 55], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut eos quasi quidem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.958637"], ["updated_at", "2018-12-10 20:43:28.958637"], ["app_id", 91], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Temporibus maiores eius at."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Cupiditate aut aliquid ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.961145"], ["updated_at", "2018-12-10 20:43:28.961145"], ["works_with_id", 107]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Ad aliquid voluptate quos.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"7"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 98], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Ad aliquid voluptate quos."], ["updated_at", "2018-12-10 20:43:28.969795"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/7 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://watsicaoreilly.net/sherlyn_prosacco"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.982101"], ["updated_at", "2018-12-10 20:43:28.982101"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor voluptatem vitae voluptas."], ["url", "http://hartmann.biz/micki.stamm"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.985870"], ["updated_at", "2018-12-10 20:43:28.985870"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum tenetur quis mollitia."], ["info_url", "http://okeefekaulke.info/benton.gutmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.988908"], ["updated_at", "2018-12-10 20:43:28.988908"], ["developer_id", 99]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://crooksmacejkovic.net/olen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.990334"], ["updated_at", "2018-12-10 20:43:28.990334"], ["distributor_id", 56], ["app_id", 92]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et vel sunt aperiam."], ["url", "http://boehm.info/jesusita.becker"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.994381"], ["updated_at", "2018-12-10 20:43:28.994381"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Earum eos eligendi aut."], ["info_url", "http://kling.io/dominic"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:28.996615"], ["updated_at", "2018-12-10 20:43:28.996615"], ["developer_id", 100]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hickle.biz/hong_bergnaum"], ["description", "Earum sit eos facere."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.002207"], ["updated_at", "2018-12-10 20:43:29.002207"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui ipsum ut nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.003258"], ["updated_at", "2018-12-10 20:43:29.003258"], ["app_id", 93], ["offering_id", 79], ["promo_image_url", nil], ["promo_text", "Quos repellendus architecto qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://streich.org/jamaal"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.006365"], ["updated_at", "2018-12-10 20:43:29.006365"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ortiz.info/kelvin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.007226"], ["updated_at", "2018-12-10 20:43:29.007226"], ["distributor_id", 57], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mccullough.net/patty.ledner"], ["description", "Aut rerum est suscipit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.040288"], ["updated_at", "2018-12-10 20:43:29.040288"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Labore nulla corrupti blanditiis."], ["url", "http://rowe.io/willia.durgan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.043880"], ["updated_at", "2018-12-10 20:43:29.043880"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed odio id omnis."], ["info_url", "http://parisian.info/jeniffer"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.049321"], ["updated_at", "2018-12-10 20:43:29.049321"], ["developer_id", 101]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto cum enim adipisci."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.050531"], ["updated_at", "2018-12-10 20:43:29.050531"], ["app_id", 94], ["offering_id", 80], ["promo_image_url", nil], ["promo_text", "Mollitia ipsum a fugiat."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iste mollitia ipsam sit."], ["url", "http://schuster.name/kristi"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.054809"], ["updated_at", "2018-12-10 20:43:29.054809"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Debitis tempore est ex."], ["info_url", "http://morar.com/lesia_dach"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.057198"], ["updated_at", "2018-12-10 20:43:29.057198"], ["developer_id", 102]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wolf.info/raymundo_barrows"], ["description", "Earum dolorum dolor nisi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.062191"], ["updated_at", "2018-12-10 20:43:29.062191"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorum blanditiis et consectetur."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.063456"], ["updated_at", "2018-12-10 20:43:29.063456"], ["app_id", 95], ["offering_id", 81], ["promo_image_url", nil], ["promo_text", "Aspernatur eius provident iusto."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cain.com/luigi.satterfield"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.067110"], ["updated_at", "2018-12-10 20:43:29.067110"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://effertz.biz/danial_brown"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.068149"], ["updated_at", "2018-12-10 20:43:29.068149"], ["distributor_id", 58], ["app_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae perferendis aut natus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.071102"], ["updated_at", "2018-12-10 20:43:29.071102"], ["app_id", 95], ["offering_id", 80], ["promo_image_url", nil], ["promo_text", "Modi est autem quod."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Aut dolores at aut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.074773"], ["updated_at", "2018-12-10 20:43:29.074773"], ["works_with_id", 111], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Dolorem veritatis eveniet doloribus."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gibsonohara.biz/ina"], ["description", "Reiciendis id occaecati voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.081383"], ["updated_at", "2018-12-10 20:43:29.081383"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est numquam at est."], ["url", "http://townetrantow.org/maximo_jaskolski"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.085543"], ["updated_at", "2018-12-10 20:43:29.085543"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cupiditate ut impedit et."], ["info_url", "http://brakus.net/rolland.collins"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.089058"], ["updated_at", "2018-12-10 20:43:29.089058"], ["developer_id", 103]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa qui doloremque beatae."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.090023"], ["updated_at", "2018-12-10 20:43:29.090023"], ["app_id", 96], ["offering_id", 82], ["promo_image_url", nil], ["promo_text", "Aspernatur a quasi dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis voluptatem et ad."], ["url", "http://osinskiko.net/cecila"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.093885"], ["updated_at", "2018-12-10 20:43:29.093885"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis et ratione tempora."], ["info_url", "http://torp.info/jolyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.095593"], ["updated_at", "2018-12-10 20:43:29.095593"], ["developer_id", 104]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cronin.name/guillermo"], ["description", "Quas culpa expedita nihil."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.101858"], ["updated_at", "2018-12-10 20:43:29.101858"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam ut impedit sed."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.102972"], ["updated_at", "2018-12-10 20:43:29.102972"], ["app_id", 97], ["offering_id", 83], ["promo_image_url", nil], ["promo_text", "Omnis ut eum quas."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bailey.name/dexter_mccullough"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.106633"], ["updated_at", "2018-12-10 20:43:29.106633"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ledner.com/seymour_mohr"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.107946"], ["updated_at", "2018-12-10 20:43:29.107946"], ["distributor_id", 59], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor cumque consequatur nemo."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:29.110989"], ["updated_at", "2018-12-10 20:43:29.110989"], ["app_id", 97], ["offering_id", 82], ["promo_image_url", nil], ["promo_text", "Exercitationem aut aliquam vel."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-10 15:43:29 -0500

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-10 15:43:29 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (16.6ms)
Rendered components/_navigation.html.haml (32.3ms)
Rendered components/_footer.html.haml (9.6ms)

Completed 200 OK in 1148ms (Views: 1138.0ms | ActiveRecord: 0.7ms)

 (0.5ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-10 15:43:30 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.4ms)
Rendered components/_navigation.html.haml (2.5ms)
Rendered components/_footer.html.haml (1.3ms)

Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.5ms)

 (0.2ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-10 15:43:33 -0500 Processing by HomeController#index as HTML

Testimonial Load (1.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (1.1ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.5ms)
Rendered components/_navigation.html.haml (3.3ms)
Rendered components/_footer.html.haml (1.6ms)

Completed 200 OK in 162ms (Views: 9.3ms | ActiveRecord: 18.5ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-10 15:43:33 -0500

 (0.3ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (207.1ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (25.7ms)  BEGIN
 (0.6ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-10 15:43:34 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.7ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.7ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.3ms)
Rendered components/_navigation.html.haml (3.9ms)
Rendered components/_footer.html.haml (1.7ms)

Completed 200 OK in 12ms (Views: 8.0ms | ActiveRecord: 1.4ms)

 (0.2ms)  BEGIN
 (1.7ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (4.4ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (2.3ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (137.8ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (36.0ms)  BEGIN
 (1.0ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem sit molestiae dolores."], ["url", "http://bosco.org/lisha_jenkins"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.139756"], ["updated_at", "2018-12-10 20:43:35.139756"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.6ms)  COMMIT
 (1.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartellsimonis.co/glenn.okon"], ["description", "Ipsum ab porro neque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.200781"], ["updated_at", "2018-12-10 20:43:35.200781"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem nemo esse reprehenderit."], ["url", "http://ebert.info/angelyn"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.206834"], ["updated_at", "2018-12-10 20:43:35.206834"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus voluptates totam alias."], ["info_url", "http://gaylordpagac.name/kendall"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.211685"], ["updated_at", "2018-12-10 20:43:35.211685"], ["developer_id", 2]]
SQL (1.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur excepturi voluptas officiis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.214256"], ["updated_at", "2018-12-10 20:43:35.214256"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Nam totam soluta quidem."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Blanditiis quas harum repellat."], ["url", "http://bartoletti.io/chung"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.221051"], ["updated_at", "2018-12-10 20:43:35.221051"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (3.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quas aut consequuntur sint."], ["info_url", "http://kuphal.net/keitha_gutkowski"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.223641"], ["updated_at", "2018-12-10 20:43:35.223641"], ["developer_id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lesch.co/dan"], ["description", "Sequi velit autem ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.237744"], ["updated_at", "2018-12-10 20:43:35.237744"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor at vitae labore."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.238872"], ["updated_at", "2018-12-10 20:43:35.238872"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Ut laudantium ipsa id."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stroman.org/dalene"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.242050"], ["updated_at", "2018-12-10 20:43:35.242050"], ["icon_id", "apple"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://barrows.info/lon"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.243403"], ["updated_at", "2018-12-10 20:43:35.243403"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spencerswift.biz/kevin"], ["description", "Fugit itaque quo quisquam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.260161"], ["updated_at", "2018-12-10 20:43:35.260161"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo id voluptatum quo."], ["url", "http://mosciski.net/emelia.bauch"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.265160"], ["updated_at", "2018-12-10 20:43:35.265160"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus quae aut facilis."], ["info_url", "http://pfannerstillschowalter.info/rosa_johnston"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.269713"], ["updated_at", "2018-12-10 20:43:35.269713"], ["developer_id", 4]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore molestiae ut vel."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.271658"], ["updated_at", "2018-12-10 20:43:35.271658"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Harum est consequuntur vel."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem deleniti maiores et."], ["url", "http://kemmer.io/nathan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.278901"], ["updated_at", "2018-12-10 20:43:35.278901"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti et at eius."], ["info_url", "http://kozey.io/archie_cummings"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.283251"], ["updated_at", "2018-12-10 20:43:35.283251"], ["developer_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://christiansen.com/chaya_breitenberg"], ["description", "Quo est sit et."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.288689"], ["updated_at", "2018-12-10 20:43:35.288689"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Deleniti quas illum cum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.289864"], ["updated_at", "2018-12-10 20:43:35.289864"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Voluptatem qui eos est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haleyrogahn.io/raymond_cole"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.293030"], ["updated_at", "2018-12-10 20:43:35.293030"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zboncak.name/margarito"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.294058"], ["updated_at", "2018-12-10 20:43:35.294058"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt explicabo omnis quis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.298042"], ["updated_at", "2018-12-10 20:43:35.298042"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Repellendus eum error sed."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Sunt est itaque veniam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.301803"], ["updated_at", "2018-12-10 20:43:35.301803"], ["works_with_id", 5], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sed omnis ea nemo."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Sint ut dignissimos dolor."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:43:35.305397"], ["updated_at", "2018-12-10 20:43:35.305397"], ["testimonial_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.3ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schaefer.com/fermin"], ["description", "Perferendis temporibus nostrum architecto."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.333972"], ["updated_at", "2018-12-10 20:43:35.333972"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus atque ratione eaque."], ["url", "http://kiehngutmann.name/alvin"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.338011"], ["updated_at", "2018-12-10 20:43:35.338011"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut ratione eos iure."], ["info_url", "http://wyman.com/louie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.341702"], ["updated_at", "2018-12-10 20:43:35.341702"], ["developer_id", 6]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem asperiores facere velit."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.343048"], ["updated_at", "2018-12-10 20:43:35.343048"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Reprehenderit iste officia enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat quia aliquam perferendis."], ["url", "http://hand.net/venus"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.348210"], ["updated_at", "2018-12-10 20:43:35.348210"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequuntur enim occaecati rem."], ["info_url", "http://marvin.info/landon.emmerich"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.351280"], ["updated_at", "2018-12-10 20:43:35.351280"], ["developer_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://krismcglynn.co/fidel.weber"], ["description", "Voluptatem eligendi magni est."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.356291"], ["updated_at", "2018-12-10 20:43:35.356291"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit ipsam illo ducimus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.357331"], ["updated_at", "2018-12-10 20:43:35.357331"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Exercitationem unde aspernatur ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hills.io/genaro_walter"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.360191"], ["updated_at", "2018-12-10 20:43:35.360191"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hintz.com/fabian_prosacco"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.361234"], ["updated_at", "2018-12-10 20:43:35.361234"], ["distributor_id", 3], ["app_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis earum est corrupti."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.365240"], ["updated_at", "2018-12-10 20:43:35.365240"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Dolorum similique sed dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Iste est quidem maiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.369054"], ["updated_at", "2018-12-10 20:43:35.369054"], ["works_with_id", 8], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Numquam sunt saepe odit."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Enim nam facere libero."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:43:35.372172"], ["updated_at", "2018-12-10 20:43:35.372172"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Quasi ipsum et reiciendis.", "image_url"=>"http://shanahan.net/mozell", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"2"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Quasi ipsum et reiciendis."], ["updated_at", "2018-12-10 20:43:35.386992"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/2 Completed 302 Found in 13ms (ActiveRecord: 2.8ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://treutel.io/royal"], ["description", "Quam harum nam ex."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.395150"], ["updated_at", "2018-12-10 20:43:35.395150"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Alias nihil eos at."], ["url", "http://gerhold.info/johnson.toy"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.400502"], ["updated_at", "2018-12-10 20:43:35.400502"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eius doloribus blanditiis perferendis."], ["info_url", "http://gibson.io/charlene.howe"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.404621"], ["updated_at", "2018-12-10 20:43:35.404621"], ["developer_id", 8]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Incidunt sit aut voluptate."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.405842"], ["updated_at", "2018-12-10 20:43:35.405842"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Eligendi est excepturi et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus a amet sunt."], ["url", "http://treutel.name/danyell.white"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.414818"], ["updated_at", "2018-12-10 20:43:35.414818"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem repellat asperiores blanditiis."], ["info_url", "http://wisokylindgren.org/casie_grant"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.417689"], ["updated_at", "2018-12-10 20:43:35.417689"], ["developer_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sengertorphy.com/carla"], ["description", "Totam rerum saepe eaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.423514"], ["updated_at", "2018-12-10 20:43:35.423514"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officiis dolorem ut totam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.424723"], ["updated_at", "2018-12-10 20:43:35.424723"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Est voluptatem dolor voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schulist.com/lashay"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.427856"], ["updated_at", "2018-12-10 20:43:35.427856"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schowalter.biz/hunter.hartmann"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.431818"], ["updated_at", "2018-12-10 20:43:35.431818"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Labore rerum mollitia magnam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.435769"], ["updated_at", "2018-12-10 20:43:35.435769"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Quia deserunt harum aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Modi sint totam et."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.440419"], ["updated_at", "2018-12-10 20:43:35.440419"], ["works_with_id", 11], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Occaecati praesentium ut quae."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Ut qui porro non."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:43:35.443752"], ["updated_at", "2018-12-10 20:43:35.443752"], ["testimonial_id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Aut quas cumque quisquam.", "image_url"=>"http://marks.com/filiberto.kaulke", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Aut quas cumque quisquam."], ["updated_at", "2018-12-10 20:43:35.461042"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 16ms (ActiveRecord: 3.0ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://auer.com/catrina"], ["description", "Voluptas ad itaque sint."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.472150"], ["updated_at", "2018-12-10 20:43:35.472150"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem vero ut quod."], ["url", "http://windler.co/marna"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.477523"], ["updated_at", "2018-12-10 20:43:35.477523"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum tempora quas dolore."], ["info_url", "http://blick.com/trey"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.483653"], ["updated_at", "2018-12-10 20:43:35.483653"], ["developer_id", 10]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquam rerum culpa ipsam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.485463"], ["updated_at", "2018-12-10 20:43:35.485463"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Ut ipsum itaque molestiae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Pariatur et occaecati ipsam."], ["url", "http://carroll.io/george.jakubowski"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.491524"], ["updated_at", "2018-12-10 20:43:35.491524"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatibus sit quas enim."], ["info_url", "http://lowe.io/randal"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.494466"], ["updated_at", "2018-12-10 20:43:35.494466"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergnaumupton.io/ernestine"], ["description", "Unde porro recusandae qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.502623"], ["updated_at", "2018-12-10 20:43:35.502623"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus eos libero culpa."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.504816"], ["updated_at", "2018-12-10 20:43:35.504816"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Numquam et qui et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schneidermann.biz/edward_bechtelar"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.508812"], ["updated_at", "2018-12-10 20:43:35.508812"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boyle.com/cedrick_runte"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.510061"], ["updated_at", "2018-12-10 20:43:35.510061"], ["distributor_id", 5], ["app_id", 10]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quos veritatis nemo ut."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.515318"], ["updated_at", "2018-12-10 20:43:35.515318"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Voluptatem enim labore voluptatum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "A inventore debitis qui."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.520314"], ["updated_at", "2018-12-10 20:43:35.520314"], ["works_with_id", 14], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sit et quis debitis."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.9ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Aut autem debitis eum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:43:35.523663"], ["updated_at", "2018-12-10 20:43:35.523663"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Nam repellat et sint.", "image_url"=>"http://schambergerzieme.net/rolland_crona", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Nam repellat et sint."], ["updated_at", "2018-12-10 20:43:35.537236"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 30ms (ActiveRecord: 2.1ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://little.io/shad"], ["description", "Accusamus ut aut maxime."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.566931"], ["updated_at", "2018-12-10 20:43:35.566931"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis nihil est adipisci."], ["url", "http://wolffschmeler.name/alan"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.572320"], ["updated_at", "2018-12-10 20:43:35.572320"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores nisi consequatur nihil."], ["info_url", "http://volkmanleffler.net/jewel"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.577480"], ["updated_at", "2018-12-10 20:43:35.577480"], ["developer_id", 12]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium repellat nulla rem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.579334"], ["updated_at", "2018-12-10 20:43:35.579334"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Quis at omnis porro."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex voluptas in est."], ["url", "http://jakubowski.co/janea"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.586773"], ["updated_at", "2018-12-10 20:43:35.586773"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magnam est veniam dolor."], ["info_url", "http://prohaska.com/elma"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.589481"], ["updated_at", "2018-12-10 20:43:35.589481"], ["developer_id", 13]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://towne.org/ligia_cain"], ["description", "Earum sed facere nobis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.595268"], ["updated_at", "2018-12-10 20:43:35.595268"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis aliquam quam dolorem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.597092"], ["updated_at", "2018-12-10 20:43:35.597092"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Mollitia aperiam cupiditate sint."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://creminbayer.name/pedro"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.601705"], ["updated_at", "2018-12-10 20:43:35.601705"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://murray.info/olive_ruecker"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.602877"], ["updated_at", "2018-12-10 20:43:35.602877"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatum quas sunt perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.606497"], ["updated_at", "2018-12-10 20:43:35.606497"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Laboriosam laudantium magni ea."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (2.0ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Pariatur atque qui quos."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.611111"], ["updated_at", "2018-12-10 20:43:35.611111"], ["works_with_id", 17], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Et quas eveniet et."], ["publish_date", "2018-12-09"]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Minima culpa perspiciatis quaerat."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:43:35.618254"], ["updated_at", "2018-12-10 20:43:35.618254"], ["testimonial_id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"5"}
TestimonialSlide Load (0.8ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.8ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stehrritchie.io/royal.osinski"], ["description", "Veniam modi tempora voluptatem."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.636482"], ["updated_at", "2018-12-10 20:43:35.636482"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo nam odio deleniti."], ["url", "http://lockman.name/ahmad_turcotte"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.641658"], ["updated_at", "2018-12-10 20:43:35.641658"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quae maxime aut expedita."], ["info_url", "http://windlerhodkiewicz.name/wilber.lockman"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.646473"], ["updated_at", "2018-12-10 20:43:35.646473"], ["developer_id", 14]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi laboriosam eveniet culpa."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.648855"], ["updated_at", "2018-12-10 20:43:35.648855"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Pariatur et ut libero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maxime excepturi illum perspiciatis."], ["url", "http://lockman.name/stanton"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.656324"], ["updated_at", "2018-12-10 20:43:35.656324"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut vel dolores suscipit."], ["info_url", "http://schaeferfeest.biz/stephen"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.658604"], ["updated_at", "2018-12-10 20:43:35.658604"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dickiwiegand.info/yasmine"], ["description", "Neque quaerat laudantium ratione."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.665108"], ["updated_at", "2018-12-10 20:43:35.665108"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illo facere qui enim."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.666680"], ["updated_at", "2018-12-10 20:43:35.666680"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Nam in et eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermann.biz/eugene"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.670359"], ["updated_at", "2018-12-10 20:43:35.670359"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://klockodouglas.co/buster_schaden"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.671614"], ["updated_at", "2018-12-10 20:43:35.671614"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id dolores possimus eligendi."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.674991"], ["updated_at", "2018-12-10 20:43:35.674991"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Rem molestiae voluptate doloremque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Qui temporibus quae eveniet."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.679893"], ["updated_at", "2018-12-10 20:43:35.679893"], ["works_with_id", 20], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Perferendis ut quia commodi."], ["publish_date", "2018-12-09"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quia enim aut maiores."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:43:35.684491"], ["updated_at", "2018-12-10 20:43:35.684491"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.9ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 6ms (ActiveRecord: 2.5ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerholdabernathy.name/jonas_hodkiewicz"], ["description", "Necessitatibus labore natus eaque."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.703272"], ["updated_at", "2018-12-10 20:43:35.703272"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (3.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos officiis sit praesentium."], ["url", "http://prosacco.co/milo_haley"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.708126"], ["updated_at", "2018-12-10 20:43:35.708126"], ["logo_image_url", nil]]
 (1.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas illo mollitia ad."], ["info_url", "http://zboncakadams.net/renee_white"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.722564"], ["updated_at", "2018-12-10 20:43:35.722564"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem accusantium voluptatem eum."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.724005"], ["updated_at", "2018-12-10 20:43:35.724005"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Ut doloremque perferendis rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam facere et ratione."], ["url", "http://nicolas.com/sandie"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.729111"], ["updated_at", "2018-12-10 20:43:35.729111"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem dolor repudiandae pariatur."], ["info_url", "http://mckenziedicki.info/charlotte_vonrueden"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.732026"], ["updated_at", "2018-12-10 20:43:35.732026"], ["developer_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lockman.info/tangela"], ["description", "Incidunt qui sit totam."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.737831"], ["updated_at", "2018-12-10 20:43:35.737831"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Temporibus incidunt ut voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.738975"], ["updated_at", "2018-12-10 20:43:35.738975"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Ipsam a cupiditate et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://will.info/melvina_schuster"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.742253"], ["updated_at", "2018-12-10 20:43:35.742253"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yundt.name/mitzi"], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.743251"], ["updated_at", "2018-12-10 20:43:35.743251"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis temporibus recusandae quia."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.747696"], ["updated_at", "2018-12-10 20:43:35.747696"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Dolor quo qui tempore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Qui optio quidem maiores."], ["is_live", "t"], ["created_at", "2018-12-10 20:43:35.751655"], ["updated_at", "2018-12-10 20:43:35.751655"], ["works_with_id", 23], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Harum repudiandae aut et."], ["publish_date", "2018-12-09"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Expedita est tenetur deserunt."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-10 20:43:35.754438"], ["updated_at", "2018-12-10 20:43:35.754438"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (1.2ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (44.4ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.1ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (53.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.4ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.3ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://harber.biz/carson.volkman"], ["description", "Aut voluptatum quibusdam reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.367100"], ["updated_at", "2018-12-11 11:35:40.367100"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet ut voluptatem occaecati."], ["url", "http://lindgren.io/homer"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.386292"], ["updated_at", "2018-12-11 11:35:40.386292"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste in aut voluptas."], ["info_url", "http://buckridge.org/shelton"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.403139"], ["updated_at", "2018-12-11 11:35:40.403139"], ["developer_id", 1]]
SQL (41.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi impedit aspernatur rerum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.404856"], ["updated_at", "2018-12-11 11:35:40.404856"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Incidunt dolore ducimus harum."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi labore ut dolor."], ["url", "http://stiedemannlebsack.name/hilario_bins"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.450427"], ["updated_at", "2018-12-11 11:35:40.450427"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate reprehenderit eos adipisci."], ["info_url", "http://sporerbogan.name/roscoe"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.452404"], ["updated_at", "2018-12-11 11:35:40.452404"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://darestehr.co/alberto"], ["description", "Occaecati sint architecto quas."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.465234"], ["updated_at", "2018-12-11 11:35:40.465234"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quaerat consequuntur recusandae neque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.466344"], ["updated_at", "2018-12-11 11:35:40.466344"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Pariatur ratione ut temporibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cummerata.com/aleen.marvin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.479046"], ["updated_at", "2018-12-11 11:35:40.479046"], ["icon_id", "apple"]]
SQL (1.0ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://collierauer.co/thanh_denesik"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.480553"], ["updated_at", "2018-12-11 11:35:40.480553"], ["distributor_id", 1], ["app_id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates nisi vel et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.484845"], ["updated_at", "2018-12-11 11:35:40.484845"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Quae nam est impedit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"3"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 30ms (Views: 21.8ms | ActiveRecord: 0.7ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://monahan.org/weldon.bergstrom"], ["description", "Vitae totam cumque aperiam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.526579"], ["updated_at", "2018-12-11 11:35:40.526579"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut voluptate eum qui."], ["url", "http://feest.com/berenice"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.530307"], ["updated_at", "2018-12-11 11:35:40.530307"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit fugit aliquam accusamus."], ["info_url", "http://gislasonbeier.com/nicholas"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.533590"], ["updated_at", "2018-12-11 11:35:40.533590"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis libero vel sint."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.534750"], ["updated_at", "2018-12-11 11:35:40.534750"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Mollitia quod sapiente ullam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ex non vel necessitatibus."], ["url", "http://upton.co/abraham_heidenreich"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.538561"], ["updated_at", "2018-12-11 11:35:40.538561"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cum fugit sint similique."], ["info_url", "http://lemke.biz/nathalie.keeling"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.540394"], ["updated_at", "2018-12-11 11:35:40.540394"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boehm.info/natacha_mccullough"], ["description", "A eum ea est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.544693"], ["updated_at", "2018-12-11 11:35:40.544693"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut nostrum voluptatem aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.545640"], ["updated_at", "2018-12-11 11:35:40.545640"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Earum dolorem quisquam expedita."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howe.name/hillary"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.548428"], ["updated_at", "2018-12-11 11:35:40.548428"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wintheiser.com/nelle"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.549333"], ["updated_at", "2018-12-11 11:35:40.549333"], ["distributor_id", 2], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum animi vitae cumque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.552704"], ["updated_at", "2018-12-11 11:35:40.552704"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Exercitationem consequatur error perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Ut et porro aut.", "is_live"=>"true", "promo_image_url"=>"http://jerde.org/debby", "promo_text"=>"Quia aperiam molestiae enim.", "title"=>"works_with_title"}, "id"=>"6"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Ut et porro aut."], ["promo_image_url", nil], ["promo_text", "Quia aperiam molestiae enim."], ["updated_at", "2018-12-11 11:35:40.579757"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/6 Completed 302 Found in 19ms (ActiveRecord: 1.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://macejkovic.com/clay.gutmann"], ["description", "Eveniet in eum quasi."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.588629"], ["updated_at", "2018-12-11 11:35:40.588629"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis dolor voluptatem eos."], ["url", "http://dooley.net/beatris_heaney"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.593099"], ["updated_at", "2018-12-11 11:35:40.593099"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Suscipit temporibus earum natus."], ["info_url", "http://gutmann.name/emory.feil"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.596771"], ["updated_at", "2018-12-11 11:35:40.596771"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ab et laboriosam est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.597947"], ["updated_at", "2018-12-11 11:35:40.597947"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Consectetur quae perspiciatis cumque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum est laboriosam error."], ["url", "http://lang.biz/janetta_bogan"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.601900"], ["updated_at", "2018-12-11 11:35:40.601900"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor quia voluptatem cum."], ["info_url", "http://schiller.co/buddy_simonis"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.603917"], ["updated_at", "2018-12-11 11:35:40.603917"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ko.biz/portia_macgyver"], ["description", "Non aliquam consequatur enim."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.612684"], ["updated_at", "2018-12-11 11:35:40.612684"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Explicabo maiores quibusdam maxime."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.614449"], ["updated_at", "2018-12-11 11:35:40.614449"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Vel incidunt a magni."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hagenesorn.co/jacques.gislason"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.617658"], ["updated_at", "2018-12-11 11:35:40.617658"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuvalis.info/shameka"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.618617"], ["updated_at", "2018-12-11 11:35:40.618617"], ["distributor_id", 3], ["app_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut dolorum beatae dolores."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.621351"], ["updated_at", "2018-12-11 11:35:40.621351"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Aliquid sit rerum quis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Officia porro aut qui.", "is_live"=>"true", "promo_image_url"=>"http://dickinsonrodriguez.name/clarinda", "promo_text"=>"Repudiandae sit ut reiciendis.", "title"=>"works_with_title"}, "id"=>"9"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Officia porro aut qui."], ["promo_image_url", nil], ["promo_text", "Repudiandae sit ut reiciendis."], ["updated_at", "2018-12-11 11:35:40.629913"], ["id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/9 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kshlerin.name/cathi.mcdermott"], ["description", "Autem repellat dignissimos voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.635851"], ["updated_at", "2018-12-11 11:35:40.635851"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nisi veniam perferendis esse."], ["url", "http://schimmel.net/dan"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.639619"], ["updated_at", "2018-12-11 11:35:40.639619"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum atque qui sint."], ["info_url", "http://koch.biz/ozzie.luettgen"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.643082"], ["updated_at", "2018-12-11 11:35:40.643082"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium officiis eum expedita."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.644102"], ["updated_at", "2018-12-11 11:35:40.644102"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Qui velit itaque quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quidem neque perferendis eum."], ["url", "http://greenholt.co/londa"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.648019"], ["updated_at", "2018-12-11 11:35:40.648019"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Delectus et quam nam."], ["info_url", "http://braun.net/cyrus"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.649874"], ["updated_at", "2018-12-11 11:35:40.649874"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hettinger.name/branden.stanton"], ["description", "Corrupti architecto aut soluta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.654500"], ["updated_at", "2018-12-11 11:35:40.654500"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium incidunt et nulla."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.655485"], ["updated_at", "2018-12-11 11:35:40.655485"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Aperiam accusamus voluptas omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://nienowbuckridge.org/maximina.hane"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.658499"], ["updated_at", "2018-12-11 11:35:40.658499"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koepp.name/charlette"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.659910"], ["updated_at", "2018-12-11 11:35:40.659910"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur repudiandae autem ipsum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.662861"], ["updated_at", "2018-12-11 11:35:40.662861"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Nihil veritatis ipsa fugiat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Sed facilis id dolor.", "is_live"=>"true", "promo_image_url"=>"http://gorczanyjakubowski.name/chae_ritchie", "promo_text"=>"Esse aut autem qui.", "title"=>"works_with_title"}, "id"=>"12"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Sed facilis id dolor."], ["promo_image_url", nil], ["promo_text", "Esse aut autem qui."], ["updated_at", "2018-12-11 11:35:40.671834"], ["id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/12 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

WorksWith Load (1.0ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.6ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bauchhansen.biz/latarsha"], ["description", "Eum a error ratione."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.684372"], ["updated_at", "2018-12-11 11:35:40.684372"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cum facilis consequatur omnis."], ["url", "http://manteko.co/tyler_stark"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.688185"], ["updated_at", "2018-12-11 11:35:40.688185"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex et dolorem error."], ["info_url", "http://crist.biz/carmine"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.691572"], ["updated_at", "2018-12-11 11:35:40.691572"], ["developer_id", 9]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Excepturi deleniti maiores assumenda."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.692566"], ["updated_at", "2018-12-11 11:35:40.692566"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Dolorum labore magnam deserunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum sint aspernatur est."], ["url", "http://johns.biz/reinaldo"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.696157"], ["updated_at", "2018-12-11 11:35:40.696157"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum eaque porro quisquam."], ["info_url", "http://considine.io/curt"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.698488"], ["updated_at", "2018-12-11 11:35:40.698488"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crooks.biz/rickey_ohara"], ["description", "Dolor eius quae quia."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.703876"], ["updated_at", "2018-12-11 11:35:40.703876"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem nulla sint consequatur."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.704986"], ["updated_at", "2018-12-11 11:35:40.704986"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Laborum voluptas enim illum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://buckridge.net/lanie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.707957"], ["updated_at", "2018-12-11 11:35:40.707957"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hauckstreich.com/yolando"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.708918"], ["updated_at", "2018-12-11 11:35:40.708918"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempora rem ut recusandae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.711587"], ["updated_at", "2018-12-11 11:35:40.711587"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Aut distinctio dolores et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.5ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"15"}
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.3ms)  SELECT COUNT(*) FROM "works_withs"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://williamsonkoch.io/norberto"], ["description", "Voluptatibus voluptatem ut optio."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.729236"], ["updated_at", "2018-12-11 11:35:40.729236"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Animi voluptatibus excepturi vel."], ["url", "http://jaskolski.net/sharmaine.purdy"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.733372"], ["updated_at", "2018-12-11 11:35:40.733372"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi minus quaerat qui."], ["info_url", "http://altenwerthswaniawski.net/buford_hauck"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.736995"], ["updated_at", "2018-12-11 11:35:40.736995"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut non minima aperiam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.738053"], ["updated_at", "2018-12-11 11:35:40.738053"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Nobis quis natus sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolor nihil necessitatibus asperiores."], ["url", "http://wildermansmith.name/drew"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.741695"], ["updated_at", "2018-12-11 11:35:40.741695"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora magnam est voluptates."], ["info_url", "http://gulgowski.org/jacqueline_williamson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.743614"], ["updated_at", "2018-12-11 11:35:40.743614"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://armstrongborer.com/carter_langosh"], ["description", "Occaecati nulla blanditiis rerum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.748895"], ["updated_at", "2018-12-11 11:35:40.748895"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas est et ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.750052"], ["updated_at", "2018-12-11 11:35:40.750052"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Consequatur reprehenderit doloremque adipisci."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://windler.biz/ji.kihn"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.753270"], ["updated_at", "2018-12-11 11:35:40.753270"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://greenfelder.co/iris_balistreri"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.754386"], ["updated_at", "2018-12-11 11:35:40.754386"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Necessitatibus esse quis nam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.757280"], ["updated_at", "2018-12-11 11:35:40.757280"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Quia aut et minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"18"}
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.9ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas a blanditiis non."], ["url", "http://bayer.info/daron.treutel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.771883"], ["updated_at", "2018-12-11 11:35:40.771883"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)

Developer Load (0.2ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Itaque placeat unde temporibus."], ["url", "http://koelpin.io/meryl"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.796964"], ["updated_at", "2018-12-11 11:35:40.796964"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Omnis ex neque eum.", "is_live"=>"true", "logo_image_url"=>"http://bauch.io/tera.parisian", "name"=>"developer_name", "url"=>"http://nader.biz/terrence_treutel"}, "id"=>"14"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Omnis ex neque eum."], ["url", "http://nader.biz/terrence_treutel"], ["logo_image_url", nil], ["updated_at", "2018-12-11 11:35:40.803016"], ["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/14 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos voluptates distinctio nostrum."], ["url", "http://starkwaters.com/graig_keebler"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.810145"], ["updated_at", "2018-12-11 11:35:40.810145"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Iste adipisci ullam delectus.", "is_live"=>"true", "logo_image_url"=>"http://franecki.com/rene_koch", "name"=>"developer_name", "url"=>"http://klockogutmann.biz/ruell.hand"}, "id"=>"15"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Iste adipisci ullam delectus."], ["url", "http://klockogutmann.biz/ruell.hand"], ["logo_image_url", nil], ["updated_at", "2018-12-11 11:35:40.822155"], ["id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/15 Completed 302 Found in 20ms (ActiveRecord: 1.0ms)

Developer Load (0.4ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Explicabo libero magnam ipsum."], ["url", "http://leannonhintz.biz/nancey"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.846015"], ["updated_at", "2018-12-11 11:35:40.846015"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Excepturi possimus quas ut.", "is_live"=>"true", "logo_image_url"=>"http://zulauf.biz/yoshie.hermiston", "name"=>"developer_name", "url"=>"http://howe.biz/katrina"}, "id"=>"16"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Excepturi possimus quas ut."], ["url", "http://howe.biz/katrina"], ["logo_image_url", nil], ["updated_at", "2018-12-11 11:35:40.851630"], ["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/16 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt voluptatem maiores alias."], ["url", "http://gulgowski.name/isadora.morar"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.858323"], ["updated_at", "2018-12-11 11:35:40.858323"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"17"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
App Load (0.8ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 17]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 6.3ms | ActiveRecord: 1.0ms)

 (0.5ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae eligendi quod quam."], ["url", "http://jakubowski.org/gabrielle_hagenes"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.886655"], ["updated_at", "2018-12-11 11:35:40.886655"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"18"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit ipsa illum modi."], ["url", "http://hermann.info/darnell"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.897014"], ["updated_at", "2018-12-11 11:35:40.897014"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"19"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wisozk.name/bo.macejkovic"], ["description", "Voluptatibus magni quas ea."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.953657"], ["updated_at", "2018-12-11 11:35:40.953657"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur iure nihil omnis."], ["url", "http://kovacek.io/diane"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.958158"], ["updated_at", "2018-12-11 11:35:40.958158"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem molestiae et enim."], ["info_url", "http://abbott.com/sam_reinger"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.963183"], ["updated_at", "2018-12-11 11:35:40.963183"], ["developer_id", 20]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eius autem sint illum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.964698"], ["updated_at", "2018-12-11 11:35:40.964698"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Aut sed cum rem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui architecto eligendi animi."], ["url", "http://hilpertzieme.co/carroll"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.968962"], ["updated_at", "2018-12-11 11:35:40.968962"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sunt possimus aut quia."], ["info_url", "http://rutherford.io/ismael_runolfon"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.970964"], ["updated_at", "2018-12-11 11:35:40.970964"], ["developer_id", 21]]
 (1.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ruelharris.name/rory"], ["description", "Modi laudantium voluptatum sed."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.981914"], ["updated_at", "2018-12-11 11:35:40.981914"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "In voluptas et distinctio."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.983400"], ["updated_at", "2018-12-11 11:35:40.983400"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "In architecto tempora aut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fritsch.co/justina_barrows"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.986868"], ["updated_at", "2018-12-11 11:35:40.986868"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://boehm.org/terese"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.987959"], ["updated_at", "2018-12-11 11:35:40.987959"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium id dignissimos sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:40.991040"], ["updated_at", "2018-12-11 11:35:40.991040"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Voluptates voluptatum ratione et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.7ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-11 06:35:41 -0500

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhlman.info/peggie"], ["description", "Et esse facilis quidem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.044901"], ["updated_at", "2018-12-11 11:35:41.044901"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut voluptas reprehenderit laudantium."], ["url", "http://dietrichsenger.net/taisha"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.053187"], ["updated_at", "2018-12-11 11:35:41.053187"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint ullam omnis quod."], ["info_url", "http://schoen.name/bruna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.057968"], ["updated_at", "2018-12-11 11:35:41.057968"], ["developer_id", 22]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos asperiores nulla est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.059435"], ["updated_at", "2018-12-11 11:35:41.059435"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Veniam doloribus est accusamus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore quia fuga eum."], ["url", "http://stehr.org/kathline"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.063690"], ["updated_at", "2018-12-11 11:35:41.063690"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid non ut nihil."], ["info_url", "http://tillman.net/zena"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.065745"], ["updated_at", "2018-12-11 11:35:41.065745"], ["developer_id", 23]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kihn.biz/shea"], ["description", "Qui qui enim eum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.074693"], ["updated_at", "2018-12-11 11:35:41.074693"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed qui omnis adipisci."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.076119"], ["updated_at", "2018-12-11 11:35:41.076119"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Eligendi atque quia blanditiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gusikowski.name/marget"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.079923"], ["updated_at", "2018-12-11 11:35:41.079923"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://metz.info/fernando.wintheiser"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:41.080886"], ["updated_at", "2018-12-11 11:35:41.080886"], ["distributor_id", 8], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-11 06:35:42 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.8ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.6ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (22.4ms)
Rendered components/_navigation.html.haml (16.1ms)
Rendered components/_footer.html.haml (5.8ms)

Completed 200 OK in 1668ms (Views: 1635.1ms | ActiveRecord: 13.7ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-11 06:35:44 -0500

 (0.3ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (57.7ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.0ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-11 06:35:45 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.5ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.1ms)
Rendered components/_navigation.html.haml (1.7ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 8ms (Views: 4.2ms | ActiveRecord: 0.8ms)

 (0.2ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.0ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.0ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (74.0ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.3ms)  BEGIN
 (0.4ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zemlak.info/ruell_zemlak"], ["description", "Deserunt perferendis qui voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.444220"], ["updated_at", "2018-12-11 11:35:45.444220"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Neque atque illo ut."], ["url", "http://botsford.net/amado"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.449901"], ["updated_at", "2018-12-11 11:35:45.449901"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente unde et dolores."], ["info_url", "http://bednar.name/charlie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.453957"], ["updated_at", "2018-12-11 11:35:45.453957"], ["developer_id", 1]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae animi minima enim."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.455461"], ["updated_at", "2018-12-11 11:35:45.455461"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Asperiores odit et accusamus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)

Offering Load (0.2ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ullrichkovacek.org/argentina.johnson"], ["description", "Fugiat nam et id."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.477714"], ["updated_at", "2018-12-11 11:35:45.477714"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem inventore voluptas deleniti."], ["url", "http://swaniawski.io/violette.lueilwitz"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.481364"], ["updated_at", "2018-12-11 11:35:45.481364"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquam vitae in modi."], ["info_url", "http://botsford.com/burton"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.485563"], ["updated_at", "2018-12-11 11:35:45.485563"], ["developer_id", 2]]
SQL (1.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolor est saepe ad."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.487646"], ["updated_at", "2018-12-11 11:35:45.487646"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Nihil dolores necessitatibus omnis."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"2"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilll.org/gaylene.sipes"], ["description", "Fugit labore voluptates impedit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.505377"], ["updated_at", "2018-12-11 11:35:45.505377"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem et et autem."], ["url", "http://howell.io/james_paucek"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.508874"], ["updated_at", "2018-12-11 11:35:45.508874"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Excepturi deleniti ut ratione."], ["info_url", "http://ziemannjacobi.net/clark"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.511948"], ["updated_at", "2018-12-11 11:35:45.511948"], ["developer_id", 3]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto similique sed natus."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.512817"], ["updated_at", "2018-12-11 11:35:45.512817"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Ut atque harum eligendi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"3"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kertzmannhilpert.co/stevie"], ["description", "Ea alias aperiam debitis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.519821"], ["updated_at", "2018-12-11 11:35:45.519821"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero modi optio quibusdam."], ["url", "http://hegmannschaden.net/yee"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.524492"], ["updated_at", "2018-12-11 11:35:45.524492"], ["logo_image_url", nil]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et at dolorum quaerat."], ["info_url", "http://hackett.co/eryn_cain"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.531745"], ["updated_at", "2018-12-11 11:35:45.531745"], ["developer_id", 4]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit vel sapiente id."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.533047"], ["updated_at", "2018-12-11 11:35:45.533047"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Voluptatibus facere suscipit ratione."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"4"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "offerings"
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartolettiratke.net/alexandra_heathcote"], ["description", "Vel et adipisci et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.543266"], ["updated_at", "2018-12-11 11:35:45.543266"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloribus qui est repellendus."], ["url", "http://adams.biz/jayson_gislason"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.546316"], ["updated_at", "2018-12-11 11:35:45.546316"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati omnis corporis rerum."], ["info_url", "http://runolfsdottirkoch.info/jorge"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.549332"], ["updated_at", "2018-12-11 11:35:45.549332"], ["developer_id", 5]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore nihil et explicabo."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.550394"], ["updated_at", "2018-12-11 11:35:45.550394"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Corporis modi odit est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Cupiditate consequatur aut aut.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://powlowski.net/jewell"}, "id"=>"5"}
Offering Load (0.8ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Cupiditate consequatur aut aut."], ["shop_link", "http://powlowski.net/jewell"], ["updated_at", "2018-12-11 11:35:45.558774"], ["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/5 Completed 302 Found in 6ms (ActiveRecord: 1.7ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kub.com/jonnie_willms"], ["description", "Id enim rerum minus."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.565198"], ["updated_at", "2018-12-11 11:35:45.565198"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut voluptatem qui aut."], ["url", "http://fahey.com/murray"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.568529"], ["updated_at", "2018-12-11 11:35:45.568529"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates ipsam est error."], ["info_url", "http://kihn.org/gregorio_reinger"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.571721"], ["updated_at", "2018-12-11 11:35:45.571721"], ["developer_id", 6]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim dolores fuga qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.572940"], ["updated_at", "2018-12-11 11:35:45.572940"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Reprehenderit aperiam minus eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Ex dignissimos est porro.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://koelpinkub.io/shelby.daniel"}, "id"=>"6"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Ex dignissimos est porro."], ["shop_link", "http://koelpinkub.io/shelby.daniel"], ["updated_at", "2018-12-11 11:35:45.576788"], ["id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/6 Completed 302 Found in 3ms (ActiveRecord: 1.0ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dietrich.org/marilu"], ["description", "Vel ut tempora accusantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.582404"], ["updated_at", "2018-12-11 11:35:45.582404"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem accusamus omnis autem."], ["url", "http://swift.info/jake_schoen"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.589271"], ["updated_at", "2018-12-11 11:35:45.589271"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut est totam tempora."], ["info_url", "http://hodkiewiczkunde.info/merle.barrows"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.594979"], ["updated_at", "2018-12-11 11:35:45.594979"], ["developer_id", 7]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit delectus sed quaerat."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.596689"], ["updated_at", "2018-12-11 11:35:45.596689"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Ullam illo in distinctio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Ut aut fugiat nihil.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://oberbrunner.io/jamie_parisian"}, "id"=>"7"}
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Ut aut fugiat nihil."], ["shop_link", "http://oberbrunner.io/jamie_parisian"], ["updated_at", "2018-12-11 11:35:45.601097"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/7 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.6ms)  COMMIT
 (0.5ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abernathy.com/cyril"], ["description", "Illo nihil enim numquam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.656290"], ["updated_at", "2018-12-11 11:35:45.656290"]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum quae est ut."], ["url", "http://braunbrekke.org/haydee"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.665192"], ["updated_at", "2018-12-11 11:35:45.665192"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorum ipsum illo minus."], ["info_url", "http://weinat.biz/wilson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.669457"], ["updated_at", "2018-12-11 11:35:45.669457"], ["developer_id", 8]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corrupti sunt aperiam est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.670643"], ["updated_at", "2018-12-11 11:35:45.670643"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Minus nobis ipsam consequuntur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vero architecto quasi aut."], ["url", "http://hackettking.info/dirk"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.674793"], ["updated_at", "2018-12-11 11:35:45.674793"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Praesentium animi architecto voluptatem."], ["info_url", "http://gibson.name/harlan.gerlach"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.676783"], ["updated_at", "2018-12-11 11:35:45.676783"], ["developer_id", 9]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zulauf.org/curt.trantow"], ["description", "Nulla eum laboriosam est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.685291"], ["updated_at", "2018-12-11 11:35:45.685291"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Saepe consequatur nihil deleniti."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.686401"], ["updated_at", "2018-12-11 11:35:45.686401"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Ut quod voluptatem cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://orn.info/errol_denesik"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.689539"], ["updated_at", "2018-12-11 11:35:45.689539"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmidt.net/fritz.maggio"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.691100"], ["updated_at", "2018-12-11 11:35:45.691100"], ["distributor_id", 1], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis enim aspernatur at."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.694371"], ["updated_at", "2018-12-11 11:35:45.694371"], ["app_id", 9], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Possimus explicabo voluptatem in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Voluptatem iste debitis ipsa."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.707774"], ["updated_at", "2018-12-11 11:35:45.707774"], ["works_with_id", 10], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ut sunt voluptatem minus."], ["publish_date", "2018-12-10"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Et qui vero illo."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:35:45.713673"], ["updated_at", "2018-12-11 11:35:45.713673"], ["testimonial_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"1"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jacobimedhurst.name/foster"], ["description", "Ab in veniam explicabo."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.737953"], ["updated_at", "2018-12-11 11:35:45.737953"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae a deserunt animi."], ["url", "http://beahanbernhard.co/brigette"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.741192"], ["updated_at", "2018-12-11 11:35:45.741192"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est id qui debitis."], ["info_url", "http://osinski.net/amira"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.744673"], ["updated_at", "2018-12-11 11:35:45.744673"], ["developer_id", 10]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatum aut laboriosam qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.745661"], ["updated_at", "2018-12-11 11:35:45.745661"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Voluptates qui quia dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit deserunt est repellendus."], ["url", "http://bradtke.co/jesusita"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.748671"], ["updated_at", "2018-12-11 11:35:45.748671"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Doloremque eos mollitia velit."], ["info_url", "http://krajcik.info/brock_feil"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.750106"], ["updated_at", "2018-12-11 11:35:45.750106"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ullrich.net/olene.schamberger"], ["description", "Iure ut officiis fuga."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.754427"], ["updated_at", "2018-12-11 11:35:45.754427"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit sit autem vel."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.755457"], ["updated_at", "2018-12-11 11:35:45.755457"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Placeat necessitatibus voluptas deleniti."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://johnson.co/bryanna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.758178"], ["updated_at", "2018-12-11 11:35:45.758178"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bahringer.name/agnus.lockman"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.759257"], ["updated_at", "2018-12-11 11:35:45.759257"], ["distributor_id", 2], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ullam ut et eos."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.761698"], ["updated_at", "2018-12-11 11:35:45.761698"], ["app_id", 11], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "In sed assumenda sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "A delectus natus non."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.764252"], ["updated_at", "2018-12-11 11:35:45.764252"], ["works_with_id", 13], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nesciunt sit aspernatur quo."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Voluptates nam cupiditate in."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:35:45.766353"], ["updated_at", "2018-12-11 11:35:45.766353"], ["testimonial_id", 2]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.3ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhic.net/catarina"], ["description", "Facilis iusto maxime ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.783822"], ["updated_at", "2018-12-11 11:35:45.783822"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Debitis et quaerat provident."], ["url", "http://reichel.name/shanae_casper"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.787203"], ["updated_at", "2018-12-11 11:35:45.787203"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut aut quaerat pariatur."], ["info_url", "http://harber.info/winnie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.790587"], ["updated_at", "2018-12-11 11:35:45.790587"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Atque aperiam numquam totam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.791601"], ["updated_at", "2018-12-11 11:35:45.791601"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Maxime fuga nemo quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae pariatur reprehenderit distinctio."], ["url", "http://bauchschimmel.com/chelsea_jones"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.795289"], ["updated_at", "2018-12-11 11:35:45.795289"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et perferendis in harum."], ["info_url", "http://schroederbode.io/celine.lubowitz"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.797823"], ["updated_at", "2018-12-11 11:35:45.797823"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://spencerstehr.co/jere"], ["description", "Et sint sapiente maiores."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.802747"], ["updated_at", "2018-12-11 11:35:45.802747"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rem aut odit numquam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.803768"], ["updated_at", "2018-12-11 11:35:45.803768"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Autem deleniti cumque et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gutmannlabadie.io/abbey.bauch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.806842"], ["updated_at", "2018-12-11 11:35:45.806842"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://corwin.io/arthur"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.807741"], ["updated_at", "2018-12-11 11:35:45.807741"], ["distributor_id", 3], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod a amet ipsa."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.810654"], ["updated_at", "2018-12-11 11:35:45.810654"], ["app_id", 13], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Autem perferendis quo harum."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Qui deleniti illo amet."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.817358"], ["updated_at", "2018-12-11 11:35:45.817358"], ["works_with_id", 16], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ipsa magnam laborum maiores."], ["publish_date", "2018-12-10"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Possimus quam libero incidunt."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:35:45.820544"], ["updated_at", "2018-12-11 11:35:45.820544"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Qui ut quaerat mollitia.", "image_url"=>"http://king.net/judith", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Qui ut quaerat mollitia."], ["updated_at", "2018-12-11 11:35:45.832644"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 11ms (ActiveRecord: 2.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunnerkshlerin.com/yuk"], ["description", "Vel libero sit dolore."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.839440"], ["updated_at", "2018-12-11 11:35:45.839440"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim enim doloribus perferendis."], ["url", "http://wuckert.net/hobert"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.842921"], ["updated_at", "2018-12-11 11:35:45.842921"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quas enim non sit."], ["info_url", "http://hansen.name/donnell"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.846189"], ["updated_at", "2018-12-11 11:35:45.846189"], ["developer_id", 14]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae non itaque libero."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.847164"], ["updated_at", "2018-12-11 11:35:45.847164"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Ducimus beatae sapiente in."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur harum ut totam."], ["url", "http://corwin.info/mac"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.850705"], ["updated_at", "2018-12-11 11:35:45.850705"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore et assumenda non."], ["info_url", "http://damore.io/marlon_olson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.852751"], ["updated_at", "2018-12-11 11:35:45.852751"], ["developer_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://batz.com/micheline"], ["description", "Id et sint vel."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.857862"], ["updated_at", "2018-12-11 11:35:45.857862"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit dolorem corrupti eum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.859303"], ["updated_at", "2018-12-11 11:35:45.859303"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Neque omnis perferendis labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haagkshlerin.org/marlana_schmeler"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.862599"], ["updated_at", "2018-12-11 11:35:45.862599"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gerhold.name/autumn_bogan"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.863799"], ["updated_at", "2018-12-11 11:35:45.863799"], ["distributor_id", 4], ["app_id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut sunt inventore aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.866798"], ["updated_at", "2018-12-11 11:35:45.866798"], ["app_id", 15], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Et fuga repellendus est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Fugit aut vel nulla."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.870098"], ["updated_at", "2018-12-11 11:35:45.870098"], ["works_with_id", 19], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Iusto quod officia et."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Pariatur voluptatum maiores rem."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:35:45.872585"], ["updated_at", "2018-12-11 11:35:45.872585"], ["testimonial_id", 4]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Consectetur hic dicta et.", "image_url"=>"http://kuvalis.io/rickey_okeefe", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Consectetur hic dicta et."], ["updated_at", "2018-12-11 11:35:45.887044"], ["id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 10ms (ActiveRecord: 2.0ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larkin.co/johanne.emard"], ["description", "Nemo quisquam veritatis ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.894531"], ["updated_at", "2018-12-11 11:35:45.894531"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium iusto hic enim."], ["url", "http://johnstonmcglynn.biz/shanae"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.899203"], ["updated_at", "2018-12-11 11:35:45.899203"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo consequatur quidem aspernatur."], ["info_url", "http://wardweber.org/magan_conn"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.903166"], ["updated_at", "2018-12-11 11:35:45.903166"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas omnis consequatur corporis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.904322"], ["updated_at", "2018-12-11 11:35:45.904322"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Blanditiis optio nobis sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Delectus voluptatem quaerat quod."], ["url", "http://klingcole.net/connie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.908215"], ["updated_at", "2018-12-11 11:35:45.908215"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis sunt doloremque nam."], ["info_url", "http://jaskolskiborer.biz/morris_aufderhar"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.910065"], ["updated_at", "2018-12-11 11:35:45.910065"], ["developer_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://baumbach.info/len"], ["description", "Et necessitatibus adipisci omnis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.914464"], ["updated_at", "2018-12-11 11:35:45.914464"]]
SQL (1.1ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Maxime facere eligendi sed."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.916168"], ["updated_at", "2018-12-11 11:35:45.916168"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Quibusdam suscipit nisi culpa."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://crona.info/kelsey.bradtke"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.922986"], ["updated_at", "2018-12-11 11:35:45.922986"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://auer.info/shandi"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.924084"], ["updated_at", "2018-12-11 11:35:45.924084"], ["distributor_id", 5], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut placeat itaque sint."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.926892"], ["updated_at", "2018-12-11 11:35:45.926892"], ["app_id", 17], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Quam doloribus architecto sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Velit molestiae magni corrupti."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.929990"], ["updated_at", "2018-12-11 11:35:45.929990"], ["works_with_id", 22], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Perferendis fuga omnis omnis."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quidem quia ab illum."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:35:45.932364"], ["updated_at", "2018-12-11 11:35:45.932364"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Odio ut eligendi commodi.", "image_url"=>"http://dickens.io/wilfred_muller", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Odio ut eligendi commodi."], ["updated_at", "2018-12-11 11:35:45.944778"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 11ms (ActiveRecord: 1.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lowerobel.org/kalyn_collins"], ["description", "Odit nostrum enim quisquam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.951892"], ["updated_at", "2018-12-11 11:35:45.951892"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minima vel nisi qui."], ["url", "http://johns.io/vernell.gutmann"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.955711"], ["updated_at", "2018-12-11 11:35:45.955711"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id voluptatum harum voluptates."], ["info_url", "http://rohan.biz/mckenzie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.959218"], ["updated_at", "2018-12-11 11:35:45.959218"], ["developer_id", 18]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi ratione odit velit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.960733"], ["updated_at", "2018-12-11 11:35:45.960733"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Recusandae aperiam et hic."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed consectetur occaecati temporibus."], ["url", "http://volkman.name/gale"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.965382"], ["updated_at", "2018-12-11 11:35:45.965382"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Labore consectetur iusto et."], ["info_url", "http://kub.biz/shaunta_white"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.967344"], ["updated_at", "2018-12-11 11:35:45.967344"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sporer.net/trent"], ["description", "Ullam fugit iste optio."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.972227"], ["updated_at", "2018-12-11 11:35:45.972227"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto reprehenderit beatae sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.973221"], ["updated_at", "2018-12-11 11:35:45.973221"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Facilis occaecati asperiores consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://roobgulgowski.com/ernesto.gleichner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.975981"], ["updated_at", "2018-12-11 11:35:45.975981"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wilkinsonschumm.com/eliseo.kutch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.976857"], ["updated_at", "2018-12-11 11:35:45.976857"], ["distributor_id", 6], ["app_id", 19]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et est dolorum repudiandae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.982433"], ["updated_at", "2018-12-11 11:35:45.982433"], ["app_id", 19], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Voluptas non error natus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Distinctio error rerum quam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.986913"], ["updated_at", "2018-12-11 11:35:45.986913"], ["works_with_id", 25], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Rem voluptatibus ducimus qui."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Omnis rerum sit impedit."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:35:45.989511"], ["updated_at", "2018-12-11 11:35:45.989511"], ["testimonial_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"6"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oconnellblick.info/philip"], ["description", "Maiores sit et eveniet."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:45.999458"], ["updated_at", "2018-12-11 11:35:45.999458"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut veniam in ratione."], ["url", "http://kautzeroconner.biz/allen"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.003057"], ["updated_at", "2018-12-11 11:35:46.003057"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et voluptatem at eos."], ["info_url", "http://kertzmannabbott.co/mayola"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.007295"], ["updated_at", "2018-12-11 11:35:46.007295"], ["developer_id", 20]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est ut et cum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.008711"], ["updated_at", "2018-12-11 11:35:46.008711"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Similique ut aut sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut odio quis consequatur."], ["url", "http://casper.net/tempie.hilll"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.013012"], ["updated_at", "2018-12-11 11:35:46.013012"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores quasi eum in."], ["info_url", "http://glover.com/chase_breitenberg"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.015048"], ["updated_at", "2018-12-11 11:35:46.015048"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bins.info/edris_stokes"], ["description", "Commodi quia necessitatibus consequuntur."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.019733"], ["updated_at", "2018-12-11 11:35:46.019733"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque dolores ut nostrum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.020783"], ["updated_at", "2018-12-11 11:35:46.020783"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Sed aliquid eveniet odit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://skilechneider.net/ethelyn.volkman"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.023867"], ["updated_at", "2018-12-11 11:35:46.023867"], ["icon_id", "apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://veumcasper.net/refugio_goldner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.026123"], ["updated_at", "2018-12-11 11:35:46.026123"], ["distributor_id", 7], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium itaque cumque dolores."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.031208"], ["updated_at", "2018-12-11 11:35:46.031208"], ["app_id", 21], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Sunt iusto quam similique."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Itaque quam veniam corrupti."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.034610"], ["updated_at", "2018-12-11 11:35:46.034610"], ["works_with_id", 28], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Excepturi fugit aut sed."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Enim fugiat ea soluta."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:35:46.037037"], ["updated_at", "2018-12-11 11:35:46.037037"], ["testimonial_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://king.info/edna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.046414"], ["updated_at", "2018-12-11 11:35:46.046414"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Velit explicabo impedit eligendi."], ["url", "http://graham.com/cleveland"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.050641"], ["updated_at", "2018-12-11 11:35:46.050641"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Neque consequatur excepturi voluptas."], ["info_url", "http://nienow.net/katerine"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.053960"], ["updated_at", "2018-12-11 11:35:46.053960"], ["developer_id", 22]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schulist.biz/paul_thompson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.055085"], ["updated_at", "2018-12-11 11:35:46.055085"], ["distributor_id", 8], ["app_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut aut voluptatibus et."], ["url", "http://schmelerschimmel.info/lisa_prosacco"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.058593"], ["updated_at", "2018-12-11 11:35:46.058593"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos ullam corrupti provident."], ["info_url", "http://abernathyanderson.co/georgene"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.060628"], ["updated_at", "2018-12-11 11:35:46.060628"], ["developer_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lindgren.com/sue"], ["description", "Ipsam asperiores laborum molestias."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.065361"], ["updated_at", "2018-12-11 11:35:46.065361"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim amet omnis officiis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.066609"], ["updated_at", "2018-12-11 11:35:46.066609"], ["app_id", 23], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Quam itaque dolorem illum."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://trantowkuhlman.net/lida"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.073100"], ["updated_at", "2018-12-11 11:35:46.073100"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kirlin.biz/peter_schmeler"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.074376"], ["updated_at", "2018-12-11 11:35:46.074376"], ["distributor_id", 9], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blanda.net/don_heidenreich"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.076316"], ["updated_at", "2018-12-11 11:35:46.076316"], ["distributor_id", 8], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"10"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dicki.org/henriette"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.099189"], ["updated_at", "2018-12-11 11:35:46.099189"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum quis ut delectus."], ["url", "http://schneider.biz/tegan"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.102903"], ["updated_at", "2018-12-11 11:35:46.102903"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quo est fuga omnis."], ["info_url", "http://runolfsdottir.biz/tillie.labadie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.105661"], ["updated_at", "2018-12-11 11:35:46.105661"], ["developer_id", 24]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jakubowski.biz/joseph"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.106627"], ["updated_at", "2018-12-11 11:35:46.106627"], ["distributor_id", 10], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Reiciendis dolores omnis nihil."], ["url", "http://kub.name/fred.frami"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.110111"], ["updated_at", "2018-12-11 11:35:46.110111"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium error officia non."], ["info_url", "http://reichert.co/angla"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.112577"], ["updated_at", "2018-12-11 11:35:46.112577"], ["developer_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://thompson.name/ying"], ["description", "Voluptate quo quo recusandae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.117447"], ["updated_at", "2018-12-11 11:35:46.117447"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur itaque possimus nulla."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.118616"], ["updated_at", "2018-12-11 11:35:46.118616"], ["app_id", 25], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Dolor animi voluptatem minus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ornkirlin.io/dominique"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.121539"], ["updated_at", "2018-12-11 11:35:46.121539"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://fritsch.io/amado"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.122418"], ["updated_at", "2018-12-11 11:35:46.122418"], ["distributor_id", 11], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wunsch.info/glory"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.124131"], ["updated_at", "2018-12-11 11:35:46.124131"], ["distributor_id", 10], ["app_id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://pfeffer.name/sylvie"}, "id"=>"13"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.2ms)  SAVEPOINT active_record_1
App Load (0.5ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
Distributor Load (0.4ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://pfeffer.name/sylvie"], ["updated_at", "2018-12-11 11:35:46.137279"], ["id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/13 Completed 302 Found in 12ms (ActiveRecord: 2.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sporer.net/grady"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.143206"], ["updated_at", "2018-12-11 11:35:46.143206"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Similique provident tempore magni."], ["url", "http://hermancummings.name/jamison"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.146904"], ["updated_at", "2018-12-11 11:35:46.146904"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga illo et ullam."], ["info_url", "http://swaniawski.io/major_kuhic"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.150054"], ["updated_at", "2018-12-11 11:35:46.150054"], ["developer_id", 26]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://roberts.biz/ramon"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.151008"], ["updated_at", "2018-12-11 11:35:46.151008"], ["distributor_id", 12], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae est nisi culpa."], ["url", "http://sauerhermiston.co/kristie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.154725"], ["updated_at", "2018-12-11 11:35:46.154725"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem eum ad sit."], ["info_url", "http://emard.net/deshawn.white"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.157288"], ["updated_at", "2018-12-11 11:35:46.157288"], ["developer_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://connellymueller.io/brendon"], ["description", "Aut quibusdam voluptas sed."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.162344"], ["updated_at", "2018-12-11 11:35:46.162344"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id iusto voluptates reiciendis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.163405"], ["updated_at", "2018-12-11 11:35:46.163405"], ["app_id", 27], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Ut suscipit vel sit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lynchkris.net/modesto"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.166503"], ["updated_at", "2018-12-11 11:35:46.166503"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoegerbalistreri.co/salome.emmerich"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.167453"], ["updated_at", "2018-12-11 11:35:46.167453"], ["distributor_id", 13], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schimmel.name/daisy"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.169540"], ["updated_at", "2018-12-11 11:35:46.169540"], ["distributor_id", 12], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://mccullough.com/thanh.marvin"}, "id"=>"16"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.2ms)  SAVEPOINT active_record_1
App Load (1.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://mccullough.com/thanh.marvin"], ["updated_at", "2018-12-11 11:35:46.181329"], ["id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/16 Completed 302 Found in 11ms (ActiveRecord: 2.7ms)

DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schultz.io/jorge"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.187747"], ["updated_at", "2018-12-11 11:35:46.187747"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nostrum vel voluptatem debitis."], ["url", "http://schroeder.name/talia"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.191661"], ["updated_at", "2018-12-11 11:35:46.191661"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit atque ducimus provident."], ["info_url", "http://hickle.org/kathe_rolfson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.194549"], ["updated_at", "2018-12-11 11:35:46.194549"], ["developer_id", 28]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kemmer.co/melynda.kreiger"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.195547"], ["updated_at", "2018-12-11 11:35:46.195547"], ["distributor_id", 14], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel odio distinctio unde."], ["url", "http://bashirianfriesen.biz/jeromy.stracke"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.198875"], ["updated_at", "2018-12-11 11:35:46.198875"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ex veniam autem perspiciatis."], ["info_url", "http://williamson.name/bettina_collins"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.200974"], ["updated_at", "2018-12-11 11:35:46.200974"], ["developer_id", 29]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kemmerdach.org/zachariah"], ["description", "Aut eum vel excepturi."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.206340"], ["updated_at", "2018-12-11 11:35:46.206340"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est asperiores nobis magni."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.207411"], ["updated_at", "2018-12-11 11:35:46.207411"], ["app_id", 29], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Nisi autem qui voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rohan.org/catherin_littel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.210310"], ["updated_at", "2018-12-11 11:35:46.210310"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://waelchi.name/hoa"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.211229"], ["updated_at", "2018-12-11 11:35:46.211229"], ["distributor_id", 15], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://starkkaulke.info/gaynelle.marquardt"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.212907"], ["updated_at", "2018-12-11 11:35:46.212907"], ["distributor_id", 14], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://franecki.biz/colby.grant"}, "id"=>"19"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
Distributor Load (0.6ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
Developer Load (1.0ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 29], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://franecki.biz/colby.grant"], ["updated_at", "2018-12-11 11:35:46.224327"], ["id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/19 Completed 302 Found in 11ms (ActiveRecord: 2.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dubuqueabernathy.info/kiera"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.231007"], ["updated_at", "2018-12-11 11:35:46.231007"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non quaerat omnis aut."], ["url", "http://ruelschulist.co/jamal_johnson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.234851"], ["updated_at", "2018-12-11 11:35:46.234851"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In numquam ut earum."], ["info_url", "http://halvorsonhermiston.co/sharolyn.wintheiser"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.237799"], ["updated_at", "2018-12-11 11:35:46.237799"], ["developer_id", 30]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koelpin.com/maryjane_strosin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.238804"], ["updated_at", "2018-12-11 11:35:46.238804"], ["distributor_id", 16], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et doloremque similique est."], ["url", "http://kuhnpollich.info/esteban_okuneva"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.242246"], ["updated_at", "2018-12-11 11:35:46.242246"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est et eos temporibus."], ["info_url", "http://mrazabbott.name/von_roob"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.244295"], ["updated_at", "2018-12-11 11:35:46.244295"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilll.info/dino.bogan"], ["description", "Nemo nulla at maxime."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.249966"], ["updated_at", "2018-12-11 11:35:46.249966"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At quisquam consequatur quod."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.251112"], ["updated_at", "2018-12-11 11:35:46.251112"], ["app_id", 31], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Voluptas consequuntur et doloremque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://welch.name/ladonna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.254056"], ["updated_at", "2018-12-11 11:35:46.254056"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://berge.org/sherell"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.254945"], ["updated_at", "2018-12-11 11:35:46.254945"], ["distributor_id", 17], ["app_id", 31]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okon.com/rory.runolfon"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.256716"], ["updated_at", "2018-12-11 11:35:46.256716"], ["distributor_id", 16], ["app_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"22"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kirlin.co/kristofer_casper"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.268696"], ["updated_at", "2018-12-11 11:35:46.268696"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et tempore dolorem occaecati."], ["url", "http://stracke.co/iac"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.274825"], ["updated_at", "2018-12-11 11:35:46.274825"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit voluptatem vitae minus."], ["info_url", "http://wyman.com/georgeanna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.278163"], ["updated_at", "2018-12-11 11:35:46.278163"], ["developer_id", 32]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://townefadel.net/tierra"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.279247"], ["updated_at", "2018-12-11 11:35:46.279247"], ["distributor_id", 18], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut eum vitae et."], ["url", "http://reichertgorczany.net/jorge_walter"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.282722"], ["updated_at", "2018-12-11 11:35:46.282722"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis necessitatibus ea voluptatem."], ["info_url", "http://ziemannmurphy.com/erich_lynch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.284583"], ["updated_at", "2018-12-11 11:35:46.284583"], ["developer_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://prohaska.net/alma.williamson"], ["description", "Incidunt fuga commodi laboriosam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.289443"], ["updated_at", "2018-12-11 11:35:46.289443"]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel repellendus praesentium qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.291509"], ["updated_at", "2018-12-11 11:35:46.291509"], ["app_id", 33], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Quis quia alias voluptas."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mccullough.com/oliver.kemmer"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.297711"], ["updated_at", "2018-12-11 11:35:46.297711"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ryandibbert.co/joesph"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.298798"], ["updated_at", "2018-12-11 11:35:46.298798"], ["distributor_id", 19], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dietrich.com/concetta"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.300501"], ["updated_at", "2018-12-11 11:35:46.300501"], ["distributor_id", 18], ["app_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"25"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://boyle.com/linwood"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.321830"], ["updated_at", "2018-12-11 11:35:46.321830"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Temporibus qui pariatur numquam."], ["url", "http://jacobs.name/camila_mraz"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.336480"], ["updated_at", "2018-12-11 11:35:46.336480"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Numquam placeat corporis possimus."], ["info_url", "http://smithwilliamson.biz/mindi"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.339952"], ["updated_at", "2018-12-11 11:35:46.339952"], ["developer_id", 34]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hayehields.net/annice_blick"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.341073"], ["updated_at", "2018-12-11 11:35:46.341073"], ["distributor_id", 20], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://jenkinswunsch.com/kristie", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"20"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://jenkinswunsch.com/kristie"], ["updated_at", "2018-12-11 11:35:46.346866"], ["id", 20]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/20 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)

 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stroman.org/joe"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.355863"], ["updated_at", "2018-12-11 11:35:46.355863"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut adipisci occaecati hic."], ["url", "http://croninwiegand.biz/miranda_anderson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.359860"], ["updated_at", "2018-12-11 11:35:46.359860"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et exercitationem reprehenderit delectus."], ["info_url", "http://cristzulauf.net/reda_kirlin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.363037"], ["updated_at", "2018-12-11 11:35:46.363037"], ["developer_id", 35]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://orn.io/carlo.medhurst"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.364117"], ["updated_at", "2018-12-11 11:35:46.364117"], ["distributor_id", 21], ["app_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://gloverzieme.name/aaron", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"21"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://gloverzieme.name/aaron"], ["updated_at", "2018-12-11 11:35:46.368543"], ["id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/21 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://turnerconn.io/keiko_stoltenberg"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.373290"], ["updated_at", "2018-12-11 11:35:46.373290"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem ut dolore officia."], ["url", "http://ritchiewatsica.name/mirna.schiller"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.378099"], ["updated_at", "2018-12-11 11:35:46.378099"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium maxime eius reiciendis."], ["info_url", "http://monahan.io/tena.lubowitz"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.381480"], ["updated_at", "2018-12-11 11:35:46.381480"], ["developer_id", 36]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://von.co/dewey"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.382537"], ["updated_at", "2018-12-11 11:35:46.382537"], ["distributor_id", 22], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://batzankunding.org/caren", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"22"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://batzankunding.org/caren"], ["updated_at", "2018-12-11 11:35:46.387358"], ["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/22 Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gerlach.info/kris"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.394998"], ["updated_at", "2018-12-11 11:35:46.394998"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Optio vel distinctio voluptate."], ["url", "http://pourosvonrueden.net/lewis_terry"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.401804"], ["updated_at", "2018-12-11 11:35:46.401804"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quibusdam asperiores voluptates facere."], ["info_url", "http://pagac.co/robbyn_carter"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.405512"], ["updated_at", "2018-12-11 11:35:46.405512"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mcclure.io/ali.shields"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.406873"], ["updated_at", "2018-12-11 11:35:46.406873"], ["distributor_id", 23], ["app_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"23"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmidthalvorson.io/chanda"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.430584"], ["updated_at", "2018-12-11 11:35:46.430584"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Possimus earum dolores dolor."], ["url", "http://durgan.io/yong_kub"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.434510"], ["updated_at", "2018-12-11 11:35:46.434510"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cumque et quod officia."], ["info_url", "http://heller.name/madelyn"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.437479"], ["updated_at", "2018-12-11 11:35:46.437479"], ["developer_id", 38]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stehr.com/ila"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.438478"], ["updated_at", "2018-12-11 11:35:46.438478"], ["distributor_id", 24], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sawayn.net/corey"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.449168"], ["updated_at", "2018-12-11 11:35:46.449168"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint repellat ipsum porro."], ["url", "http://lowe.net/tracy"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.453344"], ["updated_at", "2018-12-11 11:35:46.453344"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est sit iure laudantium."], ["info_url", "http://doylemohr.co/susann_walsh"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.456667"], ["updated_at", "2018-12-11 11:35:46.456667"], ["developer_id", 39]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bergejaskolski.name/gwyneth.oconner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.457849"], ["updated_at", "2018-12-11 11:35:46.457849"], ["distributor_id", 25], ["app_id", 39]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"25"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 3ms (ActiveRecord: 1.1ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://robertsblock.co/wilburn"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.472177"], ["updated_at", "2018-12-11 11:35:46.472177"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et voluptatem non quo."], ["url", "http://considineschmitt.co/candi_koch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.476005"], ["updated_at", "2018-12-11 11:35:46.476005"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium facere atque vel."], ["info_url", "http://rolfson.net/raymon"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.479065"], ["updated_at", "2018-12-11 11:35:46.479065"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pfannerstill.net/lucas_hudson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.480198"], ["updated_at", "2018-12-11 11:35:46.480198"], ["distributor_id", 26], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"26"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 26]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 5ms (ActiveRecord: 1.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum ullam sequi est."], ["url", "http://hoppejohnston.com/jason"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.495386"], ["updated_at", "2018-12-11 11:35:46.495386"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Harum tempore molestiae neque."], ["info_url", "http://strosinzieme.info/pearlene"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.497714"], ["updated_at", "2018-12-11 11:35:46.497714"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wintheiserwyman.co/charia_bins"], ["description", "Consequatur adipisci necessitatibus beatae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.502651"], ["updated_at", "2018-12-11 11:35:46.502651"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem eius laboriosam blanditiis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.503640"], ["updated_at", "2018-12-11 11:35:46.503640"], ["app_id", 41], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Quae quia eaque possimus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sengerhyatt.biz/buford"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.506985"], ["updated_at", "2018-12-11 11:35:46.506985"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://blick.com/arnoldo.gusikowski"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.508571"], ["updated_at", "2018-12-11 11:35:46.508571"], ["distributor_id", 27], ["app_id", 41]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"41"}
App Load (0.4ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis voluptatum dolor nobis."], ["url", "http://larson.net/margurite_oreilly"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.523737"], ["updated_at", "2018-12-11 11:35:46.523737"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum et nulla dicta."], ["info_url", "http://bergstrom.com/chester_herzog"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.526260"], ["updated_at", "2018-12-11 11:35:46.526260"], ["developer_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://monahan.co/frank.okon"], ["description", "Minima dolore aspernatur facere."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.531627"], ["updated_at", "2018-12-11 11:35:46.531627"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit delectus quidem esse."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.534739"], ["updated_at", "2018-12-11 11:35:46.534739"], ["app_id", 42], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Consequatur aut molestiae est."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://donnellyabernathy.co/antony"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.540314"], ["updated_at", "2018-12-11 11:35:46.540314"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://yostkirlin.co/cleveland_armstrong"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.541677"], ["updated_at", "2018-12-11 11:35:46.541677"], ["distributor_id", 28], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"42"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae iure et nostrum."], ["url", "http://okeefebrakus.biz/joel.feil"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.552653"], ["updated_at", "2018-12-11 11:35:46.552653"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Facilis aut non natus."], ["info_url", "http://huels.co/josue.dickens"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.556146"], ["updated_at", "2018-12-11 11:35:46.556146"], ["developer_id", 43]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://shanahan.com/rana"], ["description", "Molestiae architecto nemo soluta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.564400"], ["updated_at", "2018-12-11 11:35:46.564400"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Alias et et enim."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.565517"], ["updated_at", "2018-12-11 11:35:46.565517"], ["app_id", 43], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Ut accusamus cupiditate repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://christiansenbrown.net/wynell"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.568553"], ["updated_at", "2018-12-11 11:35:46.568553"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kutch.info/carina_lehner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.569643"], ["updated_at", "2018-12-11 11:35:46.569643"], ["distributor_id", 29], ["app_id", 43]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms)

App Load (0.2ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ab quas voluptate repellat."], ["url", "http://kingemmerich.org/quintin.maggio"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.596531"], ["updated_at", "2018-12-11 11:35:46.596531"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur inventore est dolorem."], ["info_url", "http://bartonhills.biz/augustus_koch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.598941"], ["updated_at", "2018-12-11 11:35:46.598941"], ["developer_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiegand.biz/fritz"], ["description", "Voluptatem ipsum ut cumque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.603904"], ["updated_at", "2018-12-11 11:35:46.603904"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae quae voluptatibus cumque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.604879"], ["updated_at", "2018-12-11 11:35:46.604879"], ["app_id", 44], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Delectus repellat quaerat nemo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schumm.org/fonda"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.607754"], ["updated_at", "2018-12-11 11:35:46.607754"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kohlerkub.name/bok"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.608719"], ["updated_at", "2018-12-11 11:35:46.608719"], ["distributor_id", 30], ["app_id", 44]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Et illo voluptatum sit.", "info_url"=>"http://rosenbaum.org/samara.yost", "is_live"=>"true", "name"=>"app_name"}, "id"=>"44"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Et illo voluptatum sit."], ["info_url", "http://rosenbaum.org/samara.yost"], ["updated_at", "2018-12-11 11:35:46.618049"], ["id", 44]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/44 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)

App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim et eveniet nihil."], ["url", "http://champlin.com/edith"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.628061"], ["updated_at", "2018-12-11 11:35:46.628061"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reiciendis ut ut ex."], ["info_url", "http://collinsaufderhar.name/blanche"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.630254"], ["updated_at", "2018-12-11 11:35:46.630254"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://okeefe.name/kory"], ["description", "Voluptas corporis omnis quae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.634943"], ["updated_at", "2018-12-11 11:35:46.634943"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil molestiae neque maiores."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.635971"], ["updated_at", "2018-12-11 11:35:46.635971"], ["app_id", 45], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Animi sed necessitatibus rerum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hand.biz/concetta_crist"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.639134"], ["updated_at", "2018-12-11 11:35:46.639134"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hegmann.io/constance_leannon"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.640144"], ["updated_at", "2018-12-11 11:35:46.640144"], ["distributor_id", 31], ["app_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Consectetur est non adipisci.", "info_url"=>"http://windler.co/calvin_shields", "is_live"=>"true", "name"=>"app_name"}, "id"=>"45"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Consectetur est non adipisci."], ["info_url", "http://windler.co/calvin_shields"], ["updated_at", "2018-12-11 11:35:46.646758"], ["id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/45 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Placeat occaecati veniam consequatur."], ["url", "http://turcotte.org/ethan.gorczany"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.653929"], ["updated_at", "2018-12-11 11:35:46.653929"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quibusdam magnam eum ipsum."], ["info_url", "http://johns.org/pansy.schneider"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.656236"], ["updated_at", "2018-12-11 11:35:46.656236"], ["developer_id", 46]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hickleoberbrunner.name/tyson_smith"], ["description", "Harum sint excepturi odit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.664897"], ["updated_at", "2018-12-11 11:35:46.664897"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vitae est cumque facilis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.666501"], ["updated_at", "2018-12-11 11:35:46.666501"], ["app_id", 46], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Maiores similique atque expedita."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schadenwelch.name/delois_wehner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.670382"], ["updated_at", "2018-12-11 11:35:46.670382"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://becker.org/liane_fritsch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.671617"], ["updated_at", "2018-12-11 11:35:46.671617"], ["distributor_id", 32], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Dolorum delectus deleniti nulla.", "info_url"=>"http://zemlakabbott.io/ilda", "is_live"=>"true", "name"=>"app_name"}, "id"=>"46"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Dolorum delectus deleniti nulla."], ["info_url", "http://zemlakabbott.io/ilda"], ["updated_at", "2018-12-11 11:35:46.677777"], ["id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/46 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Officia vero omnis nihil."], ["url", "http://dickihagenes.info/christy_ohara"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.689049"], ["updated_at", "2018-12-11 11:35:46.689049"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Maiores et exercitationem ut."], ["info_url", "http://koelpin.io/adriana.rodriguez"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.692175"], ["updated_at", "2018-12-11 11:35:46.692175"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://corkery.biz/francisco"], ["description", "Doloribus accusantium tempore odio."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.697644"], ["updated_at", "2018-12-11 11:35:46.697644"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Odit molestias voluptatum ratione."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.698810"], ["updated_at", "2018-12-11 11:35:46.698810"], ["app_id", 47], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Vel aliquid rerum cum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gradyaltenwerth.info/keneth.ko"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.702105"], ["updated_at", "2018-12-11 11:35:46.702105"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://toyreichert.co/pearlene.legros"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.703165"], ["updated_at", "2018-12-11 11:35:46.703165"], ["distributor_id", 33], ["app_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"47"}
App Load (0.8ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 6.8ms | ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://zemlak.name/darrell"], ["description", "Architecto soluta autem qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.723076"], ["updated_at", "2018-12-11 11:35:46.723076"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos enim cum possimus."], ["url", "http://block.io/season_beatty"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.727126"], ["updated_at", "2018-12-11 11:35:46.727126"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Reprehenderit repellat consequuntur hic."], ["info_url", "http://pricebrekke.org/catarina.cremin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.731491"], ["updated_at", "2018-12-11 11:35:46.731491"], ["developer_id", 48]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed consequatur et et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.732866"], ["updated_at", "2018-12-11 11:35:46.732866"], ["app_id", 48], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Nulla in totam magni."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo exercitationem deleniti autem."], ["url", "http://fadeldickens.io/venetta"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.737788"], ["updated_at", "2018-12-11 11:35:46.737788"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut dolor sint totam."], ["info_url", "http://lockman.info/sterling"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.739771"], ["updated_at", "2018-12-11 11:35:46.739771"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walsh.biz/arthur_cummerata"], ["description", "Iusto ipsam voluptatum deleniti."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.745847"], ["updated_at", "2018-12-11 11:35:46.745847"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea ipsam velit qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.749588"], ["updated_at", "2018-12-11 11:35:46.749588"], ["app_id", 49], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Distinctio voluptas aut nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kutch.org/karly"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.753652"], ["updated_at", "2018-12-11 11:35:46.753652"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://durganwunsch.biz/alysa"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.754884"], ["updated_at", "2018-12-11 11:35:46.754884"], ["distributor_id", 34], ["app_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et laudantium voluptatem pariatur."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.758107"], ["updated_at", "2018-12-11 11:35:46.758107"], ["app_id", 49], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Pariatur optio dolores ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.3ms)  COMMIT
 (0.6ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.5ms)  BEGIN
 (0.4ms)  COMMIT
 (0.4ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://casper.info/elliot"], ["description", "Amet omnis autem repellat."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.832226"], ["updated_at", "2018-12-11 11:35:46.832226"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est veritatis rerum et."], ["url", "http://gorczany.com/arturo_hansen"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.837213"], ["updated_at", "2018-12-11 11:35:46.837213"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id voluptas quasi eum."], ["info_url", "http://wolfjacobson.org/arie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.845071"], ["updated_at", "2018-12-11 11:35:46.845071"], ["developer_id", 50]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat rerum tenetur dicta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.846398"], ["updated_at", "2018-12-11 11:35:46.846398"], ["app_id", 50], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Error velit in atque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Culpa molestiae commodi doloremque."], ["url", "http://reichert.com/catheryn"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.851067"], ["updated_at", "2018-12-11 11:35:46.851067"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui et laudantium sint."], ["info_url", "http://senger.biz/sherri"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.853395"], ["updated_at", "2018-12-11 11:35:46.853395"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rosenbaumboyer.biz/jenice"], ["description", "Voluptate at debitis neque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.858519"], ["updated_at", "2018-12-11 11:35:46.858519"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque aut consequatur ipsum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.860659"], ["updated_at", "2018-12-11 11:35:46.860659"], ["app_id", 51], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Voluptas dolorum corrupti qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://starkjast.net/yee.welch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.866476"], ["updated_at", "2018-12-11 11:35:46.866476"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kshlerin.co/arnulfo"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.867613"], ["updated_at", "2018-12-11 11:35:46.867613"], ["distributor_id", 35], ["app_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet reiciendis nihil est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.870576"], ["updated_at", "2018-12-11 11:35:46.870576"], ["app_id", 51], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Dolore autem perferendis aspernatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Mollitia enim odio et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.873856"], ["updated_at", "2018-12-11 11:35:46.873856"], ["works_with_id", 47], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Sed iusto et consequatur."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"8"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ziemefadel.biz/tyrell"], ["description", "Quod nam rerum accusantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.884700"], ["updated_at", "2018-12-11 11:35:46.884700"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit fugiat sed voluptas."], ["url", "http://ratke.net/glenna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.888525"], ["updated_at", "2018-12-11 11:35:46.888525"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minima sunt temporibus delectus."], ["info_url", "http://wiegand.biz/latonya.erdman"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.892371"], ["updated_at", "2018-12-11 11:35:46.892371"], ["developer_id", 52]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta nobis voluptatem eius."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.893372"], ["updated_at", "2018-12-11 11:35:46.893372"], ["app_id", 52], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Dolorem ducimus beatae consequuntur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita qui rem non."], ["url", "http://nikolausarmstrong.name/lacy_pfeffer"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.897304"], ["updated_at", "2018-12-11 11:35:46.897304"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi eaque nemo doloremque."], ["info_url", "http://rohan.name/clarinda_rau"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.899260"], ["updated_at", "2018-12-11 11:35:46.899260"], ["developer_id", 53]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stanton.biz/monte.schimmel"], ["description", "Voluptatibus praesentium cupiditate dicta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.904808"], ["updated_at", "2018-12-11 11:35:46.904808"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Impedit velit aliquam et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.906070"], ["updated_at", "2018-12-11 11:35:46.906070"], ["app_id", 53], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Fuga quo consequatur delectus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://oberbrunner.name/abel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.909393"], ["updated_at", "2018-12-11 11:35:46.909393"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmelerbecker.biz/kimberley_swift"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.910409"], ["updated_at", "2018-12-11 11:35:46.910409"], ["distributor_id", 36], ["app_id", 53]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Officiis qui iure et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.913166"], ["updated_at", "2018-12-11 11:35:46.913166"], ["app_id", 53], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Impedit fugit labore est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quod nostrum at iste."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.916391"], ["updated_at", "2018-12-11 11:35:46.916391"], ["works_with_id", 50], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Cum quibusdam voluptatem quia."], ["publish_date", "2018-12-10"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"9"}
Testimonial Load (1.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.5ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 9]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 6ms (ActiveRecord: 2.3ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://becker.name/mitch"], ["description", "Aut eveniet mollitia quia."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.929916"], ["updated_at", "2018-12-11 11:35:46.929916"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laborum iure esse et."], ["url", "http://schamberger.biz/letty.berge"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.934162"], ["updated_at", "2018-12-11 11:35:46.934162"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti id consequatur ut."], ["info_url", "http://boyleboyer.com/rhea"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.937544"], ["updated_at", "2018-12-11 11:35:46.937544"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates et esse sed."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.938622"], ["updated_at", "2018-12-11 11:35:46.938622"], ["app_id", 54], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Voluptatibus et qui non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed officiis et blanditiis."], ["url", "http://steuber.io/deandre"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.942488"], ["updated_at", "2018-12-11 11:35:46.942488"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sed inventore quia modi."], ["info_url", "http://schinner.org/cody.metz"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.944493"], ["updated_at", "2018-12-11 11:35:46.944493"], ["developer_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://fisherberge.info/barrett.littel"], ["description", "Quis quia sunt et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.950036"], ["updated_at", "2018-12-11 11:35:46.950036"]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta error qui voluptatum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.951223"], ["updated_at", "2018-12-11 11:35:46.951223"], ["app_id", 55], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Et neque laboriosam et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ferry.io/dong_gerhold"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.954871"], ["updated_at", "2018-12-11 11:35:46.954871"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://shanahan.net/louella"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.955791"], ["updated_at", "2018-12-11 11:35:46.955791"], ["distributor_id", 37], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et et fugiat iusto."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.958733"], ["updated_at", "2018-12-11 11:35:46.958733"], ["app_id", 55], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Alias deserunt debitis qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Reprehenderit enim dignissimos dicta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.962335"], ["updated_at", "2018-12-11 11:35:46.962335"], ["works_with_id", 53], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Id eum exercitationem eaque."], ["publish_date", "2018-12-10"]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Consequuntur qui iure in.", "is_live"=>"true", "promo_image_url"=>"http://quigley.name/eliz_dare", "promo_text"=>"Est dolorum rerum quo.", "publish_date"=>"2018-12-10", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"10"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Consequuntur qui iure in."], ["promo_text", "Est dolorum rerum quo."], ["promo_image_url", nil], ["updated_at", "2018-12-11 11:35:46.979510"], ["id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/10 Completed 302 Found in 9ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://huels.name/darrel"], ["description", "Est dolor nesciunt assumenda."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.986249"], ["updated_at", "2018-12-11 11:35:46.986249"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis voluptates culpa doloremque."], ["url", "http://jenkinsgerhold.net/davis.mante"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.990339"], ["updated_at", "2018-12-11 11:35:46.990339"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquam molestias alias sint."], ["info_url", "http://lynch.info/charlie_west"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.994051"], ["updated_at", "2018-12-11 11:35:46.994051"], ["developer_id", 56]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque adipisci quisquam libero."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:46.996261"], ["updated_at", "2018-12-11 11:35:46.996261"], ["app_id", 56], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Voluptas velit repellat omnis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas nam quae minus."], ["url", "http://lindarmstrong.com/shoshana"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.001647"], ["updated_at", "2018-12-11 11:35:47.001647"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut omnis nobis et."], ["info_url", "http://fritschmertz.name/zella.boyer"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.003835"], ["updated_at", "2018-12-11 11:35:47.003835"], ["developer_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nader.co/carmen_kozey"], ["description", "Voluptatem est ex minima."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.009230"], ["updated_at", "2018-12-11 11:35:47.009230"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quod veritatis voluptatem corrupti."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.010436"], ["updated_at", "2018-12-11 11:35:47.010436"], ["app_id", 57], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Consectetur est quia deleniti."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hodkiewiczmayer.io/junie_witting"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.017350"], ["updated_at", "2018-12-11 11:35:47.017350"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://daughertykiehn.name/teodoro.daugherty"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.018709"], ["updated_at", "2018-12-11 11:35:47.018709"], ["distributor_id", 38], ["app_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Explicabo porro sit soluta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.021956"], ["updated_at", "2018-12-11 11:35:47.021956"], ["app_id", 57], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Unde ut quisquam et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Neque suscipit modi vel."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.025579"], ["updated_at", "2018-12-11 11:35:47.025579"], ["works_with_id", 56], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Praesentium perferendis facilis rerum."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Voluptatem iusto ut dolorum.", "is_live"=>"true", "promo_image_url"=>"http://schoenhowe.net/jeni", "promo_text"=>"Ut maxime qui sed.", "publish_date"=>"2018-12-10", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"11"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Voluptatem iusto ut dolorum."], ["promo_text", "Ut maxime qui sed."], ["promo_image_url", nil], ["updated_at", "2018-12-11 11:35:47.036430"], ["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/11 Completed 302 Found in 9ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcculloughyost.biz/lavern.hayes"], ["description", "Deserunt repellendus quidem perferendis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.043350"], ["updated_at", "2018-12-11 11:35:47.043350"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vitae sunt beatae facere."], ["url", "http://maggioleffler.co/santos.becker"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.048554"], ["updated_at", "2018-12-11 11:35:47.048554"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quam hic aliquam blanditiis."], ["info_url", "http://langoshhermiston.co/errol.parker"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.053350"], ["updated_at", "2018-12-11 11:35:47.053350"], ["developer_id", 58]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas voluptas aut expedita."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.054471"], ["updated_at", "2018-12-11 11:35:47.054471"], ["app_id", 58], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Accusamus earum aliquid est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quo voluptas minus eos."], ["url", "http://medhurst.net/michel.white"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.059028"], ["updated_at", "2018-12-11 11:35:47.059028"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates ea minus et."], ["info_url", "http://aufderharboehm.biz/hilton.lockman"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.061171"], ["updated_at", "2018-12-11 11:35:47.061171"], ["developer_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://walker.net/hui_farrell"], ["description", "Natus qui earum omnis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.066787"], ["updated_at", "2018-12-11 11:35:47.066787"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut ut architecto consectetur."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.067990"], ["updated_at", "2018-12-11 11:35:47.067990"], ["app_id", 59], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Aperiam cum eum nobis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bechtelar.io/jackson.lakin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.071294"], ["updated_at", "2018-12-11 11:35:47.071294"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okuneva.name/blaine.considine"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.072313"], ["updated_at", "2018-12-11 11:35:47.072313"], ["distributor_id", 39], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit veritatis animi magni."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.075533"], ["updated_at", "2018-12-11 11:35:47.075533"], ["app_id", 59], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Error rem ratione itaque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ratione odit omnis enim."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.079169"], ["updated_at", "2018-12-11 11:35:47.079169"], ["works_with_id", 59], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Similique velit ratione ut."], ["publish_date", "2018-12-10"]]
 (0.7ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Vitae voluptatem tempora molestiae.", "is_live"=>"true", "promo_image_url"=>"http://mantekertzmann.name/elly_schaefer", "promo_text"=>"Magni ut voluptatum occaecati.", "publish_date"=>"2018-12-10", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"12"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Vitae voluptatem tempora molestiae."], ["promo_text", "Magni ut voluptatum occaecati."], ["promo_image_url", nil], ["updated_at", "2018-12-11 11:35:47.094301"], ["id", 12]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/12 Completed 302 Found in 9ms (ActiveRecord: 1.7ms)

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://stiedemanncrooks.biz/conrad.hagenes"], ["description", "Excepturi ratione consequatur delectus."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.102004"], ["updated_at", "2018-12-11 11:35:47.102004"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium eius voluptas aut."], ["url", "http://howe.io/dwayne"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.107165"], ["updated_at", "2018-12-11 11:35:47.107165"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim minus veniam voluptas."], ["info_url", "http://paucek.org/lucienne_durgan"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.111664"], ["updated_at", "2018-12-11 11:35:47.111664"], ["developer_id", 60]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut voluptatem quia similique."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.113018"], ["updated_at", "2018-12-11 11:35:47.113018"], ["app_id", 60], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Consequatur ut quis molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Odio quia ad soluta."], ["url", "http://marvingulgowski.name/walker"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.117450"], ["updated_at", "2018-12-11 11:35:47.117450"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Suscipit odio doloremque dicta."], ["info_url", "http://gutkowski.co/devona.lehner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.119943"], ["updated_at", "2018-12-11 11:35:47.119943"], ["developer_id", 61]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hahn.net/mckinley"], ["description", "Voluptatibus accusantium inventore est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.129462"], ["updated_at", "2018-12-11 11:35:47.129462"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Amet quis adipisci eligendi."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.130944"], ["updated_at", "2018-12-11 11:35:47.130944"], ["app_id", 61], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Cumque ex asperiores voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://stiedemann.net/patrick"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.134635"], ["updated_at", "2018-12-11 11:35:47.134635"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://terry.com/isiah"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.136047"], ["updated_at", "2018-12-11 11:35:47.136047"], ["distributor_id", 40], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores fuga dolorem assumenda."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.139751"], ["updated_at", "2018-12-11 11:35:47.139751"], ["app_id", 61], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Similique repellendus ut amet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Totam ea qui unde."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.143552"], ["updated_at", "2018-12-11 11:35:47.143552"], ["works_with_id", 62], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Doloremque natus nemo molestiae."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"13"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 13], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.2ms)

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://altenwerthlangworth.net/zachariah_rath"], ["description", "Dolor nam exercitationem ratione."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.169010"], ["updated_at", "2018-12-11 11:35:47.169010"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae accusamus qui et."], ["url", "http://schimmel.com/jonah_kuhn"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.173407"], ["updated_at", "2018-12-11 11:35:47.173407"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis ipsa quaerat assumenda."], ["info_url", "http://cartwright.info/kitty_goldner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.177709"], ["updated_at", "2018-12-11 11:35:47.177709"], ["developer_id", 62]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi explicabo possimus eaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.178863"], ["updated_at", "2018-12-11 11:35:47.178863"], ["app_id", 62], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Sit aut laudantium necessitatibus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui optio eos accusantium."], ["url", "http://kiehnoreilly.biz/bonita.zulauf"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.182841"], ["updated_at", "2018-12-11 11:35:47.182841"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim molestiae blanditiis sed."], ["info_url", "http://walkerwilliamson.co/kenya"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.192509"], ["updated_at", "2018-12-11 11:35:47.192509"], ["developer_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rowe.org/phillip"], ["description", "Beatae officia quia dolorum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.197933"], ["updated_at", "2018-12-11 11:35:47.197933"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem natus magnam omnis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.199317"], ["updated_at", "2018-12-11 11:35:47.199317"], ["app_id", 63], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Porro illum fugit natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rueltoy.info/zackary.funk"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.202882"], ["updated_at", "2018-12-11 11:35:47.202882"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://haneconroy.name/laveta"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.203854"], ["updated_at", "2018-12-11 11:35:47.203854"], ["distributor_id", 41], ["app_id", 63]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Hic quo qui et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.210160"], ["updated_at", "2018-12-11 11:35:47.210160"], ["app_id", 63], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Voluptas sint accusamus nisi."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eos saepe sed mollitia."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.215675"], ["updated_at", "2018-12-11 11:35:47.215675"], ["works_with_id", 65], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nobis quis neque cumque."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.8ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)

Testimonial Load (0.2ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://waters.io/magdalena"], ["description", "Vitae eos aliquam qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.237215"], ["updated_at", "2018-12-11 11:35:47.237215"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Hic quae excepturi sit."], ["url", "http://zboncakemard.net/earl_conroy"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.242123"], ["updated_at", "2018-12-11 11:35:47.242123"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatum ipsa molestiae quidem."], ["info_url", "http://cummerata.biz/berry"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.246764"], ["updated_at", "2018-12-11 11:35:47.246764"], ["developer_id", 64]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Facere vel optio quibusdam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.248217"], ["updated_at", "2018-12-11 11:35:47.248217"], ["app_id", 64], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Aspernatur voluptates est est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui provident ea possimus."], ["url", "http://gradyhansen.com/bettie_crooks"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.252449"], ["updated_at", "2018-12-11 11:35:47.252449"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas qui ut aut."], ["info_url", "http://moenjerde.biz/blaine"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.254538"], ["updated_at", "2018-12-11 11:35:47.254538"], ["developer_id", 65]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://halvorson.biz/buford"], ["description", "Esse vero error repellat."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.263757"], ["updated_at", "2018-12-11 11:35:47.263757"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos quod quia explicabo."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.265047"], ["updated_at", "2018-12-11 11:35:47.265047"], ["app_id", 65], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Sed ex quia nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://friesen.io/maia"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.268276"], ["updated_at", "2018-12-11 11:35:47.268276"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://watsicaheathcote.io/buck_berge"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.269058"], ["updated_at", "2018-12-11 11:35:47.269058"], ["distributor_id", 42], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas ut quisquam accusantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.271948"], ["updated_at", "2018-12-11 11:35:47.271948"], ["app_id", 65], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Perspiciatis laudantium ab vel."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Deserunt dolor est voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.274355"], ["updated_at", "2018-12-11 11:35:47.274355"], ["works_with_id", 68]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://baileyswift.co/lezlie"], ["description", "Et sit aut ab."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.285733"], ["updated_at", "2018-12-11 11:35:47.285733"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et et suscipit non."], ["url", "http://bechtelar.net/kyle"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.289608"], ["updated_at", "2018-12-11 11:35:47.289608"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est vel aut facilis."], ["info_url", "http://kiehnwisoky.biz/alex_rath"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.293280"], ["updated_at", "2018-12-11 11:35:47.293280"], ["developer_id", 66]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Porro eaque aliquam eligendi."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.294419"], ["updated_at", "2018-12-11 11:35:47.294419"], ["app_id", 66], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Eos ut at repellat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae aliquam ut totam."], ["url", "http://howell.name/young"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.298264"], ["updated_at", "2018-12-11 11:35:47.298264"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse voluptate eligendi voluptatem."], ["info_url", "http://mcclureokeefe.io/gregg"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.300353"], ["updated_at", "2018-12-11 11:35:47.300353"], ["developer_id", 67]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heller.info/elida.kuhic"], ["description", "Sunt aut rerum ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.306173"], ["updated_at", "2018-12-11 11:35:47.306173"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo aut et totam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.307312"], ["updated_at", "2018-12-11 11:35:47.307312"], ["app_id", 67], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Et sunt laudantium repudiandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://haag.info/emery"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.310371"], ["updated_at", "2018-12-11 11:35:47.310371"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://spencer.io/danika.corwin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.311244"], ["updated_at", "2018-12-11 11:35:47.311244"], ["distributor_id", 43], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reprehenderit et qui recusandae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.313957"], ["updated_at", "2018-12-11 11:35:47.313957"], ["app_id", 67], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Deleniti est aspernatur aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sed vero eos architecto."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.316574"], ["updated_at", "2018-12-11 11:35:47.316574"], ["works_with_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.9ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 5ms (ActiveRecord: 1.9ms)

 (0.4ms)  SELECT COUNT(*) FROM "example_images"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://renner.co/andy_dubuque"], ["description", "Beatae id ut et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.331842"], ["updated_at", "2018-12-11 11:35:47.331842"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum quidem possimus voluptas."], ["url", "http://robertchmeler.com/cecil_toy"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.335840"], ["updated_at", "2018-12-11 11:35:47.335840"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores dolor numquam neque."], ["info_url", "http://davis.info/alvin_lemke"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.339373"], ["updated_at", "2018-12-11 11:35:47.339373"], ["developer_id", 68]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Neque quaerat laudantium non."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.340459"], ["updated_at", "2018-12-11 11:35:47.340459"], ["app_id", 68], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Distinctio sed quod necessitatibus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Doloremque quaerat facere quos."], ["url", "http://hintz.co/malinda_buckridge"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.344188"], ["updated_at", "2018-12-11 11:35:47.344188"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolorem accusantium quibusdam vel."], ["info_url", "http://wolff.io/isaias.paucek"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.346003"], ["updated_at", "2018-12-11 11:35:47.346003"], ["developer_id", 69]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldner.com/angeles.bernhard"], ["description", "Nisi ut occaecati autem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.352290"], ["updated_at", "2018-12-11 11:35:47.352290"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit iure accusamus autem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.353595"], ["updated_at", "2018-12-11 11:35:47.353595"], ["app_id", 69], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Atque modi hic error."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bergehagenes.net/barry"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.356750"], ["updated_at", "2018-12-11 11:35:47.356750"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brekkefisher.info/lura_robel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.358024"], ["updated_at", "2018-12-11 11:35:47.358024"], ["distributor_id", 44], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dicta est sed molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.361093"], ["updated_at", "2018-12-11 11:35:47.361093"], ["app_id", 69], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Deserunt doloribus debitis et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Qui cum adipisci et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.363373"], ["updated_at", "2018-12-11 11:35:47.363373"], ["works_with_id", 74]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Error aspernatur doloremque consectetur.", "image_url"=>"http://ward.name/clarence", "is_live"=>"true"}, "id"=>"3"}
ExampleImage Load (0.6ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 74], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Error aspernatur doloremque consectetur."], ["updated_at", "2018-12-11 11:35:47.376965"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/3 Completed 302 Found in 10ms (ActiveRecord: 1.9ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://torphy.org/lon.lind"], ["description", "Nemo qui placeat mollitia."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.386051"], ["updated_at", "2018-12-11 11:35:47.386051"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi velit nihil corrupti."], ["url", "http://nitzsche.org/reda.harvey"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.391024"], ["updated_at", "2018-12-11 11:35:47.391024"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ducimus id blanditiis et."], ["info_url", "http://bergnaum.name/nicola.beier"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.395156"], ["updated_at", "2018-12-11 11:35:47.395156"], ["developer_id", 70]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Occaecati quo qui qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.396280"], ["updated_at", "2018-12-11 11:35:47.396280"], ["app_id", 70], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Illo repellendus non dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Alias rem quod qui."], ["url", "http://rosenbaum.biz/miquel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.400257"], ["updated_at", "2018-12-11 11:35:47.400257"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente ut porro odio."], ["info_url", "http://becker.name/sebrina"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.402510"], ["updated_at", "2018-12-11 11:35:47.402510"], ["developer_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jakubowskicremin.co/dorie"], ["description", "Vitae ut consequatur omnis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.408812"], ["updated_at", "2018-12-11 11:35:47.408812"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Esse eligendi molestias laborum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.412209"], ["updated_at", "2018-12-11 11:35:47.412209"], ["app_id", 71], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Animi quia nihil deserunt."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://abbottthiel.com/leonora.ferry"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.416495"], ["updated_at", "2018-12-11 11:35:47.416495"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cainwalsh.io/bennie.heel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.417495"], ["updated_at", "2018-12-11 11:35:47.417495"], ["distributor_id", 45], ["app_id", 71]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores tempora officiis enim."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.420613"], ["updated_at", "2018-12-11 11:35:47.420613"], ["app_id", 71], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Fuga odio explicabo facilis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Iure voluptas rem quis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.422924"], ["updated_at", "2018-12-11 11:35:47.422924"], ["works_with_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Qui mollitia assumenda eligendi.", "image_url"=>"http://runolfsdottir.co/luisa_hills", "is_live"=>"true"}, "id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 71], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Qui mollitia assumenda eligendi."], ["updated_at", "2018-12-11 11:35:47.432656"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/4 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.3ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schneider.net/theo.walter"], ["description", "Numquam eos incidunt dolore."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.439792"], ["updated_at", "2018-12-11 11:35:47.439792"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error voluptatum repellendus rerum."], ["url", "http://gottlieb.co/hung"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.443714"], ["updated_at", "2018-12-11 11:35:47.443714"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia voluptatum adipisci nostrum."], ["info_url", "http://quitzongorczany.io/mindi"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.447319"], ["updated_at", "2018-12-11 11:35:47.447319"], ["developer_id", 72]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quis laborum aut omnis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.448265"], ["updated_at", "2018-12-11 11:35:47.448265"], ["app_id", 72], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Error numquam provident accusamus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore repellendus quia sint."], ["url", "http://moendamore.net/allen"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.452653"], ["updated_at", "2018-12-11 11:35:47.452653"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Cupiditate harum aliquid beatae."], ["info_url", "http://boyer.info/felicitas"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.455630"], ["updated_at", "2018-12-11 11:35:47.455630"], ["developer_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://daniel.com/shalanda"], ["description", "Ex saepe voluptates dicta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.461057"], ["updated_at", "2018-12-11 11:35:47.461057"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Adipisci maiores quia quis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.462188"], ["updated_at", "2018-12-11 11:35:47.462188"], ["app_id", 73], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Ut magnam et illum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gusikowski.org/nicholas"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.465592"], ["updated_at", "2018-12-11 11:35:47.465592"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://abshire.co/leslie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.466446"], ["updated_at", "2018-12-11 11:35:47.466446"], ["distributor_id", 46], ["app_id", 73]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et molestiae a sunt."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.469523"], ["updated_at", "2018-12-11 11:35:47.469523"], ["app_id", 73], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Vero voluptas voluptate ut."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Incidunt doloribus neque dicta."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.475701"], ["updated_at", "2018-12-11 11:35:47.475701"], ["works_with_id", 80]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Et inventore recusandae aut.", "image_url"=>"http://dooley.info/dante.murray", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 80], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 73], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Et inventore recusandae aut."], ["updated_at", "2018-12-11 11:35:47.486280"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://brown.io/glen"], ["description", "Laborum ratione reiciendis hic."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.493040"], ["updated_at", "2018-12-11 11:35:47.493040"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "In quod aut in."], ["url", "http://mraz.name/rashad"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.498540"], ["updated_at", "2018-12-11 11:35:47.498540"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum et doloremque voluptas."], ["info_url", "http://moriettewunsch.io/johnathan.harber"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.502134"], ["updated_at", "2018-12-11 11:35:47.502134"], ["developer_id", 74]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos vel eligendi voluptatibus."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.503305"], ["updated_at", "2018-12-11 11:35:47.503305"], ["app_id", 74], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Est est eveniet veritatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores commodi qui vel."], ["url", "http://abbott.name/lory"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.507151"], ["updated_at", "2018-12-11 11:35:47.507151"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid laborum qui saepe."], ["info_url", "http://will.org/dorian.bins"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.509219"], ["updated_at", "2018-12-11 11:35:47.509219"], ["developer_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feeney.com/kaie"], ["description", "Adipisci quo delectus corporis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.516576"], ["updated_at", "2018-12-11 11:35:47.516576"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia id fugit et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.518406"], ["updated_at", "2018-12-11 11:35:47.518406"], ["app_id", 75], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Qui deserunt nihil sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hills.com/lexie.haag"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.521659"], ["updated_at", "2018-12-11 11:35:47.521659"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://westdietrich.biz/joesph"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.522644"], ["updated_at", "2018-12-11 11:35:47.522644"], ["distributor_id", 47], ["app_id", 75]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Culpa est illo iusto."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.525689"], ["updated_at", "2018-12-11 11:35:47.525689"], ["app_id", 75], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Eum tempora in quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Doloremque dolores eius earum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.527969"], ["updated_at", "2018-12-11 11:35:47.527969"], ["works_with_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"6"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://koch.org/jordon_murazik"], ["description", "Exercitationem veritatis voluptatem fugit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.549937"], ["updated_at", "2018-12-11 11:35:47.549937"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis sed et voluptatem."], ["url", "http://schuppe.co/franklin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.553592"], ["updated_at", "2018-12-11 11:35:47.553592"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Possimus sed minima ipsam."], ["info_url", "http://heidenreichwunsch.name/erich.breitenberg"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.556789"], ["updated_at", "2018-12-11 11:35:47.556789"], ["developer_id", 76]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo ex et ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.557850"], ["updated_at", "2018-12-11 11:35:47.557850"], ["app_id", 76], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Quia fugiat et quam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facere sed commodi et."], ["url", "http://white.name/arianne"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.562177"], ["updated_at", "2018-12-11 11:35:47.562177"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut reprehenderit possimus neque."], ["info_url", "http://medhurst.co/darryl.hagenes"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.564564"], ["updated_at", "2018-12-11 11:35:47.564564"], ["developer_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcotte.io/kim"], ["description", "Sunt consequuntur recusandae ducimus."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.569408"], ["updated_at", "2018-12-11 11:35:47.569408"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui dolorum omnis eum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.570571"], ["updated_at", "2018-12-11 11:35:47.570571"], ["app_id", 77], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Harum est beatae hic."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://bayer.biz/rutha"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.573577"], ["updated_at", "2018-12-11 11:35:47.573577"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schneider.name/tyler"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.574751"], ["updated_at", "2018-12-11 11:35:47.574751"], ["distributor_id", 48], ["app_id", 77]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Distinctio laboriosam voluptatem est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.577759"], ["updated_at", "2018-12-11 11:35:47.577759"], ["app_id", 77], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Voluptatem consequuntur laudantium quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Neque consequatur molestiae dolorem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.580445"], ["updated_at", "2018-12-11 11:35:47.580445"], ["works_with_id", 86]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kuvalis.info/pasquale.jaskolski"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.609840"], ["updated_at", "2018-12-11 11:35:47.609840"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto blanditiis amet minus."], ["url", "http://nienowpouros.org/evelina"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.614130"], ["updated_at", "2018-12-11 11:35:47.614130"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi similique libero ut."], ["info_url", "http://homenick.biz/rutha_dickens"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.617771"], ["updated_at", "2018-12-11 11:35:47.617771"], ["developer_id", 78]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cummings.com/saturnina"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.618888"], ["updated_at", "2018-12-11 11:35:47.618888"], ["distributor_id", 49], ["app_id", 78]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ipsam iusto mollitia error."], ["url", "http://marquardt.info/margareta"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.626558"], ["updated_at", "2018-12-11 11:35:47.626558"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sequi unde et esse."], ["info_url", "http://schamberger.info/herschel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.629941"], ["updated_at", "2018-12-11 11:35:47.629941"], ["developer_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://grant.org/logan.bayer"], ["description", "Ea harum mollitia alias."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.635618"], ["updated_at", "2018-12-11 11:35:47.635618"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quos aut ea sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.636641"], ["updated_at", "2018-12-11 11:35:47.636641"], ["app_id", 79], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Architecto quae rerum et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rennerveum.co/ashli"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.640074"], ["updated_at", "2018-12-11 11:35:47.640074"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://grady.info/delora"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.641383"], ["updated_at", "2018-12-11 11:35:47.641383"], ["distributor_id", 50], ["app_id", 79]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.6ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.4ms)  COMMIT
 (0.3ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cummings.name/doreen_spinka"], ["description", "Praesentium adipisci sit eaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.723132"], ["updated_at", "2018-12-11 11:35:47.723132"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut molestiae earum magnam."], ["url", "http://wintheiser.co/tamica_ohara"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.728120"], ["updated_at", "2018-12-11 11:35:47.728120"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quas rem ut et."], ["info_url", "http://sipes.net/desirae"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.735007"], ["updated_at", "2018-12-11 11:35:47.735007"], ["developer_id", 80]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque architecto unde quasi."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.738136"], ["updated_at", "2018-12-11 11:35:47.738136"], ["app_id", 80], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Vitae et officiis provident."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cumque quo sint similique."], ["url", "http://ward.biz/glennie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.743648"], ["updated_at", "2018-12-11 11:35:47.743648"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Hic ut iure dolores."], ["info_url", "http://pricegaylord.net/fredrick"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.745923"], ["updated_at", "2018-12-11 11:35:47.745923"], ["developer_id", 81]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schroeder.net/jaime"], ["description", "Deleniti sunt quia iusto."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.785829"], ["updated_at", "2018-12-11 11:35:47.785829"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum consequatur neque labore."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.786918"], ["updated_at", "2018-12-11 11:35:47.786918"], ["app_id", 81], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Deleniti veritatis distinctio quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://carter.info/johana_fritsch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.789612"], ["updated_at", "2018-12-11 11:35:47.789612"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hane.io/marlena.rogahn"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.790473"], ["updated_at", "2018-12-11 11:35:47.790473"], ["distributor_id", 51], ["app_id", 81]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque cum qui quod."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.793029"], ["updated_at", "2018-12-11 11:35:47.793029"], ["app_id", 81], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Consequatur unde vitae saepe."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Nobis qui molestias cum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.795970"], ["updated_at", "2018-12-11 11:35:47.795970"], ["works_with_id", 90]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Maiores dicta eaque ea.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"1"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 90], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 81], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Maiores dicta eaque ea."], ["updated_at", "2018-12-11 11:35:47.806151"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/1 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mayertchamplin.com/weston.hettinger"], ["description", "Quos consequatur inventore unde."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.812426"], ["updated_at", "2018-12-11 11:35:47.812426"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et deserunt eos dolorem."], ["url", "http://stiedemann.biz/sally"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.816106"], ["updated_at", "2018-12-11 11:35:47.816106"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quas fugit ipsam quia."], ["info_url", "http://von.info/tynisha"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.819517"], ["updated_at", "2018-12-11 11:35:47.819517"], ["developer_id", 82]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem molestias facere sunt."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.820528"], ["updated_at", "2018-12-11 11:35:47.820528"], ["app_id", 82], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "At ut et numquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Alias necessitatibus rerum consequatur."], ["url", "http://greenholt.info/von"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.824226"], ["updated_at", "2018-12-11 11:35:47.824226"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Architecto sit ea aliquid."], ["info_url", "http://ebertnitzsche.biz/elmo_doyle"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.826213"], ["updated_at", "2018-12-11 11:35:47.826213"], ["developer_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goldner.biz/hedy"], ["description", "Debitis consequatur tempore voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.831159"], ["updated_at", "2018-12-11 11:35:47.831159"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia sed inventore porro."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.832405"], ["updated_at", "2018-12-11 11:35:47.832405"], ["app_id", 83], ["offering_id", 69], ["promo_image_url", nil], ["promo_text", "Ratione voluptas tempore aliquid."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cormier.name/leann"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.835529"], ["updated_at", "2018-12-11 11:35:47.835529"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://larkin.org/jay"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.836499"], ["updated_at", "2018-12-11 11:35:47.836499"], ["distributor_id", 52], ["app_id", 83]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Expedita odio facilis sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.839338"], ["updated_at", "2018-12-11 11:35:47.839338"], ["app_id", 83], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Reprehenderit est et neque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Architecto corrupti exercitationem consequatur."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.841594"], ["updated_at", "2018-12-11 11:35:47.841594"], ["works_with_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Rem sint et et.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"2"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 93], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 83], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 83], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Rem sint et et."], ["updated_at", "2018-12-11 11:35:47.854048"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/2 Completed 302 Found in 11ms (ActiveRecord: 2.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heaney.name/benedict_nikolaus"], ["description", "Quibusdam quasi et vel."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.859805"], ["updated_at", "2018-12-11 11:35:47.859805"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed aut expedita qui."], ["url", "http://friesenprohaska.org/abel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.863306"], ["updated_at", "2018-12-11 11:35:47.863306"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsam numquam suscipit est."], ["info_url", "http://lakinharber.name/lincoln_hills"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.866539"], ["updated_at", "2018-12-11 11:35:47.866539"], ["developer_id", 84]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est iusto porro reprehenderit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.867495"], ["updated_at", "2018-12-11 11:35:47.867495"], ["app_id", 84], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Est aut animi et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Cum qui earum sed."], ["url", "http://konopelski.org/tyree"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.870971"], ["updated_at", "2018-12-11 11:35:47.870971"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quas atque cum eos."], ["info_url", "http://goldnerlittle.biz/claudie.sanford"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.872926"], ["updated_at", "2018-12-11 11:35:47.872926"], ["developer_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://connelly.info/elmira_runolfsdottir"], ["description", "Ea quo et dolore."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.878099"], ["updated_at", "2018-12-11 11:35:47.878099"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eum et nostrum quam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.879219"], ["updated_at", "2018-12-11 11:35:47.879219"], ["app_id", 85], ["offering_id", 71], ["promo_image_url", nil], ["promo_text", "Possimus veritatis voluptatem ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kertzmanncollins.org/georgetta.dooley"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.882102"], ["updated_at", "2018-12-11 11:35:47.882102"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://welchheathcote.co/beie.rippin"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.883027"], ["updated_at", "2018-12-11 11:35:47.883027"], ["distributor_id", 53], ["app_id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni voluptates ea aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.885704"], ["updated_at", "2018-12-11 11:35:47.885704"], ["app_id", 85], ["offering_id", 70], ["promo_image_url", nil], ["promo_text", "Et consequatur exercitationem eius."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sed quae sunt ipsa."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.887863"], ["updated_at", "2018-12-11 11:35:47.887863"], ["works_with_id", 96]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Minima dignissimos temporibus occaecati.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"3"}
UseCase Load (0.6ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.5ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 96], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 70], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Minima dignissimos temporibus occaecati."], ["updated_at", "2018-12-11 11:35:47.899952"], ["id", 3]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/3 Completed 302 Found in 11ms (ActiveRecord: 2.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hauck.io/hyman_jacobs"], ["description", "Consectetur consequatur labore sint."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.905634"], ["updated_at", "2018-12-11 11:35:47.905634"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptas beatae commodi eum."], ["url", "http://jacobson.net/winston"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.909502"], ["updated_at", "2018-12-11 11:35:47.909502"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ratione porro laboriosam delectus."], ["info_url", "http://marvin.io/klara"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.912869"], ["updated_at", "2018-12-11 11:35:47.912869"], ["developer_id", 86]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est maxime ut ipsa."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.913894"], ["updated_at", "2018-12-11 11:35:47.913894"], ["app_id", 86], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Eos ipsa maxime modi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim occaecati dolorum at."], ["url", "http://mooreparisian.net/teddy_erdman"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.917462"], ["updated_at", "2018-12-11 11:35:47.917462"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus delectus unde velit."], ["info_url", "http://kemmer.biz/blaine"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.919239"], ["updated_at", "2018-12-11 11:35:47.919239"], ["developer_id", 87]]
 (0.8ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dickens.org/anamaria_swift"], ["description", "Quas totam soluta sequi."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.924808"], ["updated_at", "2018-12-11 11:35:47.924808"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Unde cumque voluptate dolore."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.926055"], ["updated_at", "2018-12-11 11:35:47.926055"], ["app_id", 87], ["offering_id", 73], ["promo_image_url", nil], ["promo_text", "Qui id ratione est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://walter.co/randolph_glover"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.928914"], ["updated_at", "2018-12-11 11:35:47.928914"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dare.co/vasiliki"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.929843"], ["updated_at", "2018-12-11 11:35:47.929843"], ["distributor_id", 54], ["app_id", 87]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ad possimus modi distinctio."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.932585"], ["updated_at", "2018-12-11 11:35:47.932585"], ["app_id", 87], ["offering_id", 72], ["promo_image_url", nil], ["promo_text", "Sit ducimus officia sapiente."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Magni corporis omnis dolor."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.934818"], ["updated_at", "2018-12-11 11:35:47.934818"], ["works_with_id", 99]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.3ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://littel.com/florencio"], ["description", "Veniam sit dolor aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.946621"], ["updated_at", "2018-12-11 11:35:47.946621"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel quod labore laborum."], ["url", "http://okeefe.info/susie_dubuque"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.951953"], ["updated_at", "2018-12-11 11:35:47.951953"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non adipisci qui voluptate."], ["info_url", "http://sawayn.io/rosie"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.955554"], ["updated_at", "2018-12-11 11:35:47.955554"], ["developer_id", 88]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia amet fugiat velit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.956629"], ["updated_at", "2018-12-11 11:35:47.956629"], ["app_id", 88], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Non sit amet doloremque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus minus ut ipsa."], ["url", "http://smitham.info/opal_okon"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.960739"], ["updated_at", "2018-12-11 11:35:47.960739"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rem sint veniam ut."], ["info_url", "http://sipes.org/seymour"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.962650"], ["updated_at", "2018-12-11 11:35:47.962650"], ["developer_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mertz.com/quentin"], ["description", "Ut architecto non aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.969956"], ["updated_at", "2018-12-11 11:35:47.969956"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequatur ex soluta nobis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.971644"], ["updated_at", "2018-12-11 11:35:47.971644"], ["app_id", 89], ["offering_id", 75], ["promo_image_url", nil], ["promo_text", "Officiis dolore rerum unde."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gulgowski.biz/tanisha_oconner"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.974721"], ["updated_at", "2018-12-11 11:35:47.974721"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://pollich.com/lu"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.975603"], ["updated_at", "2018-12-11 11:35:47.975603"], ["distributor_id", 55], ["app_id", 89]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eos quis tenetur recusandae."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.978235"], ["updated_at", "2018-12-11 11:35:47.978235"], ["app_id", 89], ["offering_id", 74], ["promo_image_url", nil], ["promo_text", "Nesciunt sint ullam maiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Sapiente officiis atque sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.980513"], ["updated_at", "2018-12-11 11:35:47.980513"], ["works_with_id", 102]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"5"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://beatty.com/jeffie"], ["description", "Qui et maiores odio."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.989395"], ["updated_at", "2018-12-11 11:35:47.989395"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut iusto minima maxime."], ["url", "http://treutel.info/omar"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.993046"], ["updated_at", "2018-12-11 11:35:47.993046"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Temporibus sunt ipsum iste."], ["info_url", "http://wilderman.info/mirna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.996324"], ["updated_at", "2018-12-11 11:35:47.996324"], ["developer_id", 90]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis culpa nesciunt et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:47.997555"], ["updated_at", "2018-12-11 11:35:47.997555"], ["app_id", 90], ["offering_id", 76], ["promo_image_url", nil], ["promo_text", "Impedit quas corporis quis."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ducimus optio dolor hic."], ["url", "http://buckridge.org/andrea"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.001422"], ["updated_at", "2018-12-11 11:35:48.001422"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse doloribus adipisci porro."], ["info_url", "http://hyatt.info/nona.ortiz"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.003134"], ["updated_at", "2018-12-11 11:35:48.003134"], ["developer_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://douglas.co/lisa"], ["description", "Itaque id ea dolorem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.007666"], ["updated_at", "2018-12-11 11:35:48.007666"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt natus sed qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.009128"], ["updated_at", "2018-12-11 11:35:48.009128"], ["app_id", 91], ["offering_id", 77], ["promo_image_url", nil], ["promo_text", "Accusantium alias velit ipsam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://flatleyhauck.biz/sally_paucek"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.012658"], ["updated_at", "2018-12-11 11:35:48.012658"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://okon.biz/vito"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.013739"], ["updated_at", "2018-12-11 11:35:48.013739"], ["distributor_id", 56], ["app_id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam vel earum voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.016440"], ["updated_at", "2018-12-11 11:35:48.016440"], ["app_id", 91], ["offering_id", 76], ["promo_image_url", nil], ["promo_text", "Tempore nihil voluptatem minima."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Neque blanditiis aut maiores."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.018671"], ["updated_at", "2018-12-11 11:35:48.018671"], ["works_with_id", 105]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)

UseCase Load (0.2ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mitchell.net/irwin_crist"], ["description", "Ut ea nam cum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.041749"], ["updated_at", "2018-12-11 11:35:48.041749"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorem ab libero voluptatibus."], ["url", "http://durganbailey.org/lance_glover"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.045278"], ["updated_at", "2018-12-11 11:35:48.045278"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut possimus beatae maiores."], ["info_url", "http://macgyver.info/cortney"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.048673"], ["updated_at", "2018-12-11 11:35:48.048673"], ["developer_id", 92]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non nihil tempore numquam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.049669"], ["updated_at", "2018-12-11 11:35:48.049669"], ["app_id", 92], ["offering_id", 78], ["promo_image_url", nil], ["promo_text", "Cum ad est voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Neque velit molestiae dolore."], ["url", "http://heathcote.com/johnson"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.053768"], ["updated_at", "2018-12-11 11:35:48.053768"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore architecto neque ullam."], ["info_url", "http://kilback.co/theo_pollich"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.055980"], ["updated_at", "2018-12-11 11:35:48.055980"], ["developer_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nikolaus.name/elisa"], ["description", "Rerum nihil eius dignissimos."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.060912"], ["updated_at", "2018-12-11 11:35:48.060912"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut sint dolor architecto."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.061985"], ["updated_at", "2018-12-11 11:35:48.061985"], ["app_id", 93], ["offering_id", 79], ["promo_image_url", nil], ["promo_text", "Praesentium rerum recusandae nisi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmidtjacobi.info/dominica_welch"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.064857"], ["updated_at", "2018-12-11 11:35:48.064857"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stoltenbergturner.org/yuki.runolfon"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.065712"], ["updated_at", "2018-12-11 11:35:48.065712"], ["distributor_id", 57], ["app_id", 93]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et incidunt repellendus reiciendis."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.068434"], ["updated_at", "2018-12-11 11:35:48.068434"], ["app_id", 93], ["offering_id", 78], ["promo_image_url", nil], ["promo_text", "Doloribus voluptatibus officiis ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Perspiciatis libero commodi aliquam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.071382"], ["updated_at", "2018-12-11 11:35:48.071382"], ["works_with_id", 108]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"7"}
UseCase Load (0.4ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://thompsonmccullough.biz/ray.mccullough"], ["description", "Eum aut accusantium nostrum."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.087327"], ["updated_at", "2018-12-11 11:35:48.087327"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perspiciatis voluptatem quia porro."], ["url", "http://bradtke.co/derrick"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.090956"], ["updated_at", "2018-12-11 11:35:48.090956"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Unde illum dicta est."], ["info_url", "http://mannledner.info/sean"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.094231"], ["updated_at", "2018-12-11 11:35:48.094231"], ["developer_id", 94]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione eligendi aspernatur velit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.095289"], ["updated_at", "2018-12-11 11:35:48.095289"], ["app_id", 94], ["offering_id", 80], ["promo_image_url", nil], ["promo_text", "Perferendis consequatur repellat odit."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Facere perspiciatis vero dolorem."], ["url", "http://littel.com/brenna"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.100322"], ["updated_at", "2018-12-11 11:35:48.100322"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Atque quia laborum aut."], ["info_url", "http://gloverfahey.io/byron_willms"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.102578"], ["updated_at", "2018-12-11 11:35:48.102578"], ["developer_id", 95]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kunde.name/novella.maggio"], ["description", "Nemo veritatis minima quo."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.107412"], ["updated_at", "2018-12-11 11:35:48.107412"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga quasi modi ipsam."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.108578"], ["updated_at", "2018-12-11 11:35:48.108578"], ["app_id", 95], ["offering_id", 81], ["promo_image_url", nil], ["promo_text", "Tenetur rerum aliquid natus."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mulleroberbrunner.biz/kasey.ryan"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.111558"], ["updated_at", "2018-12-11 11:35:48.111558"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://koepp.io/emanuel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.112507"], ["updated_at", "2018-12-11 11:35:48.112507"], ["distributor_id", 58], ["app_id", 95]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit dolorem explicabo eaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.116404"], ["updated_at", "2018-12-11 11:35:48.116404"], ["app_id", 95], ["offering_id", 80], ["promo_image_url", nil], ["promo_text", "Quibusdam odio magni aut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Minima aliquid est est."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.122456"], ["updated_at", "2018-12-11 11:35:48.122456"], ["works_with_id", 111], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Deleniti ut ea reiciendis."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Recusandae unde voluptatem blanditiis."], ["url", "http://fay.co/keenan.hills"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.128967"], ["updated_at", "2018-12-11 11:35:48.128967"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-11 06:35:48 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.4ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (2.0ms)
Rendered components/_footer.html.haml (0.8ms)

Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-11 06:35:48 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (1.9ms)
Rendered components/_footer.html.haml (1.2ms)

Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.5ms)

 (0.7ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://quigleybailey.net/dorsey.sawayn"], ["description", "Aut esse dolorem repellat."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.163836"], ["updated_at", "2018-12-11 11:35:48.163836"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sint dolore voluptate facere."], ["url", "http://brakus.com/collin_beatty"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.167917"], ["updated_at", "2018-12-11 11:35:48.167917"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laudantium enim nostrum blanditiis."], ["info_url", "http://ziemefeest.name/dante"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.171542"], ["updated_at", "2018-12-11 11:35:48.171542"], ["developer_id", 97]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Doloremque et sit sapiente."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.172723"], ["updated_at", "2018-12-11 11:35:48.172723"], ["app_id", 96], ["offering_id", 82], ["promo_image_url", nil], ["promo_text", "Ea reprehenderit ratione sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quam mollitia dolore est."], ["url", "http://bayerreichel.name/herma.graham"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.177062"], ["updated_at", "2018-12-11 11:35:48.177062"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem odit et est."], ["info_url", "http://jacobson.name/wally"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.179358"], ["updated_at", "2018-12-11 11:35:48.179358"], ["developer_id", 98]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bashirian.org/karey_hodkiewicz"], ["description", "Odit soluta rerum sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.188720"], ["updated_at", "2018-12-11 11:35:48.188720"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut et ut porro."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.189887"], ["updated_at", "2018-12-11 11:35:48.189887"], ["app_id", 97], ["offering_id", 83], ["promo_image_url", nil], ["promo_text", "Ipsa et vel non."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tillmankihn.name/mariel"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.192910"], ["updated_at", "2018-12-11 11:35:48.192910"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tillmangreenholt.co/hortencia"], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.193866"], ["updated_at", "2018-12-11 11:35:48.193866"], ["distributor_id", 59], ["app_id", 97]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "A tenetur eligendi et."], ["is_live", "t"], ["created_at", "2018-12-11 11:35:48.196731"], ["updated_at", "2018-12-11 11:35:48.196731"], ["app_id", 97], ["offering_id", 82], ["promo_image_url", nil], ["promo_text", "Nihil aliquam sint quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  BEGIN
 (0.9ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (1.9ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (0.9ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (95.4ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ad ratione quasi quia."], ["url", "http://olson.biz/son"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.168565"], ["updated_at", "2018-12-11 11:53:12.168565"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum enim optio et."], ["info_url", "http://bodetoy.info/kory_kub"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.181555"], ["updated_at", "2018-12-11 11:53:12.181555"], ["developer_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kiehnkeeling.net/dino.thompson"], ["description", "Enim aut ut cumque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.216239"], ["updated_at", "2018-12-11 11:53:12.216239"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem consequuntur amet impedit."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.217764"], ["updated_at", "2018-12-11 11:53:12.217764"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Maiores ipsa mollitia sed."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://green.name/donnie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.231280"], ["updated_at", "2018-12-11 11:53:12.231280"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmeler.org/easter"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.232710"], ["updated_at", "2018-12-11 11:53:12.232710"], ["distributor_id", 1], ["app_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "apps"

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"1"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 8ms (ActiveRecord: 1.0ms)

 (0.2ms)  SELECT COUNT(*) FROM "apps"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eligendi officiis omnis perferendis."], ["url", "http://kuhn.info/roy.reichel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.265300"], ["updated_at", "2018-12-11 11:53:12.265300"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut aut molestiae laboriosam."], ["info_url", "http://kling.biz/keira_rogahn"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.267385"], ["updated_at", "2018-12-11 11:53:12.267385"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://dooleygoldner.org/ken"], ["description", "Fugit laborum ipsa voluptates."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.271604"], ["updated_at", "2018-12-11 11:53:12.271604"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "At sint provident sequi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.272445"], ["updated_at", "2018-12-11 11:53:12.272445"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Aut aliquid inventore est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://towne.io/lakesha.jacobs"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.275113"], ["updated_at", "2018-12-11 11:53:12.275113"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://stamm.org/jenniffer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.276110"], ["updated_at", "2018-12-11 11:53:12.276110"], ["distributor_id", 2], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#destroy as HTML

Parameters: {"id"=>"2"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "apps" WHERE "apps"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut aut nobis officiis."], ["url", "http://grady.info/antione_mills"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.288116"], ["updated_at", "2018-12-11 11:53:12.288116"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut delectus nam dolor."], ["info_url", "http://schuster.biz/freida_dietrich"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.290473"], ["updated_at", "2018-12-11 11:53:12.290473"], ["developer_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://legros.net/bobbie"], ["description", "Rerum reprehenderit qui et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.295025"], ["updated_at", "2018-12-11 11:53:12.295025"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Omnis dolorem deserunt id."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.296041"], ["updated_at", "2018-12-11 11:53:12.296041"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Amet praesentium perspiciatis dignissimos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kertzmann.co/willard_schamberger"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.300248"], ["updated_at", "2018-12-11 11:53:12.300248"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wardweber.net/bart"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.302638"], ["updated_at", "2018-12-11 11:53:12.302638"], ["distributor_id", 3], ["app_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#index as HTML

Rendering apps/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms)

App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."is_live" = $1  [["is_live", "t"]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magni excepturi et quis."], ["url", "http://gutkowski.name/star"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.337663"], ["updated_at", "2018-12-11 11:53:12.337663"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eum vitae rerum doloremque."], ["info_url", "http://kihn.io/lorean_welch"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.339847"], ["updated_at", "2018-12-11 11:53:12.339847"], ["developer_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goodwin.io/marcia"], ["description", "Explicabo illo optio aliquam."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.344224"], ["updated_at", "2018-12-11 11:53:12.344224"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut vel dolor expedita."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.345111"], ["updated_at", "2018-12-11 11:53:12.345111"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Ut sequi consectetur eius."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jakubowski.io/rosaria_rolfson"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.348086"], ["updated_at", "2018-12-11 11:53:12.348086"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://denesik.biz/collene_mann"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.348965"], ["updated_at", "2018-12-11 11:53:12.348965"], ["distributor_id", 4], ["app_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#show as HTML

Parameters: {"id"=>"4"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering apps/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered apps/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repudiandae fuga qui ut."], ["url", "http://gerlach.com/dennis"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.360721"], ["updated_at", "2018-12-11 11:53:12.360721"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ea corrupti veritatis culpa."], ["info_url", "http://braun.net/morton.zboncak"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.362828"], ["updated_at", "2018-12-11 11:53:12.362828"], ["developer_id", 5]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wisozkbeahan.org/alonzo"], ["description", "Nam id ipsa veniam."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.371650"], ["updated_at", "2018-12-11 11:53:12.371650"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis numquam veniam cumque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.372825"], ["updated_at", "2018-12-11 11:53:12.372825"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Veritatis inventore aut qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://blickcremin.org/melvin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.377316"], ["updated_at", "2018-12-11 11:53:12.377316"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rau.biz/refugio_okon"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.379105"], ["updated_at", "2018-12-11 11:53:12.379105"], ["distributor_id", 5], ["app_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Tempore sit explicabo excepturi.", "info_url"=>"http://leannon.io/nydia", "is_live"=>"true", "name"=>"app_name"}, "id"=>"5"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.7ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
SQL (0.5ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Tempore sit explicabo excepturi."], ["info_url", "http://leannon.io/nydia"], ["updated_at", "2018-12-11 11:53:12.394875"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/5 Completed 302 Found in 14ms (ActiveRecord: 1.7ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Expedita officia aut voluptatibus."], ["url", "http://friesen.biz/cherrie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.402949"], ["updated_at", "2018-12-11 11:53:12.402949"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quisquam corrupti aperiam ea."], ["info_url", "http://bahringerhomenick.co/bong.ledner"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.405126"], ["updated_at", "2018-12-11 11:53:12.405126"], ["developer_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rempel.io/charie.nicolas"], ["description", "Odio officiis velit neque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.409563"], ["updated_at", "2018-12-11 11:53:12.409563"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam saepe esse tenetur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.410510"], ["updated_at", "2018-12-11 11:53:12.410510"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Et accusantium voluptatem soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ritchiereilly.io/nicolasa_hansen"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.413270"], ["updated_at", "2018-12-11 11:53:12.413270"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hettinger.io/jodie.heidenreich"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.414164"], ["updated_at", "2018-12-11 11:53:12.414164"], ["distributor_id", 6], ["app_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Suscipit cupiditate nisi commodi.", "info_url"=>"http://murray.io/zenia_stamm", "is_live"=>"true", "name"=>"app_name"}, "id"=>"6"}
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Suscipit cupiditate nisi commodi."], ["info_url", "http://murray.io/zenia_stamm"], ["updated_at", "2018-12-11 11:53:12.420422"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/6 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)

App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos est beatae itaque."], ["url", "http://reichel.biz/shanda"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.428794"], ["updated_at", "2018-12-11 11:53:12.428794"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusamus incidunt voluptatibus quam."], ["info_url", "http://legroswiegand.info/jules"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.433830"], ["updated_at", "2018-12-11 11:53:12.433830"], ["developer_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://doyle.com/glenn"], ["description", "Et sed quia et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.439341"], ["updated_at", "2018-12-11 11:53:12.439341"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi quis est rem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.440424"], ["updated_at", "2018-12-11 11:53:12.440424"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Temporibus rerum natus quibusdam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fisher.co/melda.hammes"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.444888"], ["updated_at", "2018-12-11 11:53:12.444888"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://torp.info/carie_kunde"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:12.446601"], ["updated_at", "2018-12-11 11:53:12.446601"], ["distributor_id", 7], ["app_id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by AppsController#update as HTML

Parameters: {"app"=>{"description"=>"Blanditiis sit illum et.", "info_url"=>"http://boyle.info/virgil", "is_live"=>"true", "name"=>"app_name"}, "id"=>"7"}
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "apps" SET "description" = $1, "info_url" = $2, "updated_at" = $3 WHERE "apps"."id" = $4  [["description", "Blanditiis sit illum et."], ["info_url", "http://boyle.info/virgil"], ["updated_at", "2018-12-11 11:53:12.452651"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/apps/7 Completed 302 Found in 5ms (ActiveRecord: 0.9ms)

 (0.3ms)  ROLLBACK
 (0.4ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/home” for 127.0.0.1 at 2018-12-11 06:53:12 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.6ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (13.5ms)
Rendered components/_navigation.html.haml (25.8ms)
Rendered components/_footer.html.haml (8.6ms)

Completed 200 OK in 787ms (Views: 771.3ms | ActiveRecord: 3.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/” for 127.0.0.1 at 2018-12-11 06:53:13 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (2.4ms)
Rendered components/_footer.html.haml (1.3ms)

Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.5ms)

 (0.5ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.4ms)  COMMIT
 (0.3ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://maggio.net/shamika"], ["description", "Molestiae est qui id."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.307513"], ["updated_at", "2018-12-11 11:53:13.307513"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui et atque sed."], ["url", "http://simonis.io/charlie_rutherford"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.312044"], ["updated_at", "2018-12-11 11:53:13.312044"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Fuga nihil eius et."], ["info_url", "http://skilesrobel.biz/darcy.windler"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.319404"], ["updated_at", "2018-12-11 11:53:13.319404"], ["developer_id", 8]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt dolor beatae laudantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.321101"], ["updated_at", "2018-12-11 11:53:13.321101"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Itaque pariatur tempore atque."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Asperiores libero quam id."], ["url", "http://nitzsche.name/caren_runte"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.334770"], ["updated_at", "2018-12-11 11:53:13.334770"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Distinctio molestias fuga veritatis."], ["info_url", "http://bruen.org/deja.keeling"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.337521"], ["updated_at", "2018-12-11 11:53:13.337521"], ["developer_id", 9]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutmann.com/christian.grant"], ["description", "Aliquam magni explicabo voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.346692"], ["updated_at", "2018-12-11 11:53:13.346692"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nobis qui nulla voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.348183"], ["updated_at", "2018-12-11 11:53:13.348183"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Qui cumque facilis a."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://mcclure.com/tracy.goyette"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.351414"], ["updated_at", "2018-12-11 11:53:13.351414"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://millerheller.io/keenan.bayer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.352304"], ["updated_at", "2018-12-11 11:53:13.352304"], ["distributor_id", 8], ["app_id", 9]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moore.info/walter_bartell"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.359971"], ["updated_at", "2018-12-11 11:53:13.359971"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus molestias repellendus qui."], ["url", "http://gibson.net/brooke"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.363766"], ["updated_at", "2018-12-11 11:53:13.363766"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Numquam vero inventore officiis."], ["info_url", "http://raugrady.name/jinny"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.366784"], ["updated_at", "2018-12-11 11:53:13.366784"], ["developer_id", 10]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hansen.co/beatris"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.368056"], ["updated_at", "2018-12-11 11:53:13.368056"], ["distributor_id", 9], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Consequatur id eveniet labore."], ["url", "http://kris.info/travis"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.372240"], ["updated_at", "2018-12-11 11:53:13.372240"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur vel omnis eum."], ["info_url", "http://gutmann.io/darryl.runte"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.375292"], ["updated_at", "2018-12-11 11:53:13.375292"], ["developer_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runtecronin.com/lacresha.reilly"], ["description", "Aut fugiat id perferendis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.380678"], ["updated_at", "2018-12-11 11:53:13.380678"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et ut dolore dolorum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.383709"], ["updated_at", "2018-12-11 11:53:13.383709"], ["app_id", 11], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Quibusdam laboriosam aut occaecati."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://altenwerth.com/chantell.oreilly"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.388872"], ["updated_at", "2018-12-11 11:53:13.388872"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://watsicaohara.co/taneka"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.389964"], ["updated_at", "2018-12-11 11:53:13.389964"], ["distributor_id", 10], ["app_id", 11]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://dubuquehermann.biz/vita"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.393333"], ["updated_at", "2018-12-11 11:53:13.393333"], ["distributor_id", 9], ["app_id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "distributor_links"

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"11"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 11], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 11]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributor_links"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://spinka.org/dale"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.404386"], ["updated_at", "2018-12-11 11:53:13.404386"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dignissimos illum dolorem molestias."], ["url", "http://jones.info/michel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.408474"], ["updated_at", "2018-12-11 11:53:13.408474"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eaque et repellendus exercitationem."], ["info_url", "http://ernseroconner.co/antwan"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.411354"], ["updated_at", "2018-12-11 11:53:13.411354"], ["developer_id", 12]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nienow.com/kathrine"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.412363"], ["updated_at", "2018-12-11 11:53:13.412363"], ["distributor_id", 11], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Omnis autem debitis dolor."], ["url", "http://hauck.io/vaughn.walter"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.416316"], ["updated_at", "2018-12-11 11:53:13.416316"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ab et est consequatur."], ["info_url", "http://schultzpfeffer.io/lanita_hintz"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.419015"], ["updated_at", "2018-12-11 11:53:13.419015"], ["developer_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mclaughlinschinner.com/milford_steuber"], ["description", "Magnam voluptas tempore iure."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.424339"], ["updated_at", "2018-12-11 11:53:13.424339"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Modi perspiciatis officiis quis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.425534"], ["updated_at", "2018-12-11 11:53:13.425534"], ["app_id", 13], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Rerum dolores atque hic."]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://wolffglover.info/salvatore"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.431765"], ["updated_at", "2018-12-11 11:53:13.431765"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cain.biz/rozella"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.432962"], ["updated_at", "2018-12-11 11:53:13.432962"], ["distributor_id", 12], ["app_id", 13]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schamberger.org/lindsay"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.434877"], ["updated_at", "2018-12-11 11:53:13.434877"], ["distributor_id", 11], ["app_id", 13]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#destroy as HTML

Parameters: {"id"=>"14"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 14], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributor_links" WHERE "distributor_links"."id" = $1  [["id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://crooksoreilly.io/babara.kreiger"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.445220"], ["updated_at", "2018-12-11 11:53:13.445220"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Minima eum dicta iure."], ["url", "http://goyette.org/millie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.449292"], ["updated_at", "2018-12-11 11:53:13.449292"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dignissimos eaque necessitatibus voluptas."], ["info_url", "http://oconner.net/cathryn.larson"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.452343"], ["updated_at", "2018-12-11 11:53:13.452343"], ["developer_id", 14]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://tremblay.net/anthony_kuvalis"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.453412"], ["updated_at", "2018-12-11 11:53:13.453412"], ["distributor_id", 13], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Hic ut est exercitationem."], ["url", "http://hicklepfannerstill.net/rae"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.457075"], ["updated_at", "2018-12-11 11:53:13.457075"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum esse voluptatem nisi."], ["info_url", "http://gulgowski.com/rodger_crooks"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.458878"], ["updated_at", "2018-12-11 11:53:13.458878"], ["developer_id", 15]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://millerhauck.co/chantell_wiegand"], ["description", "Qui nostrum perferendis laudantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.464585"], ["updated_at", "2018-12-11 11:53:13.464585"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum cum provident quidem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.465835"], ["updated_at", "2018-12-11 11:53:13.465835"], ["app_id", 15], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Voluptatem sunt odio laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cremingislason.co/major"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.469132"], ["updated_at", "2018-12-11 11:53:13.469132"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://sawayn.org/lakenya"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.470300"], ["updated_at", "2018-12-11 11:53:13.470300"], ["distributor_id", 14], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://price.io/ileana.lind"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.472252"], ["updated_at", "2018-12-11 11:53:13.472252"], ["distributor_id", 13], ["app_id", 15]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#show as HTML

Parameters: {"id"=>"17"}
DistributorLink Load (0.4ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Rendering distributor_links/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributor_links/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://okeefe.com/oren.bailey"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.497675"], ["updated_at", "2018-12-11 11:53:13.497675"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam reiciendis qui quia."], ["url", "http://murazik.co/shantay"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.501455"], ["updated_at", "2018-12-11 11:53:13.501455"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut officiis vitae debitis."], ["info_url", "http://kuphal.org/eldridge"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.504589"], ["updated_at", "2018-12-11 11:53:13.504589"], ["developer_id", 16]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://herman.com/erline"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.505795"], ["updated_at", "2018-12-11 11:53:13.505795"], ["distributor_id", 15], ["app_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet in saepe quo."], ["url", "http://harberhansen.io/abraham"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.510342"], ["updated_at", "2018-12-11 11:53:13.510342"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis magni et iure."], ["info_url", "http://joneslebsack.info/livia_vonrueden"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.512945"], ["updated_at", "2018-12-11 11:53:13.512945"], ["developer_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schiller.io/kandace"], ["description", "Molestiae nesciunt sit et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.518241"], ["updated_at", "2018-12-11 11:53:13.518241"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eaque enim fugiat beatae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.519542"], ["updated_at", "2018-12-11 11:53:13.519542"], ["app_id", 17], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Porro aut voluptates voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://raynor.biz/mariano.abbott"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.524169"], ["updated_at", "2018-12-11 11:53:13.524169"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://luettgenkautzer.co/virgen"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.527784"], ["updated_at", "2018-12-11 11:53:13.527784"], ["distributor_id", 16], ["app_id", 17]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://parisian.biz/yuki.thiel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.531016"], ["updated_at", "2018-12-11 11:53:13.531016"], ["distributor_id", 15], ["app_id", 17]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://jacobsbatz.io/conrad_wiegand"}, "id"=>"20"}
DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://jacobsbatz.io/conrad_wiegand"], ["updated_at", "2018-12-11 11:53:13.542266"], ["id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/20 Completed 302 Found in 9ms (ActiveRecord: 1.5ms)

DistributorLink Load (0.3ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schamberger.net/wilford.barrows"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.553592"], ["updated_at", "2018-12-11 11:53:13.553592"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum adipisci ipsa sint."], ["url", "http://sipesrunolfon.info/curt"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.560325"], ["updated_at", "2018-12-11 11:53:13.560325"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati qui et aliquam."], ["info_url", "http://donnellybrekke.co/shanti.muller"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.567405"], ["updated_at", "2018-12-11 11:53:13.567405"], ["developer_id", 18]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobs.info/morgan"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.569735"], ["updated_at", "2018-12-11 11:53:13.569735"], ["distributor_id", 17], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet quas qui suscipit."], ["url", "http://rowe.biz/bea"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.577889"], ["updated_at", "2018-12-11 11:53:13.577889"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique asperiores temporibus ea."], ["info_url", "http://shanahanheel.net/monroe"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.581084"], ["updated_at", "2018-12-11 11:53:13.581084"], ["developer_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gutmann.name/sean"], ["description", "Recusandae nemo voluptatem sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.592244"], ["updated_at", "2018-12-11 11:53:13.592244"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et qui ut molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.593582"], ["updated_at", "2018-12-11 11:53:13.593582"], ["app_id", 19], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "Occaecati dolor aut quia."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://tremblay.net/claude"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.597520"], ["updated_at", "2018-12-11 11:53:13.597520"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://maggio.co/bradley"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.598870"], ["updated_at", "2018-12-11 11:53:13.598870"], ["distributor_id", 18], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://nitzsche.biz/latrice"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.601063"], ["updated_at", "2018-12-11 11:53:13.601063"], ["distributor_id", 17], ["app_id", 19]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://turcotteschroeder.info/brenton_schmidt"}, "id"=>"23"}
DistributorLink Load (0.8ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://turcotteschroeder.info/brenton_schmidt"], ["updated_at", "2018-12-11 11:53:13.611933"], ["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/23 Completed 302 Found in 8ms (ActiveRecord: 1.9ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ziemekovacek.name/margarite"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.621235"], ["updated_at", "2018-12-11 11:53:13.621235"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sit iure est sed."], ["url", "http://romaguera.com/cameron_littel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.628559"], ["updated_at", "2018-12-11 11:53:13.628559"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (1.1ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquid delectus aut facere."], ["info_url", "http://moriettedach.biz/martin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.636519"], ["updated_at", "2018-12-11 11:53:13.636519"], ["developer_id", 20]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ullrich.info/elisha"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.638758"], ["updated_at", "2018-12-11 11:53:13.638758"], ["distributor_id", 19], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatem sed iusto laborum."], ["url", "http://metz.co/aileen_barton"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.645902"], ["updated_at", "2018-12-11 11:53:13.645902"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente consequatur iusto nobis."], ["info_url", "http://cummeratagulgowski.io/alfredo.kub"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.648602"], ["updated_at", "2018-12-11 11:53:13.648602"], ["developer_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://upton.biz/agnus_rath"], ["description", "Facere et est molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.654776"], ["updated_at", "2018-12-11 11:53:13.654776"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et atque vero temporibus."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.655676"], ["updated_at", "2018-12-11 11:53:13.655676"], ["app_id", 21], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Ipsam occaecati corrupti mollitia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://howedouglas.name/florencia.fritsch"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.659518"], ["updated_at", "2018-12-11 11:53:13.659518"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kunze.org/kelly.rodriguez"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.660715"], ["updated_at", "2018-12-11 11:53:13.660715"], ["distributor_id", 20], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://rempel.co/jamel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.662781"], ["updated_at", "2018-12-11 11:53:13.662781"], ["distributor_id", 19], ["app_id", 21]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorLinksController#update as HTML

Parameters: {"distributor_link"=>{"is_live"=>"true", "link"=>"http://hayesryan.info/myles_lindgren"}, "id"=>"26"}
DistributorLink Load (0.2ms)  SELECT  "distributor_links".* FROM "distributor_links" WHERE "distributor_links"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]

Unpermitted parameter: :is_live

 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 21], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "distributor_links" SET "link" = $1, "updated_at" = $2 WHERE "distributor_links"."id" = $3  [["link", "http://hayesryan.info/myles_lindgren"], ["updated_at", "2018-12-11 11:53:13.672335"], ["id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributor_links/26 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corrupti sit excepturi dignissimos."], ["url", "http://daugherty.net/roman"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.679545"], ["updated_at", "2018-12-11 11:53:13.679545"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#show as HTML

Parameters: {"id"=>"22"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
App Load (0.3ms)  SELECT "apps".* FROM "apps" WHERE "apps"."developer_id" = $1  [["developer_id", 22]]
Rendering developers/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 31ms (Views: 17.5ms | ActiveRecord: 0.4ms)

 (0.8ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sequi ab et non."], ["url", "http://mraz.org/jere"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.720878"], ["updated_at", "2018-12-11 11:53:13.720878"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#index as HTML

Rendering developers/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered developers/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)

Developer Load (0.3ms)  SELECT "developers".* FROM "developers" WHERE "developers"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iste aut eligendi harum."], ["url", "http://stracke.biz/robby"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.737620"], ["updated_at", "2018-12-11 11:53:13.737620"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"24"}
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 24]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 4ms (ActiveRecord: 1.1ms)

 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui quia sit sed."], ["url", "http://fritsch.org/jerrod"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.754039"], ["updated_at", "2018-12-11 11:53:13.754039"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "developers"

Processing by DevelopersController#destroy as HTML

Parameters: {"id"=>"25"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "developers" WHERE "developers"."id" = $1  [["id", 25]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "developers"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Numquam optio quia omnis."], ["url", "http://schoen.co/octavio"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.770204"], ["updated_at", "2018-12-11 11:53:13.770204"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Reprehenderit error delectus repudiandae.", "is_live"=>"true", "logo_image_url"=>"http://rodriguez.net/christopher", "name"=>"developer_name", "url"=>"http://kundebode.co/leora"}, "id"=>"26"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Reprehenderit error delectus repudiandae."], ["url", "http://kundebode.co/leora"], ["logo_image_url", nil], ["updated_at", "2018-12-11 11:53:13.783698"], ["id", 26]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/26 Completed 302 Found in 8ms (ActiveRecord: 1.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quisquam libero esse ut."], ["url", "http://kaulkedurgan.co/lucio"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.796575"], ["updated_at", "2018-12-11 11:53:13.796575"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Sit id ad sit.", "is_live"=>"true", "logo_image_url"=>"http://schaefer.co/nigel_aufderhar", "name"=>"developer_name", "url"=>"http://stanton.net/carlos_gaylord"}, "id"=>"27"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Sit id ad sit."], ["url", "http://stanton.net/carlos_gaylord"], ["logo_image_url", nil], ["updated_at", "2018-12-11 11:53:13.806986"], ["id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/27 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Totam eius in aut."], ["url", "http://hintzbartoletti.biz/alvaro.heaney"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.816261"], ["updated_at", "2018-12-11 11:53:13.816261"], ["logo_image_url", nil]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1

Processing by DevelopersController#update as HTML

Parameters: {"developer"=>{"description"=>"Expedita voluptas nihil a.", "is_live"=>"true", "logo_image_url"=>"http://considine.org/barney", "name"=>"developer_name", "url"=>"http://pollich.io/brad"}, "id"=>"28"}
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "developers" SET "description" = $1, "url" = $2, "logo_image_url" = $3, "updated_at" = $4 WHERE "developers"."id" = $5  [["description", "Expedita voluptas nihil a."], ["url", "http://pollich.io/brad"], ["logo_image_url", nil], ["updated_at", "2018-12-11 11:53:13.829393"], ["id", 28]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/developers/28 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)

Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://raynorgrimes.info/alene"], ["description", "Corporis consequatur eos error."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.867390"], ["updated_at", "2018-12-11 11:53:13.867390"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vitae aut assumenda quibusdam."], ["url", "http://baumbach.name/moshe.balistreri"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.873731"], ["updated_at", "2018-12-11 11:53:13.873731"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iste aut facilis eius."], ["info_url", "http://macejkovicstamm.io/wilford.mills"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.878605"], ["updated_at", "2018-12-11 11:53:13.878605"], ["developer_id", 29]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel enim consequatur et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.880113"], ["updated_at", "2018-12-11 11:53:13.880113"], ["app_id", 22], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Hic facere deserunt blanditiis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Illo sapiente recusandae debitis."], ["url", "http://mueller.net/porfirio"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.887769"], ["updated_at", "2018-12-11 11:53:13.887769"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Hic mollitia consectetur aspernatur."], ["info_url", "http://gleichnerauer.com/foster.jerde"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.890703"], ["updated_at", "2018-12-11 11:53:13.890703"], ["developer_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://nolan.net/edgar_rosenbaum"], ["description", "Mollitia magnam sed libero."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.897137"], ["updated_at", "2018-12-11 11:53:13.897137"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolorem fugiat porro quos."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.898319"], ["updated_at", "2018-12-11 11:53:13.898319"], ["app_id", 23], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Non consectetur et amet."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://beier.org/antwan.weber"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.901749"], ["updated_at", "2018-12-11 11:53:13.901749"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://weber.io/manuel_shields"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.902925"], ["updated_at", "2018-12-11 11:53:13.902925"], ["distributor_id", 21], ["app_id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Rerum distinctio similique non."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.906039"], ["updated_at", "2018-12-11 11:53:13.906039"], ["app_id", 23], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Occaecati aut repellendus quibusdam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reillylarson.info/paulina"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.919299"], ["updated_at", "2018-12-11 11:53:13.919299"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Vel voluptates quia vitae."], ["url", "http://grant.org/mireille"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.931074"], ["updated_at", "2018-12-11 11:53:13.931074"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quasi harum repellendus ipsa."], ["info_url", "http://volkman.org/jeffry_nikolaus"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.934219"], ["updated_at", "2018-12-11 11:53:13.934219"], ["developer_id", 31]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://maggio.name/dudley_wyman"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.935261"], ["updated_at", "2018-12-11 11:53:13.935261"], ["distributor_id", 22], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://rauritchie.biz/sherly.cormier", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"22"}
Distributor Load (0.5ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 22], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://rauritchie.biz/sherly.cormier"], ["updated_at", "2018-12-11 11:53:13.944251"], ["id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/22 Completed 302 Found in 6ms (ActiveRecord: 1.0ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reichel.org/carmen_sipes"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.951023"], ["updated_at", "2018-12-11 11:53:13.951023"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure libero error quisquam."], ["url", "http://bailey.com/hung_roberts"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.955452"], ["updated_at", "2018-12-11 11:53:13.955452"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aliquam voluptates provident occaecati."], ["info_url", "http://moore.io/ellan_leffler"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.958488"], ["updated_at", "2018-12-11 11:53:13.958488"], ["developer_id", 32]]
SQL (0.6ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://maggio.co/madlyn.quitzon"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.959605"], ["updated_at", "2018-12-11 11:53:13.959605"], ["distributor_id", 23], ["app_id", 25]]
 (0.6ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://smithamritchie.info/elouise", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"23"}
Distributor Load (0.3ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 23], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://smithamritchie.info/elouise"], ["updated_at", "2018-12-11 11:53:13.967052"], ["id", 23]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/23 Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kohler.name/etta.champlin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.972565"], ["updated_at", "2018-12-11 11:53:13.972565"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Impedit dolore nemo architecto."], ["url", "http://glover.com/natalia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.977579"], ["updated_at", "2018-12-11 11:53:13.977579"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem quod nesciunt perspiciatis."], ["info_url", "http://balistreri.org/karl.greenfelder"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.980870"], ["updated_at", "2018-12-11 11:53:13.980870"], ["developer_id", 33]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wunschgorczany.com/tyrell.wintheiser"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.981969"], ["updated_at", "2018-12-11 11:53:13.981969"], ["distributor_id", 24], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#update as HTML

Parameters: {"distributor"=>{"badge_image_url"=>"http://koelpin.name/maria", "icon_id"=>"apple", "is_live"=>"true", "name"=>"distributor_name"}, "id"=>"24"}
Distributor Load (0.6ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.7ms)  UPDATE "distributors" SET "badge_image_url" = $1, "updated_at" = $2 WHERE "distributors"."id" = $3  [["badge_image_url", "http://koelpin.name/maria"], ["updated_at", "2018-12-11 11:53:13.989869"], ["id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors/24 Completed 302 Found in 8ms (ActiveRecord: 2.0ms)

Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kovacek.org/lionel_miller"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:13.998024"], ["updated_at", "2018-12-11 11:53:13.998024"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias nostrum amet quae."], ["url", "http://funk.biz/harris"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.002484"], ["updated_at", "2018-12-11 11:53:14.002484"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id cum dicta dolores."], ["info_url", "http://williamson.info/deetta"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.005817"], ["updated_at", "2018-12-11 11:53:14.005817"], ["developer_id", 34]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hoeger.org/lester.auer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.007007"], ["updated_at", "2018-12-11 11:53:14.007007"], ["distributor_id", 25], ["app_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "distributors"

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"25"}
Distributor Load (0.9ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 25], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 25]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 4ms (ActiveRecord: 1.4ms)

 (0.2ms)  SELECT COUNT(*) FROM "distributors"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rath.org/aron"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.018638"], ["updated_at", "2018-12-11 11:53:14.018638"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Provident et quia dolorem."], ["url", "http://borer.name/edwin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.022956"], ["updated_at", "2018-12-11 11:53:14.022956"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et ut maxime enim."], ["info_url", "http://lehnerortiz.info/gregory.kemmer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.027618"], ["updated_at", "2018-12-11 11:53:14.027618"], ["developer_id", 35]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://beier.net/ferdinand_quigley"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.028915"], ["updated_at", "2018-12-11 11:53:14.028915"], ["distributor_id", 26], ["app_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#destroy as HTML

Parameters: {"id"=>"26"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "distributors" WHERE "distributors"."id" = $1  [["id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/distributors Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.6ms)  BEGIN
 (0.4ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://fisherwehner.net/edra_mcglynn"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.040436"], ["updated_at", "2018-12-11 11:53:14.040436"], ["icon_id", "apple"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum nisi dolores laboriosam."], ["url", "http://schowalter.io/enid_cruickshank"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.045302"], ["updated_at", "2018-12-11 11:53:14.045302"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sint dolores voluptate et."], ["info_url", "http://abbott.com/tyree.rutherford"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.049281"], ["updated_at", "2018-12-11 11:53:14.049281"], ["developer_id", 36]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://mraz.net/matthew_brakus"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.050509"], ["updated_at", "2018-12-11 11:53:14.050509"], ["distributor_id", 27], ["app_id", 29]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#index as HTML

Rendering distributors/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)

Distributor Load (0.2ms)  SELECT "distributors".* FROM "distributors" WHERE "distributors"."is_live" = $1  [["is_live", "t"]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://lesch.name/eilene_stanton"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.075082"], ["updated_at", "2018-12-11 11:53:14.075082"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Excepturi vel eligendi sapiente."], ["url", "http://gerlach.info/johnson_gorczany"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.078924"], ["updated_at", "2018-12-11 11:53:14.078924"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quod voluptatem est recusandae."], ["info_url", "http://stark.io/herschel_wiza"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.081833"], ["updated_at", "2018-12-11 11:53:14.081833"], ["developer_id", 37]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://purdyroberts.com/callie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.083005"], ["updated_at", "2018-12-11 11:53:14.083005"], ["distributor_id", 28], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by DistributorsController#show as HTML

Parameters: {"id"=>"28"}
Distributor Load (0.2ms)  SELECT  "distributors".* FROM "distributors" WHERE "distributors"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Rendering distributors/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered distributors/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://baumbach.biz/kelsie.bradtke"], ["description", "Sit facilis tenetur exercitationem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.095421"], ["updated_at", "2018-12-11 11:53:14.095421"]]
 (0.8ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed rerum iure ipsam."], ["url", "http://hoppe.io/shenita"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.104340"], ["updated_at", "2018-12-11 11:53:14.104340"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tenetur repudiandae suscipit saepe."], ["info_url", "http://gleichnerjaskolski.org/grady.anderson"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.110671"], ["updated_at", "2018-12-11 11:53:14.110671"], ["developer_id", 38]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quam architecto expedita inventore."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.112541"], ["updated_at", "2018-12-11 11:53:14.112541"], ["app_id", 31], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Delectus vero aut et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Rerum occaecati unde dolores."], ["url", "http://kutchlangosh.co/gaston_hagenes"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.117169"], ["updated_at", "2018-12-11 11:53:14.117169"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sapiente iure quas natus."], ["info_url", "http://fisher.biz/alphonse_carter"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.123375"], ["updated_at", "2018-12-11 11:53:14.123375"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kovacek.co/marty"], ["description", "Eaque voluptatibus cupiditate vel."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.130360"], ["updated_at", "2018-12-11 11:53:14.130360"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam voluptates est adipisci."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.131536"], ["updated_at", "2018-12-11 11:53:14.131536"], ["app_id", 32], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Blanditiis cumque aut excepturi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hilllbrakus.name/john"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.134772"], ["updated_at", "2018-12-11 11:53:14.134772"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brown.io/christoper_satterfield"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.135787"], ["updated_at", "2018-12-11 11:53:14.135787"], ["distributor_id", 29], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Possimus aliquid officiis dolor."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.138719"], ["updated_at", "2018-12-11 11:53:14.138719"], ["app_id", 32], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Quia sit nemo nam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ullam excepturi quaerat tempore."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.142048"], ["updated_at", "2018-12-11 11:53:14.142048"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ab eos necessitatibus deleniti."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "testimonials"

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"1"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonials"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://shieldsgislason.info/errol"], ["description", "Ut iusto harum in."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.153283"], ["updated_at", "2018-12-11 11:53:14.153283"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptatibus tempore et id."], ["url", "http://king.name/evelina_kirlin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.157336"], ["updated_at", "2018-12-11 11:53:14.157336"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit eaque voluptas eius."], ["info_url", "http://pouros.info/babette"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.161937"], ["updated_at", "2018-12-11 11:53:14.161937"], ["developer_id", 40]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore illo eum corporis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.163113"], ["updated_at", "2018-12-11 11:53:14.163113"], ["app_id", 33], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Sed repudiandae maiores facilis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Deserunt a nulla blanditiis."], ["url", "http://nikolausmacgyver.info/noel_cummings"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.169721"], ["updated_at", "2018-12-11 11:53:14.169721"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illum asperiores et perspiciatis."], ["info_url", "http://von.co/marshall_ondricka"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.172136"], ["updated_at", "2018-12-11 11:53:14.172136"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crist.biz/merry.connelly"], ["description", "Accusamus est iure nihil."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.177270"], ["updated_at", "2018-12-11 11:53:14.177270"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas itaque qui sequi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.178349"], ["updated_at", "2018-12-11 11:53:14.178349"], ["app_id", 34], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Excepturi porro error sequi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schaden.name/maryland"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.181258"], ["updated_at", "2018-12-11 11:53:14.181258"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bogan.org/rebekah"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.182111"], ["updated_at", "2018-12-11 11:53:14.182111"], ["distributor_id", 30], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minima iste debitis molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.184679"], ["updated_at", "2018-12-11 11:53:14.184679"], ["app_id", 34], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Qui temporibus quasi voluptates."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Consequatur nihil nam asperiores."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.187685"], ["updated_at", "2018-12-11 11:53:14.187685"], ["works_with_id", 24], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Et deleniti beatae rerum."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#destroy as HTML

Parameters: {"id"=>"2"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonials" WHERE "testimonials"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rooboberbrunner.co/stacey.waters"], ["description", "Temporibus architecto illo cum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.195894"], ["updated_at", "2018-12-11 11:53:14.195894"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iusto ad ipsam impedit."], ["url", "http://bins.org/jerold"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.199508"], ["updated_at", "2018-12-11 11:53:14.199508"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Minima veritatis non deleniti."], ["info_url", "http://damorestokes.com/sun"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.204179"], ["updated_at", "2018-12-11 11:53:14.204179"], ["developer_id", 42]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga rem alias et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.205609"], ["updated_at", "2018-12-11 11:53:14.205609"], ["app_id", 35], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Qui velit fugiat sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.0ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut ea rem nulla."], ["url", "http://rennerbatz.net/lorilee_mcglynn"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.210188"], ["updated_at", "2018-12-11 11:53:14.210188"], ["logo_image_url", nil]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Sit assumenda perferendis mollitia."], ["info_url", "http://parker.org/nicky"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.214809"], ["updated_at", "2018-12-11 11:53:14.214809"], ["developer_id", 43]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://emmerichprohaska.biz/genna"], ["description", "Laborum doloremque culpa accusamus."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.219727"], ["updated_at", "2018-12-11 11:53:14.219727"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis culpa neque accusantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.220855"], ["updated_at", "2018-12-11 11:53:14.220855"], ["app_id", 36], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Voluptatem et et reiciendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hilpert.info/laverne.thiel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.223934"], ["updated_at", "2018-12-11 11:53:14.223934"], ["icon_id", "apple"]]
SQL (0.5ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schmidtlang.io/nolan_muller"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.225569"], ["updated_at", "2018-12-11 11:53:14.225569"], ["distributor_id", 31], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est facere quae ea."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.228953"], ["updated_at", "2018-12-11 11:53:14.228953"], ["app_id", 36], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Tempora provident beatae iste."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Facilis accusantium dolor autem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.232045"], ["updated_at", "2018-12-11 11:53:14.232045"], ["works_with_id", 27], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Culpa asperiores porro dicta."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#show as HTML

Parameters: {"id"=>"3"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
Rendering testimonials/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/show.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bergnaumzulauf.name/chester"], ["description", "Ut et ut qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.264681"], ["updated_at", "2018-12-11 11:53:14.264681"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Enim sunt molestiae quia."], ["url", "http://batzadams.net/beckie.weber"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.269522"], ["updated_at", "2018-12-11 11:53:14.269522"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Culpa quia nesciunt ipsa."], ["info_url", "http://walkerpouros.net/leota"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.273586"], ["updated_at", "2018-12-11 11:53:14.273586"], ["developer_id", 44]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nemo earum et totam."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.274832"], ["updated_at", "2018-12-11 11:53:14.274832"], ["app_id", 37], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Cum alias velit delectus."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corrupti ducimus ut unde."], ["url", "http://pollich.com/travis.boehm"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.283307"], ["updated_at", "2018-12-11 11:53:14.283307"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolores necessitatibus explicabo totam."], ["info_url", "http://boyle.info/horacio"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.286359"], ["updated_at", "2018-12-11 11:53:14.286359"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hanepagac.io/alec"], ["description", "Optio aspernatur sequi dolorem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.291597"], ["updated_at", "2018-12-11 11:53:14.291597"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cum eligendi quo qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.292681"], ["updated_at", "2018-12-11 11:53:14.292681"], ["app_id", 38], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Enim ut tenetur quas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://cain.co/felicitas"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.295650"], ["updated_at", "2018-12-11 11:53:14.295650"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://zieme.name/cindy_spinka"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.297040"], ["updated_at", "2018-12-11 11:53:14.297040"], ["distributor_id", 32], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione ea quae non."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.300820"], ["updated_at", "2018-12-11 11:53:14.300820"], ["app_id", 38], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Earum quaerat velit voluptate."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Minus nihil ut sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.305132"], ["updated_at", "2018-12-11 11:53:14.305132"], ["works_with_id", 30], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Laudantium nostrum qui nam."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Qui cupiditate sed enim.", "is_live"=>"true", "promo_image_url"=>"http://hilll.co/elden_walker", "promo_text"=>"Commodi vel totam id.", "publish_date"=>"2018-12-10", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"4"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Qui cupiditate sed enim."], ["promo_text", "Commodi vel totam id."], ["promo_image_url", nil], ["updated_at", "2018-12-11 11:53:14.316892"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/4 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mclaughlin.com/elisha_howell"], ["description", "Temporibus voluptatem numquam eligendi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.323446"], ["updated_at", "2018-12-11 11:53:14.323446"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Harum ipsam voluptas fuga."], ["url", "http://bergstrom.name/ulyes"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.327423"], ["updated_at", "2018-12-11 11:53:14.327423"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Modi voluptatem minus maxime."], ["info_url", "http://kreiger.biz/harrison"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.331192"], ["updated_at", "2018-12-11 11:53:14.331192"], ["developer_id", 46]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit modi beatae ab."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.332805"], ["updated_at", "2018-12-11 11:53:14.332805"], ["app_id", 39], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Sint voluptatem tempora non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laboriosam facilis ullam architecto."], ["url", "http://zemlakgaylord.name/tyrone"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.338321"], ["updated_at", "2018-12-11 11:53:14.338321"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et impedit iusto ratione."], ["info_url", "http://rice.org/eldon"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.340428"], ["updated_at", "2018-12-11 11:53:14.340428"], ["developer_id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sanfordbosco.co/pamella"], ["description", "Eum deleniti est voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.348750"], ["updated_at", "2018-12-11 11:53:14.348750"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut dolorem cumque harum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.350356"], ["updated_at", "2018-12-11 11:53:14.350356"], ["app_id", 40], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Tenetur voluptas aut consequatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reinger.info/nathanial_robel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.354260"], ["updated_at", "2018-12-11 11:53:14.354260"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://bayer.info/anglea_rogahn"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.355614"], ["updated_at", "2018-12-11 11:53:14.355614"], ["distributor_id", 33], ["app_id", 40]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique necessitatibus possimus nisi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.358595"], ["updated_at", "2018-12-11 11:53:14.358595"], ["app_id", 40], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Vel adipisci ab labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Nisi explicabo voluptas architecto."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.361880"], ["updated_at", "2018-12-11 11:53:14.361880"], ["works_with_id", 33], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Autem et nulla sequi."], ["publish_date", "2018-12-10"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Aut omnis aut et.", "is_live"=>"true", "promo_image_url"=>"http://lang.io/carrol_green", "promo_text"=>"Qui quasi iusto minima.", "publish_date"=>"2018-12-10", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"5"}
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 33], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 40], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 26], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Aut omnis aut et."], ["promo_text", "Qui quasi iusto minima."], ["promo_image_url", nil], ["updated_at", "2018-12-11 11:53:14.371916"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/5 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kiehnthompson.info/ana.prosacco"], ["description", "Saepe corrupti nisi ab."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.419405"], ["updated_at", "2018-12-11 11:53:14.419405"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut sed aliquam suscipit."], ["url", "http://ankunding.co/spencer.murazik"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.425644"], ["updated_at", "2018-12-11 11:53:14.425644"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut a aut eos."], ["info_url", "http://botsford.co/christiane"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.429456"], ["updated_at", "2018-12-11 11:53:14.429456"], ["developer_id", 48]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Debitis provident et incidunt."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.430535"], ["updated_at", "2018-12-11 11:53:14.430535"], ["app_id", 41], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Aut nihil hic ut."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nesciunt harum et quisquam."], ["url", "http://bayergusikowski.io/lashawna"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.434147"], ["updated_at", "2018-12-11 11:53:14.434147"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum laudantium necessitatibus consequatur."], ["info_url", "http://hartmann.org/merlin.runolfsdottir"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.435954"], ["updated_at", "2018-12-11 11:53:14.435954"], ["developer_id", 49]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hyatt.biz/winnie.bode"], ["description", "Ut eius non quo."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.440840"], ["updated_at", "2018-12-11 11:53:14.440840"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam optio eum qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.441811"], ["updated_at", "2018-12-11 11:53:14.441811"], ["app_id", 42], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Nulla explicabo voluptatem et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jacobs.biz/nikita_blick"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.444518"], ["updated_at", "2018-12-11 11:53:14.444518"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://donnelly.co/claudio"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.445402"], ["updated_at", "2018-12-11 11:53:14.445402"], ["distributor_id", 34], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Enim maiores recusandae maxime."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.447956"], ["updated_at", "2018-12-11 11:53:14.447956"], ["app_id", 42], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Sint laudantium fuga esse."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Repellendus aut ipsa odio."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.450936"], ["updated_at", "2018-12-11 11:53:14.450936"], ["works_with_id", 36], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Repudiandae quis sint eius."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#update as HTML

Parameters: {"testimonial"=>{"description"=>"Maiores esse nemo voluptatem.", "is_live"=>"true", "promo_image_url"=>"http://hayesmills.com/karma", "promo_text"=>"Dolor unde quia quasi.", "publish_date"=>"2018-12-10", "title"=>"testimonial_title", "video_embed"=>"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"}, "id"=>"6"}
Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 28], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonials" SET "description" = $1, "promo_text" = $2, "promo_image_url" = $3, "updated_at" = $4 WHERE "testimonials"."id" = $5  [["description", "Maiores esse nemo voluptatem."], ["promo_text", "Dolor unde quia quasi."], ["promo_image_url", nil], ["updated_at", "2018-12-11 11:53:14.460081"], ["id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonials/6 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

Testimonial Load (0.2ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sanford.name/janey"], ["description", "Deserunt distinctio nesciunt voluptates."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.466583"], ["updated_at", "2018-12-11 11:53:14.466583"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Corporis quae autem rerum."], ["url", "http://haaghickle.io/jae_deckow"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.470027"], ["updated_at", "2018-12-11 11:53:14.470027"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Libero aut ipsa modi."], ["info_url", "http://conroy.name/oliver"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.473199"], ["updated_at", "2018-12-11 11:53:14.473199"], ["developer_id", 50]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quo reprehenderit vel ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.474189"], ["updated_at", "2018-12-11 11:53:14.474189"], ["app_id", 43], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Est quos numquam dolores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est maxime quia dolore."], ["url", "http://weimannaufderhar.name/randolph"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.477675"], ["updated_at", "2018-12-11 11:53:14.477675"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Saepe error sed natus."], ["info_url", "http://herzogcorkery.io/millicent.quigley"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.479426"], ["updated_at", "2018-12-11 11:53:14.479426"], ["developer_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wolf.org/jacquelyne"], ["description", "Asperiores mollitia sed ea."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.483527"], ["updated_at", "2018-12-11 11:53:14.483527"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minus aspernatur saepe iusto."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.484446"], ["updated_at", "2018-12-11 11:53:14.484446"], ["app_id", 44], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Sint velit corrupti a."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://green.info/janett.kirlin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.487675"], ["updated_at", "2018-12-11 11:53:14.487675"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://ondricka.co/alton_ernser"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.489021"], ["updated_at", "2018-12-11 11:53:14.489021"], ["distributor_id", 35], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui cum eligendi quia."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.491953"], ["updated_at", "2018-12-11 11:53:14.491953"], ["app_id", 44], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Facere dicta repellat nostrum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Commodi dolorem quisquam corrupti."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:14.495159"], ["updated_at", "2018-12-11 11:53:14.495159"], ["works_with_id", 39], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Quo rerum odio quisquam."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialsController#index as HTML

Rendering testimonials/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonials/index.html.haml within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)

Testimonial Load (0.3ms)  SELECT "testimonials".* FROM "testimonials" WHERE "testimonials"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK

Started GET “/” for 127.0.0.1 at 2018-12-11 06:53:16 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.9ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.7ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.4ms)
Rendered components/_navigation.html.haml (3.2ms)
Rendered components/_footer.html.haml (1.6ms)

Completed 200 OK in 28ms (Views: 8.8ms | ActiveRecord: 8.7ms) Started GET “/assets/application-571b179a9cf534bcbde24f0eedfb82f389fcd1d1f9f73d388c235469d4527973.js” for 127.0.0.1 at 2018-12-11 06:53:16 -0500

 (0.2ms)  BEGIN
 (0.3ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.2ms)  COMMIT
 (47.6ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (1.1ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT

Started GET “/” for 127.0.0.1 at 2018-12-11 06:53:17 -0500 Processing by HomeController#index as HTML

Testimonial Load (0.7ms)  SELECT  "testimonials".* FROM "testimonials" ORDER BY "testimonials"."id" DESC LIMIT $1  [["LIMIT", 3]]
WorksWith Load (0.5ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 1]]
Rendering home/index.html.haml within layouts/application
Rendered home/index.html.haml within layouts/application (0.2ms)
Rendered components/_navigation.html.haml (2.1ms)
Rendered components/_footer.html.haml (0.9ms)

Completed 200 OK in 8ms (Views: 4.7ms | ActiveRecord: 1.2ms)

 (0.2ms)  BEGIN
 (1.1ms)  ALTER TABLE "active_admin_comments" DISABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" DISABLE TRIGGER ALL;ALTER TABLE "testimonials" DISABLE TRIGGER ALL;ALTER TABLE "use_cases" DISABLE TRIGGER ALL;ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" DISABLE TRIGGER ALL;ALTER TABLE "admin_users" DISABLE TRIGGER ALL;ALTER TABLE "apps" DISABLE TRIGGER ALL;ALTER TABLE "developers" DISABLE TRIGGER ALL;ALTER TABLE "distributor_links" DISABLE TRIGGER ALL;ALTER TABLE "distributors" DISABLE TRIGGER ALL;ALTER TABLE "example_images" DISABLE TRIGGER ALL;ALTER TABLE "offerings" DISABLE TRIGGER ALL;ALTER TABLE "works_withs" DISABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (2.4ms)            SELECT schemaname || '.' || tablename
        FROM pg_tables
        WHERE
          tablename !~ '_prt_' AND
           tablename <> 'schema_migrations'  AND tablename <> 'ar_internal_metadata'  AND
          schemaname = ANY (current_schemas(false))



 (1.2ms)  select table_name from information_schema.views where table_schema = 'works_with_test'
 (87.1ms)  TRUNCATE TABLE "public"."active_admin_comments", "public"."testimonial_slides", "public"."testimonials", "public"."use_cases", "public"."admin_users", "public"."apps", "public"."developers", "public"."distributor_links", "public"."distributors", "public"."example_images", "public"."offerings", "public"."works_withs" RESTART IDENTITY CASCADE;
 (0.9ms)  BEGIN
 (0.5ms)  ALTER TABLE "active_admin_comments" ENABLE TRIGGER ALL;ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "ar_internal_metadata" ENABLE TRIGGER ALL;ALTER TABLE "testimonial_slides" ENABLE TRIGGER ALL;ALTER TABLE "testimonials" ENABLE TRIGGER ALL;ALTER TABLE "use_cases" ENABLE TRIGGER ALL;ALTER TABLE "admin_users" ENABLE TRIGGER ALL;ALTER TABLE "apps" ENABLE TRIGGER ALL;ALTER TABLE "developers" ENABLE TRIGGER ALL;ALTER TABLE "distributor_links" ENABLE TRIGGER ALL;ALTER TABLE "distributors" ENABLE TRIGGER ALL;ALTER TABLE "example_images" ENABLE TRIGGER ALL;ALTER TABLE "offerings" ENABLE TRIGGER ALL;ALTER TABLE "works_withs" ENABLE TRIGGER ALL
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mclaughlinhammes.biz/evita.dach"], ["description", "Sed accusantium vel voluptas."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.447307"], ["updated_at", "2018-12-11 11:53:17.447307"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Voluptates sunt delectus fugiat."], ["url", "http://bernhard.co/destiny"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.452409"], ["updated_at", "2018-12-11 11:53:17.452409"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptate iusto expedita quidem."], ["info_url", "http://schmitt.info/blair_prohaska"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.457825"], ["updated_at", "2018-12-11 11:53:17.457825"], ["developer_id", 1]]
SQL (1.0ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Corporis dolorem in et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.459606"], ["updated_at", "2018-12-11 11:53:17.459606"], ["app_id", 1], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Ipsam doloribus explicabo quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellat voluptates illum accusamus."], ["url", "http://howe.com/gilbert.armstrong"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.465393"], ["updated_at", "2018-12-11 11:53:17.465393"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quibusdam porro deleniti vel."], ["info_url", "http://kuhic.co/stanley"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.467488"], ["updated_at", "2018-12-11 11:53:17.467488"], ["developer_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cruickshankemmerich.com/jayson"], ["description", "Doloremque et nisi ea."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.474741"], ["updated_at", "2018-12-11 11:53:17.474741"]]
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laudantium quis non rerum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.476290"], ["updated_at", "2018-12-11 11:53:17.476290"], ["app_id", 2], ["offering_id", 2], ["promo_image_url", nil], ["promo_text", "Fugit quod est non."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://considine.name/sergio.blick"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.480472"], ["updated_at", "2018-12-11 11:53:17.480472"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://riceoreilly.name/frank.ruel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.481959"], ["updated_at", "2018-12-11 11:53:17.481959"], ["distributor_id", 1], ["app_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium voluptatem ducimus ipsam."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.485458"], ["updated_at", "2018-12-11 11:53:17.485458"], ["app_id", 2], ["offering_id", 1], ["promo_image_url", nil], ["promo_text", "Dolores ut asperiores error."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Iste consectetur sint qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.488913"], ["updated_at", "2018-12-11 11:53:17.488913"], ["works_with_id", 3], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptatem vero eos eum."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Optio aliquid dolor quaerat."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:53:17.493077"], ["updated_at", "2018-12-11 11:53:17.493077"], ["testimonial_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "testimonial_slides"

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"1"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "testimonial_slides"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://wiza.biz/preston_donnelly"], ["description", "Neque unde quia iusto."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.508428"], ["updated_at", "2018-12-11 11:53:17.508428"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet occaecati in minima."], ["url", "http://feilwalter.net/arlen.weber"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.512990"], ["updated_at", "2018-12-11 11:53:17.512990"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas omnis totam delectus."], ["info_url", "http://bernierwhite.com/reba"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.517142"], ["updated_at", "2018-12-11 11:53:17.517142"], ["developer_id", 3]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatem quas voluptatem eaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.518461"], ["updated_at", "2018-12-11 11:53:17.518461"], ["app_id", 3], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Temporibus ut sed velit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est maxime earum quis."], ["url", "http://bauch.name/lorraine.heidenreich"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.523023"], ["updated_at", "2018-12-11 11:53:17.523023"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aperiam doloremque est assumenda."], ["info_url", "http://hodkiewicz.biz/arletha"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.525580"], ["updated_at", "2018-12-11 11:53:17.525580"], ["developer_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jaskolskidietrich.org/rodrigo"], ["description", "Quas similique ut itaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.532453"], ["updated_at", "2018-12-11 11:53:17.532453"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Laboriosam amet doloremque quis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.533682"], ["updated_at", "2018-12-11 11:53:17.533682"], ["app_id", 4], ["offering_id", 4], ["promo_image_url", nil], ["promo_text", "Quam ipsum sed aspernatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://davis.org/richie.rutherford"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.537345"], ["updated_at", "2018-12-11 11:53:17.537345"], ["icon_id", "apple"]]
SQL (0.8ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilpert.org/damon"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.538584"], ["updated_at", "2018-12-11 11:53:17.538584"], ["distributor_id", 2], ["app_id", 4]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et id atque perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.545011"], ["updated_at", "2018-12-11 11:53:17.545011"], ["app_id", 4], ["offering_id", 3], ["promo_image_url", nil], ["promo_text", "Occaecati perferendis est et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Ex et rerum velit."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.550182"], ["updated_at", "2018-12-11 11:53:17.550182"], ["works_with_id", 6], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Minima accusantium qui placeat."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Aut molestiae expedita voluptatibus."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:53:17.553574"], ["updated_at", "2018-12-11 11:53:17.553574"], ["testimonial_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#destroy as HTML

Parameters: {"id"=>"2"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://murray.net/marcelo.harvey"], ["description", "Iusto magnam itaque quasi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.564746"], ["updated_at", "2018-12-11 11:53:17.564746"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Veritatis laborum soluta et."], ["url", "http://frami.org/ema_sawayn"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.569665"], ["updated_at", "2018-12-11 11:53:17.569665"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et quia temporibus beatae."], ["info_url", "http://feil.info/gene.dach"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.574425"], ["updated_at", "2018-12-11 11:53:17.574425"], ["developer_id", 5]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et dolor voluptatum eum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.575658"], ["updated_at", "2018-12-11 11:53:17.575658"], ["app_id", 5], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Et nulla repudiandae architecto."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolores commodi dolore ratione."], ["url", "http://flatleykozey.name/roseanne_reinger"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.580205"], ["updated_at", "2018-12-11 11:53:17.580205"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur libero in quo."], ["info_url", "http://yost.org/bertie.jaskolski"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.582418"], ["updated_at", "2018-12-11 11:53:17.582418"], ["developer_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://oberbrunner.net/juliana"], ["description", "Aut voluptas iusto et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.593044"], ["updated_at", "2018-12-11 11:53:17.593044"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sit odit totam accusantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.594420"], ["updated_at", "2018-12-11 11:53:17.594420"], ["app_id", 6], ["offering_id", 6], ["promo_image_url", nil], ["promo_text", "Accusamus placeat aperiam et."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gaylord.org/raphael"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.597845"], ["updated_at", "2018-12-11 11:53:17.597845"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://whitehermann.com/ina.crooks"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.598810"], ["updated_at", "2018-12-11 11:53:17.598810"], ["distributor_id", 3], ["app_id", 6]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut aut aut mollitia."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.601786"], ["updated_at", "2018-12-11 11:53:17.601786"], ["app_id", 6], ["offering_id", 5], ["promo_image_url", nil], ["promo_text", "Rerum tempore voluptatibus illum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Occaecati id rerum perferendis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.605168"], ["updated_at", "2018-12-11 11:53:17.605168"], ["works_with_id", 9], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Nemo enim repudiandae dolore."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "A est quibusdam repudiandae."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:53:17.607935"], ["updated_at", "2018-12-11 11:53:17.607935"], ["testimonial_id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Dicta nihil tempora assumenda.", "image_url"=>"http://reinger.com/agnus_kshlerin", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"3"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Dicta nihil tempora assumenda."], ["updated_at", "2018-12-11 11:53:17.620664"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/3 Completed 302 Found in 11ms (ActiveRecord: 2.0ms)

TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://leuschkenitzsche.co/kathi.walsh"], ["description", "Qui voluptatem porro molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.629230"], ["updated_at", "2018-12-11 11:53:17.629230"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et nam pariatur voluptatem."], ["url", "http://bradtke.com/megan"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.633489"], ["updated_at", "2018-12-11 11:53:17.633489"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Perspiciatis iste molestias est."], ["info_url", "http://hudsonpfannerstill.net/chris"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.638179"], ["updated_at", "2018-12-11 11:53:17.638179"], ["developer_id", 7]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae omnis dolores repudiandae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.639445"], ["updated_at", "2018-12-11 11:53:17.639445"], ["app_id", 7], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Libero quia et repellat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi eum non distinctio."], ["url", "http://herzog.com/arletta"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.644118"], ["updated_at", "2018-12-11 11:53:17.644118"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem perferendis et amet."], ["info_url", "http://kreiger.info/royce"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.646439"], ["updated_at", "2018-12-11 11:53:17.646439"], ["developer_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://boyle.info/ray_tremblay"], ["description", "Voluptatibus facere enim repellat."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.653748"], ["updated_at", "2018-12-11 11:53:17.653748"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aperiam sunt impedit asperiores."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.655669"], ["updated_at", "2018-12-11 11:53:17.655669"], ["app_id", 8], ["offering_id", 8], ["promo_image_url", nil], ["promo_text", "Voluptatem optio enim est."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jast.co/wilber"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.659507"], ["updated_at", "2018-12-11 11:53:17.659507"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kshlerin.org/eddie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.660585"], ["updated_at", "2018-12-11 11:53:17.660585"], ["distributor_id", 4], ["app_id", 8]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Itaque optio ratione laudantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.663871"], ["updated_at", "2018-12-11 11:53:17.663871"], ["app_id", 8], ["offering_id", 7], ["promo_image_url", nil], ["promo_text", "Ut voluptatem doloremque sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Eos commodi eius voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.667367"], ["updated_at", "2018-12-11 11:53:17.667367"], ["works_with_id", 12], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Consequatur facilis est nobis."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Doloribus consequatur aspernatur officiis."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:53:17.670495"], ["updated_at", "2018-12-11 11:53:17.670495"], ["testimonial_id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Vel minus eum dolor.", "image_url"=>"http://wehner.info/philip.hodkiewicz", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"4"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.3ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 12], ["LIMIT", 1]]
App Load (0.3ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 8], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Vel minus eum dolor."], ["updated_at", "2018-12-11 11:53:17.683206"], ["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/4 Completed 302 Found in 11ms (ActiveRecord: 2.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://becker.com/irwin_pouros"], ["description", "Quis ut qui qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.691727"], ["updated_at", "2018-12-11 11:53:17.691727"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda qui neque odio."], ["url", "http://abernathy.org/merle.brakus"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.695916"], ["updated_at", "2018-12-11 11:53:17.695916"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est porro cum et."], ["info_url", "http://oconnerjacobs.net/howard_stiedemann"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.700071"], ["updated_at", "2018-12-11 11:53:17.700071"], ["developer_id", 9]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quas et qui vel."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.701666"], ["updated_at", "2018-12-11 11:53:17.701666"], ["app_id", 9], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Sapiente sint quia consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sunt aliquid maxime error."], ["url", "http://waelchi.co/aldo_windler"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.708526"], ["updated_at", "2018-12-11 11:53:17.708526"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellat inventore ut nostrum."], ["info_url", "http://hilpert.io/viviana.bernier"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.711530"], ["updated_at", "2018-12-11 11:53:17.711530"], ["developer_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://goyettebreitenberg.com/felisa_bogan"], ["description", "Quam fuga similique blanditiis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.733068"], ["updated_at", "2018-12-11 11:53:17.733068"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis repellendus qui quas."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.734537"], ["updated_at", "2018-12-11 11:53:17.734537"], ["app_id", 10], ["offering_id", 10], ["promo_image_url", nil], ["promo_text", "Rerum doloremque nihil similique."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hirthe.com/efrain_murray"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.737485"], ["updated_at", "2018-12-11 11:53:17.737485"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobswiza.io/shemeka"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.738428"], ["updated_at", "2018-12-11 11:53:17.738428"], ["distributor_id", 5], ["app_id", 10]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sunt deserunt reprehenderit qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.741165"], ["updated_at", "2018-12-11 11:53:17.741165"], ["app_id", 10], ["offering_id", 9], ["promo_image_url", nil], ["promo_text", "Distinctio atque nisi molestiae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Et qui totam et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.744223"], ["updated_at", "2018-12-11 11:53:17.744223"], ["works_with_id", 15], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ab ratione sit et."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Quae consectetur est tempore."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:53:17.746589"], ["updated_at", "2018-12-11 11:53:17.746589"], ["testimonial_id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#update as HTML

Parameters: {"testimonial_slide"=>{"caption"=>"Architecto reiciendis ut quia.", "image_url"=>"http://metzschaefer.biz/mika", "is_live"=>"true", "sequence_number"=>"1"}, "id"=>"5"}
TestimonialSlide Load (0.2ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
Testimonial Load (0.1ms)  SELECT  "testimonials".* FROM "testimonials" WHERE "testimonials"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 9], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 10], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "testimonial_slides" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "testimonial_slides"."id" = $4  [["image_url", nil], ["caption", "Architecto reiciendis ut quia."], ["updated_at", "2018-12-11 11:53:17.756176"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/testimonial_slides/5 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schmittrunolfon.io/kennith"], ["description", "Totam nobis expedita sit."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.762847"], ["updated_at", "2018-12-11 11:53:17.762847"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut consectetur libero necessitatibus."], ["url", "http://jakubowski.co/alonzo"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.766381"], ["updated_at", "2018-12-11 11:53:17.766381"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Corrupti laudantium officiis cumque."], ["info_url", "http://denesik.net/dalton"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.770926"], ["updated_at", "2018-12-11 11:53:17.770926"], ["developer_id", 11]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ex laborum doloribus assumenda."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.772253"], ["updated_at", "2018-12-11 11:53:17.772253"], ["app_id", 11], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Illo maxime ut exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ea illum laboriosam enim."], ["url", "http://tillman.io/susana_bartoletti"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.776417"], ["updated_at", "2018-12-11 11:53:17.776417"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptatem tenetur est dolorem."], ["info_url", "http://wilderman.org/minh_bogisich"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.778229"], ["updated_at", "2018-12-11 11:53:17.778229"], ["developer_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://simonisboyle.info/haan_johnston"], ["description", "Sapiente autem inventore similique."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.782937"], ["updated_at", "2018-12-11 11:53:17.782937"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est labore adipisci odio."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.784004"], ["updated_at", "2018-12-11 11:53:17.784004"], ["app_id", 12], ["offering_id", 12], ["promo_image_url", nil], ["promo_text", "Aut perspiciatis debitis autem."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jacobs.io/eddy.reilly"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.789539"], ["updated_at", "2018-12-11 11:53:17.789539"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://frami.biz/elvis.murphy"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.791117"], ["updated_at", "2018-12-11 11:53:17.791117"], ["distributor_id", 6], ["app_id", 12]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magnam quisquam perferendis fugiat."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.794400"], ["updated_at", "2018-12-11 11:53:17.794400"], ["app_id", 12], ["offering_id", 11], ["promo_image_url", nil], ["promo_text", "Voluptas saepe reiciendis deserunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Deleniti officiis consequatur dolore."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.797457"], ["updated_at", "2018-12-11 11:53:17.797457"], ["works_with_id", 18], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Eius recusandae consequuntur aut."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Qui quas porro sint."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:53:17.799764"], ["updated_at", "2018-12-11 11:53:17.799764"], ["testimonial_id", 6]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#index as HTML

Rendering testimonial_slides/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)

TestimonialSlide Load (0.2ms)  SELECT "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lakingibson.name/jermaine"], ["description", "Sed laboriosam et est."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.822552"], ["updated_at", "2018-12-11 11:53:17.822552"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Error harum ut et."], ["url", "http://miller.org/errol.osinski"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.826285"], ["updated_at", "2018-12-11 11:53:17.826285"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "A quidem quam dolores."], ["info_url", "http://wymankilback.name/pearline"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.829660"], ["updated_at", "2018-12-11 11:53:17.829660"], ["developer_id", 13]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quasi nisi sed autem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.830694"], ["updated_at", "2018-12-11 11:53:17.830694"], ["app_id", 13], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Explicabo eum odit illum."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut sit mollitia itaque."], ["url", "http://klein.name/herlinda.nolan"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.834333"], ["updated_at", "2018-12-11 11:53:17.834333"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Pariatur veritatis repudiandae esse."], ["info_url", "http://stokesvolkman.com/benito_braun"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.836148"], ["updated_at", "2018-12-11 11:53:17.836148"], ["developer_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kshlerin.net/magaret"], ["description", "Est repellendus odit voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.841765"], ["updated_at", "2018-12-11 11:53:17.841765"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quae qui sed ea."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.842863"], ["updated_at", "2018-12-11 11:53:17.842863"], ["app_id", 14], ["offering_id", 14], ["promo_image_url", nil], ["promo_text", "In placeat voluptate optio."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://adams.name/trey.greenholt"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.845956"], ["updated_at", "2018-12-11 11:53:17.845956"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://goldnerprosacco.io/tory"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.846942"], ["updated_at", "2018-12-11 11:53:17.846942"], ["distributor_id", 7], ["app_id", 14]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Commodi doloremque corporis rem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.850079"], ["updated_at", "2018-12-11 11:53:17.850079"], ["app_id", 14], ["offering_id", 13], ["promo_image_url", nil], ["promo_text", "Iusto repellendus accusamus recusandae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Totam quas iusto nihil."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.853418"], ["updated_at", "2018-12-11 11:53:17.853418"], ["works_with_id", 21], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Ipsam delectus dolorem non."], ["publish_date", "2018-12-10"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "testimonial_slides" ("image_url", "caption", "is_live", "sequence_number", "created_at", "updated_at", "testimonial_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["image_url", nil], ["caption", "Culpa et provident aspernatur."], ["is_live", "t"], ["sequence_number", 1], ["created_at", "2018-12-11 11:53:17.859165"], ["updated_at", "2018-12-11 11:53:17.859165"], ["testimonial_id", 7]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by TestimonialSlidesController#show as HTML

Parameters: {"id"=>"7"}
TestimonialSlide Load (0.3ms)  SELECT  "testimonial_slides".* FROM "testimonial_slides" WHERE "testimonial_slides"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
Rendering testimonial_slides/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered testimonial_slides/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcglynn.name/keven_rau"], ["description", "Ad dolor praesentium aspernatur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.899116"], ["updated_at", "2018-12-11 11:53:17.899116"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Est et ut aut."], ["url", "http://kris.org/lucretia_heaney"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.905494"], ["updated_at", "2018-12-11 11:53:17.905494"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iure est optio et."], ["info_url", "http://kulas.biz/stewart"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.910344"], ["updated_at", "2018-12-11 11:53:17.910344"], ["developer_id", 15]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique ut sapiente et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.911687"], ["updated_at", "2018-12-11 11:53:17.911687"], ["app_id", 15], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Fugit ut sequi rerum."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure quia fuga porro."], ["url", "http://framikirlin.net/delphia_tillman"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.916674"], ["updated_at", "2018-12-11 11:53:17.916674"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum cumque laboriosam sit."], ["info_url", "http://rutherford.org/jeanna_kaulke"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.919085"], ["updated_at", "2018-12-11 11:53:17.919085"], ["developer_id", 16]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bechtelar.net/yuette"], ["description", "Quia atque ab est."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.925907"], ["updated_at", "2018-12-11 11:53:17.925907"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Veritatis cumque dolor nobis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.928248"], ["updated_at", "2018-12-11 11:53:17.928248"], ["app_id", 16], ["offering_id", 16], ["promo_image_url", nil], ["promo_text", "Nihil quae et nisi."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://blanda.info/wilfred_cummings"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.933007"], ["updated_at", "2018-12-11 11:53:17.933007"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://cremin.com/jenette_turner"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.934144"], ["updated_at", "2018-12-11 11:53:17.934144"], ["distributor_id", 8], ["app_id", 16]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Id quam asperiores fugiat."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.937032"], ["updated_at", "2018-12-11 11:53:17.937032"], ["app_id", 16], ["offering_id", 15], ["promo_image_url", nil], ["promo_text", "Unde est atque placeat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Molestiae sint eaque ea."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.940101"], ["updated_at", "2018-12-11 11:53:17.940101"], ["works_with_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Iusto voluptatem sint quia.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"1"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 24], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 15], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 16], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Iusto voluptatem sint quia."], ["updated_at", "2018-12-11 11:53:17.950658"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/1 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)

UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://price.io/kitty"], ["description", "Voluptas quisquam sequi et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.956841"], ["updated_at", "2018-12-11 11:53:17.956841"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ratione aut perferendis qui."], ["url", "http://ziemann.net/pearlene"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.960451"], ["updated_at", "2018-12-11 11:53:17.960451"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas non facilis deleniti."], ["info_url", "http://corwin.io/francis"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.963931"], ["updated_at", "2018-12-11 11:53:17.963931"], ["developer_id", 17]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nesciunt vel id unde."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.965213"], ["updated_at", "2018-12-11 11:53:17.965213"], ["app_id", 17], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Numquam et et aperiam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et veniam voluptatem rerum."], ["url", "http://purdy.net/simonne"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.969012"], ["updated_at", "2018-12-11 11:53:17.969012"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellendus vitae sunt molestiae."], ["info_url", "http://block.io/mac"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.970825"], ["updated_at", "2018-12-11 11:53:17.970825"], ["developer_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hermannhyatt.com/wilburn"], ["description", "Sed culpa nam aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.976637"], ["updated_at", "2018-12-11 11:53:17.976637"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente aut qui sint."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.977881"], ["updated_at", "2018-12-11 11:53:17.977881"], ["app_id", 18], ["offering_id", 18], ["promo_image_url", nil], ["promo_text", "Laborum cupiditate harum exercitationem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://keler.biz/kris"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.981159"], ["updated_at", "2018-12-11 11:53:17.981159"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://towne.com/gaston.schroeder"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.982105"], ["updated_at", "2018-12-11 11:53:17.982105"], ["distributor_id", 9], ["app_id", 18]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sed deserunt in eos."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.984835"], ["updated_at", "2018-12-11 11:53:17.984835"], ["app_id", 18], ["offering_id", 17], ["promo_image_url", nil], ["promo_text", "Ut sed ut sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Porro laborum quos voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:17.987005"], ["updated_at", "2018-12-11 11:53:17.987005"], ["works_with_id", 27]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Consequatur cum eum dicta.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"2"}
UseCase Load (0.5ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 27], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 17], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 18], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Consequatur cum eum dicta."], ["updated_at", "2018-12-11 11:53:17.999484"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/2 Completed 302 Found in 10ms (ActiveRecord: 2.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://crona.biz/vernon"], ["description", "Ipsa minima ratione hic."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.005350"], ["updated_at", "2018-12-11 11:53:18.005350"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem illo voluptatibus consequatur."], ["url", "http://waelchi.com/lili"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.008885"], ["updated_at", "2018-12-11 11:53:18.008885"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Vel ut ab eos."], ["info_url", "http://reichel.info/corrinne_mohr"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.012465"], ["updated_at", "2018-12-11 11:53:18.012465"], ["developer_id", 19]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Assumenda aspernatur consectetur corporis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.013550"], ["updated_at", "2018-12-11 11:53:18.013550"], ["app_id", 19], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Necessitatibus sed sint porro."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores autem reiciendis quidem."], ["url", "http://boscobergstrom.co/lupe"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.017855"], ["updated_at", "2018-12-11 11:53:18.017855"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aspernatur quaerat provident qui."], ["info_url", "http://lubowitz.info/jamie_crist"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.020261"], ["updated_at", "2018-12-11 11:53:18.020261"], ["developer_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://cainbernhard.co/ta"], ["description", "Sit qui nihil aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.024884"], ["updated_at", "2018-12-11 11:53:18.024884"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia dicta corrupti esse."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.025774"], ["updated_at", "2018-12-11 11:53:18.025774"], ["app_id", 20], ["offering_id", 20], ["promo_image_url", nil], ["promo_text", "Quia magnam quaerat asperiores."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://kemmer.name/chantell"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.029125"], ["updated_at", "2018-12-11 11:53:18.029125"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schuster.co/charley"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.030425"], ["updated_at", "2018-12-11 11:53:18.030425"], ["distributor_id", 10], ["app_id", 20]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste magni ut nulla."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.033816"], ["updated_at", "2018-12-11 11:53:18.033816"], ["app_id", 20], ["offering_id", 19], ["promo_image_url", nil], ["promo_text", "Officiis sint libero nobis."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Laboriosam nesciunt enim corrupti."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.039034"], ["updated_at", "2018-12-11 11:53:18.039034"], ["works_with_id", 30]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#update as HTML

Parameters: {"use_case"=>{"description"=>"Aut modi eos rem.", "is_live"=>"true", "title"=>"use_case_title"}, "id"=>"3"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 3], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 30], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 19], ["LIMIT", 1]]
Developer Load (0.3ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 20], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "use_cases" SET "description" = $1, "updated_at" = $2 WHERE "use_cases"."id" = $3  [["description", "Aut modi eos rem."], ["updated_at", "2018-12-11 11:53:18.048275"], ["id", 3]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases/3 Completed 302 Found in 7ms (ActiveRecord: 1.7ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://turcottekunde.net/lyle_walter"], ["description", "At temporibus consequatur iusto."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.054019"], ["updated_at", "2018-12-11 11:53:18.054019"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eos vel ut numquam."], ["url", "http://reichel.com/shiela"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.057904"], ["updated_at", "2018-12-11 11:53:18.057904"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ad nisi corrupti tempora."], ["info_url", "http://harris.name/niesha.leannon"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.062480"], ["updated_at", "2018-12-11 11:53:18.062480"], ["developer_id", 21]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Reiciendis et quasi quae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.063793"], ["updated_at", "2018-12-11 11:53:18.063793"], ["app_id", 21], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Aut voluptas molestiae numquam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Iure et aut incidunt."], ["url", "http://moore.name/ezra"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.067820"], ["updated_at", "2018-12-11 11:53:18.067820"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et occaecati possimus et."], ["info_url", "http://ratke.info/leo.greenfelder"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.069593"], ["updated_at", "2018-12-11 11:53:18.069593"], ["developer_id", 22]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://friesen.net/deshawn_swift"], ["description", "Omnis ut voluptatum quod."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.074175"], ["updated_at", "2018-12-11 11:53:18.074175"]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Praesentium expedita suscipit qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.075310"], ["updated_at", "2018-12-11 11:53:18.075310"], ["app_id", 22], ["offering_id", 22], ["promo_image_url", nil], ["promo_text", "Fugiat et corporis est."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://raynor.org/madie_schmitt"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.082280"], ["updated_at", "2018-12-11 11:53:18.082280"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://gislason.biz/cruz"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.083765"], ["updated_at", "2018-12-11 11:53:18.083765"], ["distributor_id", 11], ["app_id", 22]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem iste odit atque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.087144"], ["updated_at", "2018-12-11 11:53:18.087144"], ["app_id", 22], ["offering_id", 21], ["promo_image_url", nil], ["promo_text", "Debitis consequuntur qui labore."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Reiciendis molestiae consequatur modi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.089395"], ["updated_at", "2018-12-11 11:53:18.089395"], ["works_with_id", 33]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "use_cases"

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"4"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 4]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "use_cases"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://emardsmitham.org/arminda.hilll"], ["description", "Ipsa exercitationem unde ipsum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.098278"], ["updated_at", "2018-12-11 11:53:18.098278"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Repellendus tempore dolor quo."], ["url", "http://fritsch.info/kenny"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.103033"], ["updated_at", "2018-12-11 11:53:18.103033"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptates ut quia quam."], ["info_url", "http://weinat.org/cesar_ferry"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.107378"], ["updated_at", "2018-12-11 11:53:18.107378"], ["developer_id", 23]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem laborum perspiciatis at."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.108589"], ["updated_at", "2018-12-11 11:53:18.108589"], ["app_id", 23], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Corrupti officia molestias laudantium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Autem consequatur recusandae architecto."], ["url", "http://abernathy.info/tangela"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.112882"], ["updated_at", "2018-12-11 11:53:18.112882"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quis molestiae veritatis nam."], ["info_url", "http://borerlittle.info/dayle_collier"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.115094"], ["updated_at", "2018-12-11 11:53:18.115094"], ["developer_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mckenzie.com/sachiko"], ["description", "Et ex minima praesentium."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.121135"], ["updated_at", "2018-12-11 11:53:18.121135"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi earum velit animi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.123472"], ["updated_at", "2018-12-11 11:53:18.123472"], ["app_id", 24], ["offering_id", 24], ["promo_image_url", nil], ["promo_text", "Facere tempore alias qui."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://prosacco.biz/reed_thiel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.127561"], ["updated_at", "2018-12-11 11:53:18.127561"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://crona.info/refugio"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.128574"], ["updated_at", "2018-12-11 11:53:18.128574"], ["distributor_id", 12], ["app_id", 24]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Non dolore sit in."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.131426"], ["updated_at", "2018-12-11 11:53:18.131426"], ["app_id", 24], ["offering_id", 23], ["promo_image_url", nil], ["promo_text", "Aliquam esse consequatur voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Exercitationem sint expedita eos."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.133707"], ["updated_at", "2018-12-11 11:53:18.133707"], ["works_with_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#destroy as HTML

Parameters: {"id"=>"5"}
UseCase Load (0.3ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "use_cases" WHERE "use_cases"."id" = $1  [["id", 5]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/use_cases Completed 302 Found in 2ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kris.net/shemika.heaney"], ["description", "Sequi autem repudiandae aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.142406"], ["updated_at", "2018-12-11 11:53:18.142406"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolorum deserunt distinctio nihil."], ["url", "http://romaguera.biz/caridad"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.146150"], ["updated_at", "2018-12-11 11:53:18.146150"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Veritatis quis vel eum."], ["info_url", "http://schroeder.biz/eugene_jast"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.150463"], ["updated_at", "2018-12-11 11:53:18.150463"], ["developer_id", 25]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolore odio sed occaecati."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.151921"], ["updated_at", "2018-12-11 11:53:18.151921"], ["app_id", 25], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Tempore cum sed tenetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Alias pariatur repellendus minima."], ["url", "http://feeney.info/alex_casper"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.156005"], ["updated_at", "2018-12-11 11:53:18.156005"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Velit laboriosam a non."], ["info_url", "http://ullrich.net/valene.murazik"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.157876"], ["updated_at", "2018-12-11 11:53:18.157876"], ["developer_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runte.info/marc.rath"], ["description", "Et nam assumenda voluptates."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.163311"], ["updated_at", "2018-12-11 11:53:18.163311"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit qui illo ab."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.165288"], ["updated_at", "2018-12-11 11:53:18.165288"], ["app_id", 26], ["offering_id", 26], ["promo_image_url", nil], ["promo_text", "Et veniam nihil culpa."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://jenkinsbruen.info/manual"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.171397"], ["updated_at", "2018-12-11 11:53:18.171397"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://brekkegerlach.co/viviana.medhurst"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.172800"], ["updated_at", "2018-12-11 11:53:18.172800"], ["distributor_id", 13], ["app_id", 26]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusamus tempore iure vero."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.176078"], ["updated_at", "2018-12-11 11:53:18.176078"], ["app_id", 26], ["offering_id", 25], ["promo_image_url", nil], ["promo_text", "Aut illo velit in."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Omnis voluptatum eum facilis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.178750"], ["updated_at", "2018-12-11 11:53:18.178750"], ["works_with_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#show as HTML

Parameters: {"id"=>"6"}
UseCase Load (0.2ms)  SELECT  "use_cases".* FROM "use_cases" WHERE "use_cases"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
Rendering use_cases/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.2ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bruen.info/talitha_kling"], ["description", "Est aperiam labore maxime."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.200993"], ["updated_at", "2018-12-11 11:53:18.200993"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Ut incidunt architecto qui."], ["url", "http://halvorson.info/judie.gulgowski"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.204693"], ["updated_at", "2018-12-11 11:53:18.204693"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem aut fugit sed."], ["info_url", "http://carter.com/vito.spencer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.208633"], ["updated_at", "2018-12-11 11:53:18.208633"], ["developer_id", 27]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eveniet tempore aut consequuntur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.209763"], ["updated_at", "2018-12-11 11:53:18.209763"], ["app_id", 27], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Veritatis voluptas non quasi."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magni consequatur earum soluta."], ["url", "http://rennerhills.co/barrett_larson"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.213753"], ["updated_at", "2018-12-11 11:53:18.213753"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Necessitatibus alias similique sed."], ["info_url", "http://leffler.biz/kelli"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.215539"], ["updated_at", "2018-12-11 11:53:18.215539"], ["developer_id", 28]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mertzdouglas.co/caroll_dooley"], ["description", "Et fugit quia commodi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.220949"], ["updated_at", "2018-12-11 11:53:18.220949"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut voluptatem ut cupiditate."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.222130"], ["updated_at", "2018-12-11 11:53:18.222130"], ["app_id", 28], ["offering_id", 28], ["promo_image_url", nil], ["promo_text", "Occaecati sapiente sit quaerat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://block.info/madelaine.hoeger"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.225197"], ["updated_at", "2018-12-11 11:53:18.225197"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hettinger.net/drusilla"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.226086"], ["updated_at", "2018-12-11 11:53:18.226086"], ["distributor_id", 14], ["app_id", 28]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptates sit porro repudiandae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.228990"], ["updated_at", "2018-12-11 11:53:18.228990"], ["app_id", 28], ["offering_id", 27], ["promo_image_url", nil], ["promo_text", "Recusandae itaque accusamus natus."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "use_cases" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["title", "use_case_title"], ["description", "Aliquid doloremque officia cumque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.231324"], ["updated_at", "2018-12-11 11:53:18.231324"], ["works_with_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UseCasesController#index as HTML

Rendering use_cases/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered use_cases/index.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)

UseCase Load (0.4ms)  SELECT "use_cases".* FROM "use_cases" WHERE "use_cases"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusantium tempore consequatur ex."], ["url", "http://pacocha.info/billy_schumm"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.245953"], ["updated_at", "2018-12-11 11:53:18.245953"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kuhlman.io/earlene"], ["description", "In perspiciatis totam adipisci."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.287660"], ["updated_at", "2018-12-11 11:53:18.287660"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eum ipsam perspiciatis molestiae."], ["url", "http://ankundingwill.io/shirley.sawayn"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.292658"], ["updated_at", "2018-12-11 11:53:18.292658"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Illo aliquam minus beatae."], ["info_url", "http://halvorson.name/lonnie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.296635"], ["updated_at", "2018-12-11 11:53:18.296635"], ["developer_id", 30]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Architecto repudiandae et doloribus."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.297768"], ["updated_at", "2018-12-11 11:53:18.297768"], ["app_id", 29], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Consequatur maiores porro ut."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Alias expedita ut consequuntur."], ["url", "http://kundeheller.name/britany_sauer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.301640"], ["updated_at", "2018-12-11 11:53:18.301640"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Assumenda omnis tempora sed."], ["info_url", "http://erdman.net/dino.tremblay"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.303495"], ["updated_at", "2018-12-11 11:53:18.303495"], ["developer_id", 31]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://price.io/alfonzo_ankunding"], ["description", "Adipisci et expedita ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.310989"], ["updated_at", "2018-12-11 11:53:18.310989"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quia est totam et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.312546"], ["updated_at", "2018-12-11 11:53:18.312546"], ["app_id", 30], ["offering_id", 30], ["promo_image_url", nil], ["promo_text", "Sunt ut optio dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://barton.org/lamar"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.315984"], ["updated_at", "2018-12-11 11:53:18.315984"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schinner.biz/trena_greenfelder"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.316922"], ["updated_at", "2018-12-11 11:53:18.316922"], ["distributor_id", 15], ["app_id", 30]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Placeat iste sunt consequatur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.319715"], ["updated_at", "2018-12-11 11:53:18.319715"], ["app_id", 30], ["offering_id", 29], ["promo_image_url", nil], ["promo_text", "Exercitationem necessitatibus harum qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "testimonials" ("title", "description", "is_live", "created_at", "updated_at", "works_with_id", "video_embed", "promo_image_url", "promo_text", "publish_date") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id"  [["title", "testimonial_title"], ["description", "Quam assumenda animi tempore."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.322847"], ["updated_at", "2018-12-11 11:53:18.322847"], ["works_with_id", 45], ["video_embed", "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/EOikwtpWcjY\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"], ["promo_image_url", nil], ["promo_text", "Voluptatum amet esse non."], ["publish_date", "2018-12-10"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN

Started GET “/style-guide” for 127.0.0.1 at 2018-12-11 06:53:18 -0500

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.4ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gloverfunk.co/milan"], ["description", "Ea laboriosam hic earum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.386954"], ["updated_at", "2018-12-11 11:53:18.386954"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nihil ab saepe eaque."], ["url", "http://willmsfeeney.co/lesia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.391223"], ["updated_at", "2018-12-11 11:53:18.391223"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Excepturi modi eveniet voluptatum."], ["info_url", "http://lemke.org/bryon.braun"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.394926"], ["updated_at", "2018-12-11 11:53:18.394926"], ["developer_id", 32]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero consequatur dolorum voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.396176"], ["updated_at", "2018-12-11 11:53:18.396176"], ["app_id", 31], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Harum et repudiandae enim."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eius beatae ipsum ut."], ["url", "http://green.biz/kori"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.400878"], ["updated_at", "2018-12-11 11:53:18.400878"], ["logo_image_url", nil]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Deleniti quod nihil dicta."], ["info_url", "http://jones.io/lincoln"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.405484"], ["updated_at", "2018-12-11 11:53:18.405484"], ["developer_id", 33]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hayesgutkowski.info/kendall"], ["description", "Commodi molestiae tempora adipisci."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.411602"], ["updated_at", "2018-12-11 11:53:18.411602"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate voluptas distinctio non."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.412712"], ["updated_at", "2018-12-11 11:53:18.412712"], ["app_id", 32], ["offering_id", 32], ["promo_image_url", nil], ["promo_text", "Enim vitae quis dolorem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://dietrich.name/corey"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.415718"], ["updated_at", "2018-12-11 11:53:18.415718"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://champlin.name/pat"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.416661"], ["updated_at", "2018-12-11 11:53:18.416661"], ["distributor_id", 16], ["app_id", 32]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea et repellat qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.419491"], ["updated_at", "2018-12-11 11:53:18.419491"], ["app_id", 32], ["offering_id", 31], ["promo_image_url", nil], ["promo_text", "Unde consequatur quae voluptatem."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://gerlachdietrich.org/mika_nikolaus"], ["description", "Consequuntur et alias cupiditate."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.442289"], ["updated_at", "2018-12-11 11:53:18.442289"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Mollitia molestiae sit id."], ["url", "http://kuhic.net/bennie.kemmer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.445948"], ["updated_at", "2018-12-11 11:53:18.445948"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "In molestiae iste rem."], ["info_url", "http://lindgreenfelder.biz/ro"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.450182"], ["updated_at", "2018-12-11 11:53:18.450182"], ["developer_id", 34]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sequi et animi eum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.451533"], ["updated_at", "2018-12-11 11:53:18.451533"], ["app_id", 33], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Perspiciatis inventore et praesentium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Adipisci suscipit non vel."], ["url", "http://schumm.biz/santo"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.455728"], ["updated_at", "2018-12-11 11:53:18.455728"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Natus sed occaecati earum."], ["info_url", "http://kiehn.org/portia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.457665"], ["updated_at", "2018-12-11 11:53:18.457665"], ["developer_id", 35]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hagenes.com/randy.schroeder"], ["description", "A qui iusto officiis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.462636"], ["updated_at", "2018-12-11 11:53:18.462636"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Iste est eos sed."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.464398"], ["updated_at", "2018-12-11 11:53:18.464398"], ["app_id", 34], ["offering_id", 34], ["promo_image_url", nil], ["promo_text", "Omnis itaque quia totam."]]
 (0.5ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schmitt.net/mariam.balistreri"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.470196"], ["updated_at", "2018-12-11 11:53:18.470196"], ["icon_id", "apple"]]
SQL (0.3ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jast.io/jerold"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.471427"], ["updated_at", "2018-12-11 11:53:18.471427"], ["distributor_id", 17], ["app_id", 34]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Consequuntur culpa sint repellendus."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.474496"], ["updated_at", "2018-12-11 11:53:18.474496"], ["app_id", 34], ["offering_id", 33], ["promo_image_url", nil], ["promo_text", "Consequatur explicabo magnam beatae."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Facilis fuga voluptatum consequuntur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.477195"], ["updated_at", "2018-12-11 11:53:18.477195"], ["works_with_id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"1"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 3ms (ActiveRecord: 0.8ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lind.com/carmella"], ["description", "Nulla sint neque ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.489095"], ["updated_at", "2018-12-11 11:53:18.489095"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem eveniet et ex."], ["url", "http://connelly.net/earnest.wisozk"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.492764"], ["updated_at", "2018-12-11 11:53:18.492764"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas incidunt vero ut."], ["info_url", "http://kerluke.co/son"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.497336"], ["updated_at", "2018-12-11 11:53:18.497336"], ["developer_id", 36]]
SQL (0.9ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Velit et in quidem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.498566"], ["updated_at", "2018-12-11 11:53:18.498566"], ["app_id", 35], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Est ullam fugiat laboriosam."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestiae ad maiores delectus."], ["url", "http://bailey.com/carlita_flatley"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.503413"], ["updated_at", "2018-12-11 11:53:18.503413"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Nulla ex tempore adipisci."], ["info_url", "http://bartell.name/madlyn.morar"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.505384"], ["updated_at", "2018-12-11 11:53:18.505384"], ["developer_id", 37]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://howelllynch.co/milton.barton"], ["description", "Iste voluptas et totam."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.509960"], ["updated_at", "2018-12-11 11:53:18.509960"]]
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ratione dolore quia sint."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.511988"], ["updated_at", "2018-12-11 11:53:18.511988"], ["app_id", 36], ["offering_id", 36], ["promo_image_url", nil], ["promo_text", "Modi veniam ipsa et."]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://gulgowski.com/milo.marks"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.517573"], ["updated_at", "2018-12-11 11:53:18.517573"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://christiansenbrown.org/natalia_hane"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.519283"], ["updated_at", "2018-12-11 11:53:18.519283"], ["distributor_id", 18], ["app_id", 36]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Magni veniam voluptate tenetur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.522803"], ["updated_at", "2018-12-11 11:53:18.522803"], ["app_id", 36], ["offering_id", 35], ["promo_image_url", nil], ["promo_text", "Debitis repudiandae sed quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Voluptas qui sequi animi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.525853"], ["updated_at", "2018-12-11 11:53:18.525853"], ["works_with_id", 54]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SELECT COUNT(*) FROM "example_images"

Processing by ExampleImagesController#destroy as HTML

Parameters: {"id"=>"2"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "example_images" WHERE "example_images"."id" = $1  [["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images Completed 302 Found in 2ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "example_images"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://larson.biz/susana.turcotte"], ["description", "Eveniet est esse molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.537183"], ["updated_at", "2018-12-11 11:53:18.537183"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Sed eaque est et."], ["url", "http://bashirianbrekke.com/bobby_ledner"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.541890"], ["updated_at", "2018-12-11 11:53:18.541890"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Qui qui hic eveniet."], ["info_url", "http://lindgren.co/carolin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.546573"], ["updated_at", "2018-12-11 11:53:18.546573"], ["developer_id", 38]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi labore aut harum."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.547934"], ["updated_at", "2018-12-11 11:53:18.547934"], ["app_id", 37], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Dolor at odit pariatur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Debitis consequatur quia quibusdam."], ["url", "http://kiehngutkowski.name/delta_goodwin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.552069"], ["updated_at", "2018-12-11 11:53:18.552069"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Et omnis voluptate exercitationem."], ["info_url", "http://greentorphy.net/melanie_feeney"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.553921"], ["updated_at", "2018-12-11 11:53:18.553921"], ["developer_id", 39]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://strackewunsch.org/felton.prosacco"], ["description", "Explicabo consectetur voluptatem ab."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.561349"], ["updated_at", "2018-12-11 11:53:18.561349"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Occaecati consequatur et eligendi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.562852"], ["updated_at", "2018-12-11 11:53:18.562852"], ["app_id", 38], ["offering_id", 38], ["promo_image_url", nil], ["promo_text", "Quis in non assumenda."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://ritchiepagac.co/katelynn_green"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.566111"], ["updated_at", "2018-12-11 11:53:18.566111"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://veumbailey.io/jerome.emmerich"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.567143"], ["updated_at", "2018-12-11 11:53:18.567143"], ["distributor_id", 19], ["app_id", 38]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ipsum reprehenderit temporibus a."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.570092"], ["updated_at", "2018-12-11 11:53:18.570092"], ["app_id", 38], ["offering_id", 37], ["promo_image_url", nil], ["promo_text", "Saepe necessitatibus eum soluta."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Exercitationem placeat itaque aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.572358"], ["updated_at", "2018-12-11 11:53:18.572358"], ["works_with_id", 57]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#index as HTML

Rendering example_images/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/index.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)

ExampleImage Load (0.2ms)  SELECT "example_images".* FROM "example_images" WHERE "example_images"."is_live" = $1  [["is_live", "t"]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sawayn.name/dudley"], ["description", "Inventore non eaque aspernatur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.595233"], ["updated_at", "2018-12-11 11:53:18.595233"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dignissimos nisi ad inventore."], ["url", "http://luettgenstreich.biz/rea.cronin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.598776"], ["updated_at", "2018-12-11 11:53:18.598776"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Enim non possimus non."], ["info_url", "http://kshlerinlubowitz.io/lindy_anderson"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.602537"], ["updated_at", "2018-12-11 11:53:18.602537"], ["developer_id", 40]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est occaecati velit aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.604614"], ["updated_at", "2018-12-11 11:53:18.604614"], ["app_id", 39], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Autem vitae et consequatur."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Non quo ex aut."], ["url", "http://feest.name/taylor"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.609459"], ["updated_at", "2018-12-11 11:53:18.609459"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas placeat earum qui."], ["info_url", "http://yost.io/mitchel.schmeler"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.611450"], ["updated_at", "2018-12-11 11:53:18.611450"], ["developer_id", 41]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://andersonprosacco.name/twanda"], ["description", "Non et quae accusantium."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.616453"], ["updated_at", "2018-12-11 11:53:18.616453"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas atque voluptate quod."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.617524"], ["updated_at", "2018-12-11 11:53:18.617524"], ["app_id", 40], ["offering_id", 40], ["promo_image_url", nil], ["promo_text", "Eum totam distinctio facilis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://batzhaley.biz/willie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.620503"], ["updated_at", "2018-12-11 11:53:18.620503"], ["icon_id", "apple"]]
SQL (0.7ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://wittinghane.io/charlie.towne"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.622181"], ["updated_at", "2018-12-11 11:53:18.622181"], ["distributor_id", 20], ["app_id", 40]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nihil eligendi placeat facere."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.627514"], ["updated_at", "2018-12-11 11:53:18.627514"], ["app_id", 40], ["offering_id", 39], ["promo_image_url", nil], ["promo_text", "Dolore corporis qui et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Incidunt ut veritatis consequatur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.630291"], ["updated_at", "2018-12-11 11:53:18.630291"], ["works_with_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#show as HTML

Parameters: {"id"=>"4"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 4], ["LIMIT", 1]]
Rendering example_images/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered example_images/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://abbott.com/nicky"], ["description", "Voluptate corporis voluptatem et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.641716"], ["updated_at", "2018-12-11 11:53:18.641716"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quibusdam tenetur aut inventore."], ["url", "http://leffler.net/mitchell_yundt"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.645620"], ["updated_at", "2018-12-11 11:53:18.645620"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Accusantium nemo possimus sequi."], ["info_url", "http://okeefestrosin.io/claudio.marvin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.649314"], ["updated_at", "2018-12-11 11:53:18.649314"], ["developer_id", 42]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Molestiae distinctio labore laboriosam."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.660435"], ["updated_at", "2018-12-11 11:53:18.660435"], ["app_id", 41], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Est maiores ratione sed."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut neque cumque iure."], ["url", "http://waterspouros.org/juliane_beahan"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.665269"], ["updated_at", "2018-12-11 11:53:18.665269"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ut animi officia vero."], ["info_url", "http://schoenluettgen.net/leia_dibbert"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.667372"], ["updated_at", "2018-12-11 11:53:18.667372"], ["developer_id", 43]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://torphy.org/everette"], ["description", "Omnis odit non soluta."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.674372"], ["updated_at", "2018-12-11 11:53:18.674372"]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ea et est blanditiis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.675857"], ["updated_at", "2018-12-11 11:53:18.675857"], ["app_id", 42], ["offering_id", 42], ["promo_image_url", nil], ["promo_text", "Ea est quo quo."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://westemard.io/stanton_flatley"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.679231"], ["updated_at", "2018-12-11 11:53:18.679231"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://friesen.name/florida_maggio"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.680150"], ["updated_at", "2018-12-11 11:53:18.680150"], ["distributor_id", 21], ["app_id", 42]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat nisi consequatur a."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.682742"], ["updated_at", "2018-12-11 11:53:18.682742"], ["app_id", 42], ["offering_id", 41], ["promo_image_url", nil], ["promo_text", "Molestiae iste ea et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Non consequatur ut assumenda."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.685024"], ["updated_at", "2018-12-11 11:53:18.685024"], ["works_with_id", 63]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Molestiae repudiandae dolores possimus.", "image_url"=>"http://legros.io/rudolf", "is_live"=>"true"}, "id"=>"5"}
ExampleImage Load (0.3ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 5], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 63], ["LIMIT", 1]]
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 42], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 41], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Molestiae repudiandae dolores possimus."], ["updated_at", "2018-12-11 11:53:18.694418"], ["id", 5]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/5 Completed 302 Found in 8ms (ActiveRecord: 1.4ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://muller.name/wava_stark"], ["description", "Dolores consequuntur sequi hic."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.700839"], ["updated_at", "2018-12-11 11:53:18.700839"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Exercitationem incidunt asperiores adipisci."], ["url", "http://greenfelderbode.info/loren"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.704358"], ["updated_at", "2018-12-11 11:53:18.704358"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Omnis qui natus inventore."], ["info_url", "http://goldner.biz/christin.abbott"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.707561"], ["updated_at", "2018-12-11 11:53:18.707561"], ["developer_id", 44]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Quidem temporibus placeat qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.708711"], ["updated_at", "2018-12-11 11:53:18.708711"], ["app_id", 43], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Corporis odio officia ipsa."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut id consequatur in."], ["url", "http://auerokeefe.info/tyrell"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.712223"], ["updated_at", "2018-12-11 11:53:18.712223"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Autem ipsam eaque iure."], ["info_url", "http://sporer.io/therese"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.713954"], ["updated_at", "2018-12-11 11:53:18.713954"], ["developer_id", 45]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://ziemannhermann.info/migdalia_powlowski"], ["description", "Nam ut tempora natus."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.718102"], ["updated_at", "2018-12-11 11:53:18.718102"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Est ex eveniet et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.719037"], ["updated_at", "2018-12-11 11:53:18.719037"], ["app_id", 44], ["offering_id", 44], ["promo_image_url", nil], ["promo_text", "Pariatur omnis reiciendis molestiae."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rempelwhite.info/clotilde"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.722733"], ["updated_at", "2018-12-11 11:53:18.722733"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://hilpertborer.co/ruell"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.723831"], ["updated_at", "2018-12-11 11:53:18.723831"], ["distributor_id", 22], ["app_id", 44]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repudiandae accusantium voluptatem aut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.726569"], ["updated_at", "2018-12-11 11:53:18.726569"], ["app_id", 44], ["offering_id", 43], ["promo_image_url", nil], ["promo_text", "Et eum omnis nam."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Sunt doloremque eos ad."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.728948"], ["updated_at", "2018-12-11 11:53:18.728948"], ["works_with_id", 66]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Vel qui beatae sapiente.", "image_url"=>"http://buckridgejacobson.info/dion_bailey", "is_live"=>"true"}, "id"=>"6"}
ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 6], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 66], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 44], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 43], ["LIMIT", 1]]
Developer Load (0.5ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
SQL (0.8ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Vel qui beatae sapiente."], ["updated_at", "2018-12-11 11:53:18.739829"], ["id", 6]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/6 Completed 302 Found in 11ms (ActiveRecord: 2.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://hilpert.biz/marcella_durgan"], ["description", "Iste optio fuga maiores."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.748891"], ["updated_at", "2018-12-11 11:53:18.748891"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Aut beatae est reiciendis."], ["url", "http://jacobsonnicolas.io/bernie.barrows"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.752309"], ["updated_at", "2018-12-11 11:53:18.752309"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Iusto quo dignissimos sunt."], ["info_url", "http://cronabartoletti.name/christia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.755682"], ["updated_at", "2018-12-11 11:53:18.755682"], ["developer_id", 46]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Dolores occaecati eius ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.756709"], ["updated_at", "2018-12-11 11:53:18.756709"], ["app_id", 45], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Delectus nihil voluptate id."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Numquam fugit praesentium quo."], ["url", "http://bode.name/fairy.medhurst"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.760241"], ["updated_at", "2018-12-11 11:53:18.760241"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Est ratione eum at."], ["info_url", "http://watsicamacejkovic.co/karin_simonis"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.762159"], ["updated_at", "2018-12-11 11:53:18.762159"], ["developer_id", 47]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://marks.name/cris"], ["description", "Officia beatae doloremque voluptatem."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.767591"], ["updated_at", "2018-12-11 11:53:18.767591"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nisi eveniet ducimus et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.768638"], ["updated_at", "2018-12-11 11:53:18.768638"], ["app_id", 46], ["offering_id", 46], ["promo_image_url", nil], ["promo_text", "Qui saepe sunt repellat."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://heaney.biz/winford_okuneva"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.771407"], ["updated_at", "2018-12-11 11:53:18.771407"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://satterfield.net/markus_macejkovic"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.772262"], ["updated_at", "2018-12-11 11:53:18.772262"], ["distributor_id", 23], ["app_id", 46]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Nemo fugit et molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.775011"], ["updated_at", "2018-12-11 11:53:18.775011"], ["app_id", 46], ["offering_id", 45], ["promo_image_url", nil], ["promo_text", "Unde reprehenderit quod tempora."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "example_images" ("image_url", "caption", "is_live", "created_at", "updated_at", "works_with_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["image_url", nil], ["caption", "Fuga facere tempora qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.777222"], ["updated_at", "2018-12-11 11:53:18.777222"], ["works_with_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by ExampleImagesController#update as HTML

Parameters: {"example_image"=>{"caption"=>"Non quos distinctio voluptatem.", "image_url"=>"http://wolf.info/nakia", "is_live"=>"true"}, "id"=>"7"}
ExampleImage Load (0.4ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.5ms)  SAVEPOINT active_record_1
WorksWith Load (0.3ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 69], ["LIMIT", 1]]
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 46], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 45], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "example_images" SET "image_url" = $1, "caption" = $2, "updated_at" = $3 WHERE "example_images"."id" = $4  [["image_url", nil], ["caption", "Non quos distinctio voluptatem."], ["updated_at", "2018-12-11 11:53:18.790632"], ["id", 7]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/example_images/7 Completed 302 Found in 11ms (ActiveRecord: 2.2ms)

ExampleImage Load (0.2ms)  SELECT  "example_images".* FROM "example_images" WHERE "example_images"."id" = $1 LIMIT $2  [["id", 7], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://feeney.name/jacinto_abshire"], ["description", "Aut quis occaecati perspiciatis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.797088"], ["updated_at", "2018-12-11 11:53:18.797088"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Maiores et dolores rerum."], ["url", "http://hahndach.net/tim_romaguera"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.800731"], ["updated_at", "2018-12-11 11:53:18.800731"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Similique necessitatibus autem accusamus."], ["info_url", "http://hudsondaugherty.net/torrie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.804246"], ["updated_at", "2018-12-11 11:53:18.804246"], ["developer_id", 48]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aliquid quod voluptas et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.805255"], ["updated_at", "2018-12-11 11:53:18.805255"], ["app_id", 47], ["offering_id", 47], ["promo_image_url", nil], ["promo_text", "Iure aut nostrum nesciunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Ut officiis rem molestiae.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://leuschkeschmitt.biz/luke"}, "id"=>"47"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 47], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Ut officiis rem molestiae."], ["shop_link", "http://leuschkeschmitt.biz/luke"], ["updated_at", "2018-12-11 11:53:18.811838"], ["id", 47]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/47 Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartoletti.info/sal.pouros"], ["description", "Est ipsum ea ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.816734"], ["updated_at", "2018-12-11 11:53:18.816734"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Laudantium rem voluptas est."], ["url", "http://smith.io/marcus_mclaughlin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.820248"], ["updated_at", "2018-12-11 11:53:18.820248"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Consequatur maxime sapiente est."], ["info_url", "http://keebler.biz/henry.leffler"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.823716"], ["updated_at", "2018-12-11 11:53:18.823716"], ["developer_id", 49]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Animi voluptatum et ipsa."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.824926"], ["updated_at", "2018-12-11 11:53:18.824926"], ["app_id", 48], ["offering_id", 48], ["promo_image_url", nil], ["promo_text", "Sit labore dolores iure."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Consequuntur dolores omnis qui.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://ebertauer.info/ronald_gibson"}, "id"=>"48"}
Offering Load (0.3ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Consequuntur dolores omnis qui."], ["shop_link", "http://ebertauer.info/ronald_gibson"], ["updated_at", "2018-12-11 11:53:18.833274"], ["id", 48]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/48 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 48], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://prosacco.com/dot"], ["description", "Voluptatem non quaerat ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.840295"], ["updated_at", "2018-12-11 11:53:18.840295"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quasi fugit et similique."], ["url", "http://smitham.biz/adalberto"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.843829"], ["updated_at", "2018-12-11 11:53:18.843829"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Aut non facere tempora."], ["info_url", "http://zulauf.name/brett"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.847654"], ["updated_at", "2018-12-11 11:53:18.847654"], ["developer_id", 50]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fuga officiis provident omnis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.848829"], ["updated_at", "2018-12-11 11:53:18.848829"], ["app_id", 49], ["offering_id", 49], ["promo_image_url", nil], ["promo_text", "Similique dolorum labore incidunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#update as HTML

Parameters: {"offering"=>{"description"=>"Ea ut ipsam voluptate.", "is_live"=>"true", "name"=>"offering_name", "shop_link"=>"http://lynchbergnaum.biz/violette"}, "id"=>"49"}
Offering Load (0.4ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 49], ["LIMIT", 1]]
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "offerings" SET "description" = $1, "shop_link" = $2, "updated_at" = $3 WHERE "offerings"."id" = $4  [["description", "Ea ut ipsam voluptate."], ["shop_link", "http://lynchbergnaum.biz/violette"], ["updated_at", "2018-12-11 11:53:18.856130"], ["id", 49]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings/49 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://heathcote.info/linh.littel"], ["description", "Consequatur consequuntur quos cupiditate."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.864254"], ["updated_at", "2018-12-11 11:53:18.864254"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Magni sequi deleniti quaerat."], ["url", "http://mohr.name/jamison"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.868526"], ["updated_at", "2018-12-11 11:53:18.868526"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Voluptas quo eveniet harum."], ["info_url", "http://halvorson.io/adolfo_kerluke"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.872338"], ["updated_at", "2018-12-11 11:53:18.872338"], ["developer_id", 51]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perspiciatis quasi sit blanditiis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.873541"], ["updated_at", "2018-12-11 11:53:18.873541"], ["app_id", 50], ["offering_id", 50], ["promo_image_url", nil], ["promo_text", "Aliquid eius beatae praesentium."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SELECT COUNT(*) FROM "offerings"

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"50"}
Offering Load (1.0ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 50], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 50]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 5ms (ActiveRecord: 1.8ms)

 (0.3ms)  SELECT COUNT(*) FROM "offerings"
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://bartell.io/domitila"], ["description", "Iste qui perferendis eos."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.887218"], ["updated_at", "2018-12-11 11:53:18.887218"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Molestias cum qui consequatur."], ["url", "http://carter.info/leon_lynch"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.891457"], ["updated_at", "2018-12-11 11:53:18.891457"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Tempora aliquid et ex."], ["info_url", "http://kreiger.net/malcolm.oberbrunner"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.895436"], ["updated_at", "2018-12-11 11:53:18.895436"], ["developer_id", 52]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Sapiente recusandae asperiores itaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.896913"], ["updated_at", "2018-12-11 11:53:18.896913"], ["app_id", 51], ["offering_id", 51], ["promo_image_url", nil], ["promo_text", "Quos eos nisi neque."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#destroy as HTML

Parameters: {"id"=>"51"}
Offering Load (0.7ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 51], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  DELETE FROM "offerings" WHERE "offerings"."id" = $1  [["id", 51]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/offerings Completed 302 Found in 5ms (ActiveRecord: 1.4ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://miller.name/douglas.pouros"], ["description", "Eligendi est numquam labore."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.909937"], ["updated_at", "2018-12-11 11:53:18.909937"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nobis molestiae hic quisquam."], ["url", "http://spencermills.org/luis"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.914117"], ["updated_at", "2018-12-11 11:53:18.914117"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolor quaerat ut inventore."], ["info_url", "http://connelly.net/andy_durgan"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.918029"], ["updated_at", "2018-12-11 11:53:18.918029"], ["developer_id", 53]]
SQL (0.6ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tempore accusantium ab molestias."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.919322"], ["updated_at", "2018-12-11 11:53:18.919322"], ["app_id", 52], ["offering_id", 52], ["promo_image_url", nil], ["promo_text", "Reprehenderit impedit aut ducimus."]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#index as HTML

Rendering offerings/index.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/index.html.haml within layouts/application (0.7ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)

Offering Load (0.3ms)  SELECT "offerings".* FROM "offerings" WHERE "offerings"."is_live" = $1  [["is_live", "t"]]
 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://sipesebert.com/darryl_mann"], ["description", "Quos vitae dolor id."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.949839"], ["updated_at", "2018-12-11 11:53:18.949839"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Qui repellat minima quidem."], ["url", "http://crist.co/shawnee.cummings"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.953539"], ["updated_at", "2018-12-11 11:53:18.953539"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Rerum excepturi quia fugit."], ["info_url", "http://glover.info/jonna"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.956788"], ["updated_at", "2018-12-11 11:53:18.956788"], ["developer_id", 54]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptatibus vero et numquam."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.957732"], ["updated_at", "2018-12-11 11:53:18.957732"], ["app_id", 53], ["offering_id", 53], ["promo_image_url", nil], ["promo_text", "Officia ab eaque perferendis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by OfferingsController#show as HTML

Parameters: {"id"=>"53"}
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 53], ["LIMIT", 1]]
Rendering offerings/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered offerings/show.html.haml within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://jerdejakubowski.biz/juanita"], ["description", "Et repellat nostrum explicabo."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.968288"], ["updated_at", "2018-12-11 11:53:18.968288"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Nulla repudiandae magni dignissimos."], ["url", "http://ko.net/tracy_boyer"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.972528"], ["updated_at", "2018-12-11 11:53:18.972528"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Ipsum nostrum reiciendis repellat."], ["info_url", "http://lednerkemmer.com/christopher"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.976012"], ["updated_at", "2018-12-11 11:53:18.976012"], ["developer_id", 55]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Aut et numquam est."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.977051"], ["updated_at", "2018-12-11 11:53:18.977051"], ["app_id", 54], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Nulla iste quibusdam et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Commodi dignissimos ut sunt."], ["url", "http://nikolauserdman.biz/terrell"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.981093"], ["updated_at", "2018-12-11 11:53:18.981093"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Occaecati praesentium accusamus at."], ["info_url", "http://batz.net/clarine.conn"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.984666"], ["updated_at", "2018-12-11 11:53:18.984666"], ["developer_id", 56]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://vonreilly.info/long"], ["description", "Minus omnis laboriosam repellat."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.991898"], ["updated_at", "2018-12-11 11:53:18.991898"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Minus qui non eaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.993063"], ["updated_at", "2018-12-11 11:53:18.993063"], ["app_id", 55], ["offering_id", 55], ["promo_image_url", nil], ["promo_text", "Quia aut ut doloremque."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://rosenbaum.name/deie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.996091"], ["updated_at", "2018-12-11 11:53:18.996091"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://schaden.name/shoshana"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.997024"], ["updated_at", "2018-12-11 11:53:18.997024"], ["distributor_id", 24], ["app_id", 55]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Autem praesentium exercitationem tempora."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:18.999677"], ["updated_at", "2018-12-11 11:53:18.999677"], ["app_id", 55], ["offering_id", 54], ["promo_image_url", nil], ["promo_text", "Vel neque accusantium quia."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Provident ut cumque aut.", "is_live"=>"true", "promo_image_url"=>"http://schambergerschuppe.info/lupe", "promo_text"=>"Autem ut eius nemo.", "title"=>"works_with_title"}, "id"=>"79"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 79], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.1ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 55], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 54], ["LIMIT", 1]]
Developer Load (0.1ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Provident ut cumque aut."], ["promo_image_url", nil], ["promo_text", "Autem ut eius nemo."], ["updated_at", "2018-12-11 11:53:19.008571"], ["id", 79]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/79 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)

 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rippingerlach.info/rufina.gleason"], ["description", "Dolores eos ea placeat."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.014169"], ["updated_at", "2018-12-11 11:53:19.014169"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Beatae sit nobis vel."], ["url", "http://goyette.co/lura"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.017713"], ["updated_at", "2018-12-11 11:53:19.017713"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Laborum dicta libero at."], ["info_url", "http://parisianjerde.org/chantay.rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.020891"], ["updated_at", "2018-12-11 11:53:19.020891"], ["developer_id", 57]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Vel aspernatur beatae ab."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.021859"], ["updated_at", "2018-12-11 11:53:19.021859"], ["app_id", 56], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Reiciendis quas ut qui."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et aut voluptas nihil."], ["url", "http://botsford.io/lucile.altenwerth"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.025314"], ["updated_at", "2018-12-11 11:53:19.025314"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Esse id asperiores vero."], ["info_url", "http://emard.io/dario.bauch"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.027021"], ["updated_at", "2018-12-11 11:53:19.027021"], ["developer_id", 58]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://moore.io/willia.sawayn"], ["description", "Officia ab quia velit."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.031228"], ["updated_at", "2018-12-11 11:53:19.031228"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Similique eligendi saepe esse."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.032083"], ["updated_at", "2018-12-11 11:53:19.032083"], ["app_id", 57], ["offering_id", 57], ["promo_image_url", nil], ["promo_text", "Rerum quidem neque porro."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://labadie.io/vito"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.034897"], ["updated_at", "2018-12-11 11:53:19.034897"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://franecki.io/avery"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.035965"], ["updated_at", "2018-12-11 11:53:19.035965"], ["distributor_id", 25], ["app_id", 57]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Eligendi non eos cupiditate."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.039370"], ["updated_at", "2018-12-11 11:53:19.039370"], ["app_id", 57], ["offering_id", 56], ["promo_image_url", nil], ["promo_text", "Facere omnis et libero."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Ipsa nisi odit labore.", "is_live"=>"true", "promo_image_url"=>"http://oreillygusikowski.co/an.pollich", "promo_text"=>"Aperiam tempore delectus porro.", "title"=>"works_with_title"}, "id"=>"82"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 82], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 57], ["LIMIT", 1]]
Offering Load (0.1ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 56], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Ipsa nisi odit labore."], ["promo_image_url", nil], ["promo_text", "Aperiam tempore delectus porro."], ["updated_at", "2018-12-11 11:53:19.048156"], ["id", 82]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/82 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)

 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  SAVEPOINT active_record_1
SQL (1.2ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://schroederhayes.info/caey"], ["description", "Voluptas harum id hic."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.054816"], ["updated_at", "2018-12-11 11:53:19.054816"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quos atque tempore perspiciatis."], ["url", "http://hammesgreenfelder.io/marvin.herzog"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.061635"], ["updated_at", "2018-12-11 11:53:19.061635"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Id voluptatem voluptate voluptatibus."], ["info_url", "http://renner.biz/leah"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.066009"], ["updated_at", "2018-12-11 11:53:19.066009"], ["developer_id", 59]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Libero aut sint consequuntur."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.067240"], ["updated_at", "2018-12-11 11:53:19.067240"], ["app_id", 58], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Accusamus voluptates non voluptas."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Soluta inventore minima nulla."], ["url", "http://kilbackbernhard.com/boyce.kertzmann"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.070934"], ["updated_at", "2018-12-11 11:53:19.070934"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos architecto libero sed."], ["info_url", "http://kertzmannstark.org/darren.nikolaus"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.072923"], ["updated_at", "2018-12-11 11:53:19.072923"], ["developer_id", 60]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://runolfon.org/kieth"], ["description", "Aut consequatur ratione dolor."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.081659"], ["updated_at", "2018-12-11 11:53:19.081659"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et illo dicta ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.083177"], ["updated_at", "2018-12-11 11:53:19.083177"], ["app_id", 59], ["offering_id", 59], ["promo_image_url", nil], ["promo_text", "Qui omnis ut aliquid."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://moriette.com/chante"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.086401"], ["updated_at", "2018-12-11 11:53:19.086401"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://medhurst.com/hong.bins"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.087358"], ["updated_at", "2018-12-11 11:53:19.087358"], ["distributor_id", 26], ["app_id", 59]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Amet veniam eligendi et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.090260"], ["updated_at", "2018-12-11 11:53:19.090260"], ["app_id", 59], ["offering_id", 58], ["promo_image_url", nil], ["promo_text", "Error et voluptas eos."]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#update as HTML

Parameters: {"works_with"=>{"description"=>"Rerum atque architecto est.", "is_live"=>"true", "promo_image_url"=>"http://millsfeest.com/newton_pfannerstill", "promo_text"=>"Excepturi quam optio doloremque.", "title"=>"works_with_title"}, "id"=>"85"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
App Load (0.2ms)  SELECT  "apps".* FROM "apps" WHERE "apps"."id" = $1 LIMIT $2  [["id", 59], ["LIMIT", 1]]
Offering Load (0.2ms)  SELECT  "offerings".* FROM "offerings" WHERE "offerings"."id" = $1 LIMIT $2  [["id", 58], ["LIMIT", 1]]
Developer Load (0.2ms)  SELECT  "developers".* FROM "developers" WHERE "developers"."id" = $1 LIMIT $2  [["id", 60], ["LIMIT", 1]]
SQL (0.4ms)  UPDATE "works_withs" SET "description" = $1, "promo_image_url" = $2, "promo_text" = $3, "updated_at" = $4 WHERE "works_withs"."id" = $5  [["description", "Rerum atque architecto est."], ["promo_image_url", nil], ["promo_text", "Excepturi quam optio doloremque."], ["updated_at", "2018-12-11 11:53:19.099680"], ["id", 85]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs/85 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)

WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 85], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://mcclure.org/brooks.johnson"], ["description", "Quia provident quis facilis."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.106547"], ["updated_at", "2018-12-11 11:53:19.106547"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Dolore et occaecati aut."], ["url", "http://kuvalis.name/lois.medhurst"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.109985"], ["updated_at", "2018-12-11 11:53:19.109985"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non atque sint id."], ["info_url", "http://wiza.biz/rosia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.113162"], ["updated_at", "2018-12-11 11:53:19.113162"], ["developer_id", 61]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Voluptas porro doloribus cupiditate."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.114169"], ["updated_at", "2018-12-11 11:53:19.114169"], ["app_id", 60], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Qui autem earum reprehenderit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et et quidem dolor."], ["url", "http://heidenreichfeest.info/corrin"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.117808"], ["updated_at", "2018-12-11 11:53:19.117808"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Recusandae beatae cupiditate necessitatibus."], ["info_url", "http://fisher.com/ebonie"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.119823"], ["updated_at", "2018-12-11 11:53:19.119823"], ["developer_id", 62]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://williamson.co/curt.simonis"], ["description", "Non ut fugit vero."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.124166"], ["updated_at", "2018-12-11 11:53:19.124166"]]
SQL (0.5ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Qui alias qui quasi."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.125580"], ["updated_at", "2018-12-11 11:53:19.125580"], ["app_id", 61], ["offering_id", 61], ["promo_image_url", nil], ["promo_text", "Exercitationem impedit dicta occaecati."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://spencercronin.net/jordon_hettinger"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.129401"], ["updated_at", "2018-12-11 11:53:19.129401"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://leannon.co/maia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.130526"], ["updated_at", "2018-12-11 11:53:19.130526"], ["distributor_id", 27], ["app_id", 61]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Recusandae consequatur consequuntur qui."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.133195"], ["updated_at", "2018-12-11 11:53:19.133195"], ["app_id", 61], ["offering_id", 60], ["promo_image_url", nil], ["promo_text", "Quo numquam libero impedit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#show as HTML

Parameters: {"id"=>"88"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 88], ["LIMIT", 1]]
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" ORDER BY "works_withs"."id" DESC LIMIT $1  [["LIMIT", 3]]
Rendering works_withs/show.html.haml within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered works_withs/show.html.haml within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.5ms)

 (0.3ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://little.org/karyn.abbott"], ["description", "Aspernatur et et ut."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.159309"], ["updated_at", "2018-12-11 11:53:19.159309"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Perferendis expedita nihil eum."], ["url", "http://watsica.com/florentino_kulas"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.162951"], ["updated_at", "2018-12-11 11:53:19.162951"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Necessitatibus velit qui ex."], ["info_url", "http://collier.name/leandro"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.167138"], ["updated_at", "2018-12-11 11:53:19.167138"], ["developer_id", 63]]
SQL (0.4ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Et exercitationem pariatur molestiae."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.169056"], ["updated_at", "2018-12-11 11:53:19.169056"], ["app_id", 62], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Perspiciatis voluptatem nulla eos."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Assumenda beatae saepe non."], ["url", "http://wuckert.org/stasia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.173539"], ["updated_at", "2018-12-11 11:53:19.173539"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Eos quia ratione pariatur."], ["info_url", "http://haagbarton.biz/elliot"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.175575"], ["updated_at", "2018-12-11 11:53:19.175575"], ["developer_id", 64]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://kemmer.biz/nestor_wisozk"], ["description", "Nobis dolores et ex."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.180237"], ["updated_at", "2018-12-11 11:53:19.180237"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Illo nobis qui quo."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.181279"], ["updated_at", "2018-12-11 11:53:19.181279"], ["app_id", 63], ["offering_id", 63], ["promo_image_url", nil], ["promo_text", "Dolores recusandae aut perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://satterfield.info/ashleigh"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.184153"], ["updated_at", "2018-12-11 11:53:19.184153"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://spencerbotsford.info/racquel"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.185043"], ["updated_at", "2018-12-11 11:53:19.185043"], ["distributor_id", 28], ["app_id", 63]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Accusantium sed quasi itaque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.190129"], ["updated_at", "2018-12-11 11:53:19.190129"], ["app_id", 63], ["offering_id", 62], ["promo_image_url", nil], ["promo_text", "Iste voluptate dolorem sunt."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "works_withs"

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"91"}
WorksWith Load (0.4ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 91]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 3ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "works_withs"
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://toy.org/angeline.maggio"], ["description", "Eos iste at et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.201833"], ["updated_at", "2018-12-11 11:53:19.201833"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Et voluptatum doloremque dolores."], ["url", "http://purdybauch.co/ryan"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.205283"], ["updated_at", "2018-12-11 11:53:19.205283"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Non reprehenderit fugiat quis."], ["info_url", "http://harvey.co/silas.hyatt"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.208577"], ["updated_at", "2018-12-11 11:53:19.208577"], ["developer_id", 65]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Fugit aut cumque nulla."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.209715"], ["updated_at", "2018-12-11 11:53:19.209715"], ["app_id", 64], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Tempore amet eos et."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Inventore eligendi eum maxime."], ["url", "http://medhurstjacobs.name/albert"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.213195"], ["updated_at", "2018-12-11 11:53:19.213195"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Repellendus unde autem ab."], ["info_url", "http://raynor.io/marylou"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.215020"], ["updated_at", "2018-12-11 11:53:19.215020"], ["developer_id", 66]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lakin.name/grazyna"], ["description", "Quam sit sed et."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.220793"], ["updated_at", "2018-12-11 11:53:19.220793"]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Tenetur sint porro esse."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.221869"], ["updated_at", "2018-12-11 11:53:19.221869"], ["app_id", 65], ["offering_id", 65], ["promo_image_url", nil], ["promo_text", "Dignissimos cupiditate exercitationem perspiciatis."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://schowalterkreiger.io/melinda"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.224656"], ["updated_at", "2018-12-11 11:53:19.224656"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://kuvalis.biz/ok"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.225515"], ["updated_at", "2018-12-11 11:53:19.225515"], ["distributor_id", 29], ["app_id", 65]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Repellat dolorem est atque."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.228181"], ["updated_at", "2018-12-11 11:53:19.228181"], ["app_id", 65], ["offering_id", 64], ["promo_image_url", nil], ["promo_text", "Et saepe autem minima."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by WorksWithsController#destroy as HTML

Parameters: {"id"=>"94"}
WorksWith Load (0.2ms)  SELECT  "works_withs".* FROM "works_withs" WHERE "works_withs"."id" = $1 LIMIT $2  [["id", 94], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "works_withs" WHERE "works_withs"."id" = $1  [["id", 94]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/works_withs Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.2ms)  COMMIT
 (0.1ms)  BEGIN
 (0.5ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.2ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://reynolds.info/allen.considine"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.273176"], ["updated_at", "2018-12-11 11:53:19.273176"], ["icon_id", "apple"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Pariatur totam tenetur a."], ["url", "http://koepp.info/corey"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.276843"], ["updated_at", "2018-12-11 11:53:19.276843"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quia pariatur enim eaque."], ["info_url", "http://robelkrajcik.net/leighann"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.279800"], ["updated_at", "2018-12-11 11:53:19.279800"], ["developer_id", 67]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://armstrong.name/genia"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.280911"], ["updated_at", "2018-12-11 11:53:19.280911"], ["distributor_id", 30], ["app_id", 66]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Eveniet molestiae iusto quaerat."], ["url", "http://reynoldshodkiewicz.info/tyree.keler"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.287613"], ["updated_at", "2018-12-11 11:53:19.287613"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.7ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Quidem amet nihil nulla."], ["info_url", "http://shields.name/kathleen_cummerata"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.291757"], ["updated_at", "2018-12-11 11:53:19.291757"], ["developer_id", 68]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://rosenbaum.net/deeann.turcotte"], ["description", "Consequatur omnis eius sunt."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.298130"], ["updated_at", "2018-12-11 11:53:19.298130"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Blanditiis unde temporibus dolores."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.299289"], ["updated_at", "2018-12-11 11:53:19.299289"], ["app_id", 67], ["offering_id", 66], ["promo_image_url", nil], ["promo_text", "Voluptatem deserunt nobis dolor."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://hermanntremblay.com/ronald.fisher"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.302712"], ["updated_at", "2018-12-11 11:53:19.302712"], ["icon_id", "apple"]]
SQL (0.2ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://jacobson.info/kortney"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.303804"], ["updated_at", "2018-12-11 11:53:19.303804"], ["distributor_id", 31], ["app_id", 67]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.2ms)  BEGIN
 (0.3ms)  ROLLBACK
 (0.3ms)  BEGIN
 (0.4ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.1ms)  ROLLBACK
 (0.1ms)  BEGIN
 (0.1ms)  COMMIT
 (0.1ms)  BEGIN
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://reinger.co/yung_durgan"], ["description", "Molestiae ab qui non."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.327708"], ["updated_at", "2018-12-11 11:53:19.327708"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Accusamus et neque iure."], ["url", "http://damorebradtke.co/shelba_rosenbaum"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.331794"], ["updated_at", "2018-12-11 11:53:19.331794"], ["logo_image_url", nil]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Magni voluptas quia quo."], ["info_url", "http://medhurstparisian.org/jee"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.335597"], ["updated_at", "2018-12-11 11:53:19.335597"], ["developer_id", 69]]
SQL (0.2ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Perferendis in et sunt."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.336848"], ["updated_at", "2018-12-11 11:53:19.336848"], ["app_id", 68], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Quo non doloribus sint."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.9ms)  INSERT INTO "developers" ("name", "description", "url", "is_live", "created_at", "updated_at", "logo_image_url") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "developer_name"], ["description", "Quis vero quasi sunt."], ["url", "http://damore.org/trena_kub"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.341704"], ["updated_at", "2018-12-11 11:53:19.341704"], ["logo_image_url", nil]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "apps" ("name", "description", "info_url", "is_live", "created_at", "updated_at", "developer_id") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["name", "app_name"], ["description", "Dolore sint quam molestiae."], ["info_url", "http://huel.name/shaina.king"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.346334"], ["updated_at", "2018-12-11 11:53:19.346334"], ["developer_id", 70]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "offerings" ("name", "shop_link", "description", "is_live", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "offering_name"], ["shop_link", "http://lehner.name/elsy"], ["description", "Est quis veniam occaecati."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.352311"], ["updated_at", "2018-12-11 11:53:19.352311"]]
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Cupiditate vel laborum delectus."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.353446"], ["updated_at", "2018-12-11 11:53:19.353446"], ["app_id", 69], ["offering_id", 68], ["promo_image_url", nil], ["promo_text", "Corrupti et quo sit."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "distributors" ("name", "badge_image_url", "is_live", "created_at", "updated_at", "icon_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["name", "distributor_name"], ["badge_image_url", "http://sauer.biz/thomas"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.356349"], ["updated_at", "2018-12-11 11:53:19.356349"], ["icon_id", "apple"]]
SQL (0.4ms)  INSERT INTO "distributor_links" ("link", "is_live", "created_at", "updated_at", "distributor_id", "app_id") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"  [["link", "http://littel.io/vito"], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.357269"], ["updated_at", "2018-12-11 11:53:19.357269"], ["distributor_id", 32], ["app_id", 69]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "works_withs" ("title", "description", "is_live", "created_at", "updated_at", "app_id", "offering_id", "promo_image_url", "promo_text") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"  [["title", "works_with_title"], ["description", "Ut asperiores laudantium ex."], ["is_live", "t"], ["created_at", "2018-12-11 11:53:19.360333"], ["updated_at", "2018-12-11 11:53:19.360333"], ["app_id", 69], ["offering_id", 67], ["promo_image_url", nil], ["promo_text", "Possimus quia quis consectetur."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  ROLLBACK